Received: by mail.netbsd.org (Postfix, from userid 605) id 16FD384E26; Tue, 9 Apr 2019 12:45:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9280484E22 for ; Tue, 9 Apr 2019 12:45:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zKhxGuKgDMIn for ; Tue, 9 Apr 2019 12:45:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F00C784E00 for ; Tue, 9 Apr 2019 12:45:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EACF2FB16; Tue, 9 Apr 2019 12:45:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155481392866820" MIME-Version: 1.0 Date: Tue, 9 Apr 2019 12:45:28 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/webkit-gtk To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190409124528.EACF2FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155481392866820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Apr 9 12:45:28 UTC 2019 Modified Files: pkgsrc/www/webkit-gtk: Makefile PLIST distinfo Log Message: webkit-gtk: Update to 2.24.1 Changes: WebKitGTK 2.24.1 ================= - Do not allow changes in active URI before provisional load starts for non-API requests. - Stop the threaded compositor when the page is not visible or layer tree state is frozen. - Use WebKit HTTP source element again for adaptive streaming fragments downloading. - Properly handle empty resources in webkit_web_resource_get_data(). - Add quirk to ensure outlook.live.com uses the modern UI. - Fix methods returing GObject or boxed types in JavaScriptCore GLib API. - Ensure callback data is passed to functions and constructors with no parameters in JavaScriptCore GLib API. - Fix rendering of complex text when the font uses x,y origins. - Fix sound loop with Google Hangouts and WhatsApp notifications. - Fix the build with GStreamer 1.12.5 and GST GL enabled. - Detect SSE2 at compile time. - Fix several crashes and rendering issues. - Security fixes: CVE-2019-6251. To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 pkgsrc/www/webkit-gtk/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/webkit-gtk/PLIST cvs rdiff -u -r1.119 -r1.120 pkgsrc/www/webkit-gtk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155481392866820 Content-Disposition: inline Content-Length: 3048 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/webkit-gtk/Makefile diff -u pkgsrc/www/webkit-gtk/Makefile:1.160 pkgsrc/www/webkit-gtk/Makefile:1.161 --- pkgsrc/www/webkit-gtk/Makefile:1.160 Wed Apr 3 00:33:13 2019 +++ pkgsrc/www/webkit-gtk/Makefile Tue Apr 9 12:45:28 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.160 2019/04/03 00:33:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.161 2019/04/09 12:45:28 leot Exp $ -DISTNAME= webkitgtk-2.24.0 +DISTNAME= webkitgtk-2.24.1 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= https://www.webkitgtk.org/releases/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/webkit-gtk/PLIST diff -u pkgsrc/www/webkit-gtk/PLIST:1.48 pkgsrc/www/webkit-gtk/PLIST:1.49 --- pkgsrc/www/webkit-gtk/PLIST:1.48 Wed Mar 13 20:49:40 2019 +++ pkgsrc/www/webkit-gtk/PLIST Tue Apr 9 12:45:28 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.48 2019/03/13 20:49:40 leot Exp $ +@comment $NetBSD: PLIST,v 1.49 2019/04/09 12:45:28 leot Exp $ bin/WebKitWebDriver include/webkitgtk-4.0/JavaScriptCore/JSBase.h include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h @@ -212,10 +212,10 @@ ${PLIST.introspection}lib/girepository-1 ${PLIST.introspection}lib/girepository-1.0/WebKit2WebExtension-4.0.typelib lib/libjavascriptcoregtk-4.0.so lib/libjavascriptcoregtk-4.0.so.18 -lib/libjavascriptcoregtk-4.0.so.18.13.3 +lib/libjavascriptcoregtk-4.0.so.18.13.4 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.37.2 +lib/libwebkit2gtk-4.0.so.37.37.3 lib/pkgconfig/javascriptcoregtk-4.0.pc lib/pkgconfig/webkit2gtk-4.0.pc lib/pkgconfig/webkit2gtk-web-extension-4.0.pc Index: pkgsrc/www/webkit-gtk/distinfo diff -u pkgsrc/www/webkit-gtk/distinfo:1.119 pkgsrc/www/webkit-gtk/distinfo:1.120 --- pkgsrc/www/webkit-gtk/distinfo:1.119 Wed Mar 27 10:50:30 2019 +++ pkgsrc/www/webkit-gtk/distinfo Tue Apr 9 12:45:28 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.119 2019/03/27 10:50:30 jperkin Exp $ +$NetBSD: distinfo,v 1.120 2019/04/09 12:45:28 leot Exp $ -SHA1 (webkitgtk-2.24.0.tar.xz) = 737fc7a6f5b5b5e2844c8488e60196d61802a952 -RMD160 (webkitgtk-2.24.0.tar.xz) = 6527bf43374911dd82943757ae2ba622d1792722 -SHA512 (webkitgtk-2.24.0.tar.xz) = 7a1444b22fb59ecdd638344acf3525f1ef9204215a568e185f2ac7f4e43cf89c7be307be31d51ec46231bbf5e9470e48d56395873d7368aca8022ff5c4100dab -Size (webkitgtk-2.24.0.tar.xz) = 17894000 bytes +SHA1 (webkitgtk-2.24.1.tar.xz) = e57ce1f623e26dc1726109891a02c35b2e99a440 +RMD160 (webkitgtk-2.24.1.tar.xz) = 906d420c26167d07c159167165c398f6c8f5d405 +SHA512 (webkitgtk-2.24.1.tar.xz) = 65424f03b6baca53d64f0d633f53e2f7788c7fb65aa8b50b696418c140707c40351ec3cc0a8652806d75b9da98a04a8bb4203dd6ee4c51a3f93878964354c1ca +Size (webkitgtk-2.24.1.tar.xz) = 17897488 bytes SHA1 (patch-CMakeLists.txt) = 571c65d258b6e12503971145777a8d442578145f SHA1 (patch-Source_JavaScriptCore_Scripts_check-xcfilelists.sh) = 5bb44be142b474d517b2b1459f0edc7d2453aa61 SHA1 (patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh) = 308a7c8f687253b4fc75de0c66016dd18666e697 --_----------=_155481392866820--