From owner-svn-ports-all@freebsd.org Thu Sep 12 09:40:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6A47FF0E35; Thu, 12 Sep 2019 09:40:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46TYf82DPqz42lc; Thu, 12 Sep 2019 09:40:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 313781CCB5; Thu, 12 Sep 2019 09:40:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8C9eGPp085300; Thu, 12 Sep 2019 09:40:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8C9eFZv085295; Thu, 12 Sep 2019 09:40:15 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201909120940.x8C9eFZv085295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 12 Sep 2019 09:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511866 - in head/www/webkit2-gtk3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/www/webkit2-gtk3: . files X-SVN-Commit-Revision: 511866 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2019 09:40:16 -0000 Author: tobik Date: Thu Sep 12 09:40:15 2019 New Revision: 511866 URL: https://svnweb.freebsd.org/changeset/ports/511866 Log: www/webkit2-gtk3: Update to 2.24.4 Changes: https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html PR: 240196 Submitted by: tobik Approved by: gnome (maintainer timeout, 2 weeks) Security: e45c3669-caf2-11e9-851a-dcf3aaa3f3ff MFH: 2019Q3 Added: head/www/webkit2-gtk3/files/patch-Source_WebCore_Modules_indexeddb_server_SQLiteIDBBackingStore.cpp (contents, props changed) Modified: head/www/webkit2-gtk3/Makefile head/www/webkit2-gtk3/distinfo head/www/webkit2-gtk3/pkg-plist Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Thu Sep 12 09:34:20 2019 (r511865) +++ head/www/webkit2-gtk3/Makefile Thu Sep 12 09:40:15 2019 (r511866) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.24.3 -PORTREVISION= 1 +PORTVERSION= 2.24.4 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 Modified: head/www/webkit2-gtk3/distinfo ============================================================================== --- head/www/webkit2-gtk3/distinfo Thu Sep 12 09:34:20 2019 (r511865) +++ head/www/webkit2-gtk3/distinfo Thu Sep 12 09:40:15 2019 (r511866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562404606 -SHA256 (gnome/webkitgtk-2.24.3.tar.xz) = 940d746d7e82c357222feb5b3f44c4b201e81df7d81ddca5ca2bf3ae0acf6c51 -SIZE (gnome/webkitgtk-2.24.3.tar.xz) = 17912032 +TIMESTAMP = 1567099248 +SHA256 (gnome/webkitgtk-2.24.4.tar.xz) = 8668b129c026624ec226a4cccf4995f9d26f3e88fc28ab75b0e965f3c32b7dd8 +SIZE (gnome/webkitgtk-2.24.4.tar.xz) = 17575784 Added: head/www/webkit2-gtk3/files/patch-Source_WebCore_Modules_indexeddb_server_SQLiteIDBBackingStore.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-Source_WebCore_Modules_indexeddb_server_SQLiteIDBBackingStore.cpp Thu Sep 12 09:40:15 2019 (r511866) @@ -0,0 +1,19 @@ +.build/lib/libwebkit2gtk-4.0.so: undefined reference to `JSC::JSObject::didBecomePrototype()' + +https://trac.webkit.org/changeset/246922/webkit + +--- Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp.orig 2019-08-26 14:55:44 UTC ++++ Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp +@@ -48,11 +48,8 @@ + #include "SQLiteTransaction.h" + #include "ThreadSafeDataBuffer.h" + #include +-#include +-#include +-#include ++#include + #include +-#include + #include + #include + #include Modified: head/www/webkit2-gtk3/pkg-plist ============================================================================== --- head/www/webkit2-gtk3/pkg-plist Thu Sep 12 09:34:20 2019 (r511865) +++ head/www/webkit2-gtk3/pkg-plist Thu Sep 12 09:40:15 2019 (r511866) @@ -213,10 +213,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib 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.6 +lib/libjavascriptcoregtk-4.0.so.18.13.7 lib/libwebkit2gtk-4.0.so lib/libwebkit2gtk-4.0.so.37 -lib/libwebkit2gtk-4.0.so.37.37.5 +lib/libwebkit2gtk-4.0.so.37.37.6 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc