From owner-svn-ports-branches@freebsd.org Thu Aug 1 08:32:41 2019 Return-Path: Delivered-To: svn-ports-branches@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 767BCB774D; Thu, 1 Aug 2019 08:32:41 +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 45zk7Y2Zxbz4P6K; Thu, 1 Aug 2019 08:32:41 +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 2023BFA82; Thu, 1 Aug 2019 08:32:41 +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 x718WfIb028547; Thu, 1 Aug 2019 08:32:41 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x718WeFi028545; Thu, 1 Aug 2019 08:32:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908010832.x718WeFi028545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 1 Aug 2019 08:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r507759 - branches/2019Q3/www/webkit2-gtk3 X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2019Q3/www/webkit2-gtk3 X-SVN-Commit-Revision: 507759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 45zk7Y2Zxbz4P6K X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.23 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.30)[-0.297,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.53)[0.525,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2019 08:32:41 -0000 Author: tobik Date: Thu Aug 1 08:32:40 2019 New Revision: 507759 URL: https://svnweb.freebsd.org/changeset/ports/507759 Log: MFH: r506359 Update webkit2-gtk3 to 2.24.3. PR: 239003 Reported by: tobik@ Security: 3dd46e05-9fb0-11e9-bf65-00012e582166 Approved by: ports-secteam blanket (web browsers) Modified: branches/2019Q3/www/webkit2-gtk3/Makefile branches/2019Q3/www/webkit2-gtk3/distinfo branches/2019Q3/www/webkit2-gtk3/pkg-plist Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/webkit2-gtk3/Makefile ============================================================================== --- branches/2019Q3/www/webkit2-gtk3/Makefile Thu Aug 1 08:31:25 2019 (r507758) +++ branches/2019Q3/www/webkit2-gtk3/Makefile Thu Aug 1 08:32:40 2019 (r507759) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webkit -PORTVERSION= 2.24.0 -PORTREVISION= 1 +PORTVERSION= 2.24.3 CATEGORIES= www MASTER_SITES= https://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 Modified: branches/2019Q3/www/webkit2-gtk3/distinfo ============================================================================== --- branches/2019Q3/www/webkit2-gtk3/distinfo Thu Aug 1 08:31:25 2019 (r507758) +++ branches/2019Q3/www/webkit2-gtk3/distinfo Thu Aug 1 08:32:40 2019 (r507759) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552504408 -SHA256 (gnome/webkitgtk-2.24.0.tar.xz) = 2e4ad1503fe482ceb5a83cf70ac9cd42f37eb718555a4d6844fe4c59a9214407 -SIZE (gnome/webkitgtk-2.24.0.tar.xz) = 17894000 +TIMESTAMP = 1562404606 +SHA256 (gnome/webkitgtk-2.24.3.tar.xz) = 940d746d7e82c357222feb5b3f44c4b201e81df7d81ddca5ca2bf3ae0acf6c51 +SIZE (gnome/webkitgtk-2.24.3.tar.xz) = 17912032 Modified: branches/2019Q3/www/webkit2-gtk3/pkg-plist ============================================================================== --- branches/2019Q3/www/webkit2-gtk3/pkg-plist Thu Aug 1 08:31:25 2019 (r507758) +++ branches/2019Q3/www/webkit2-gtk3/pkg-plist Thu Aug 1 08:32:40 2019 (r507759) @@ -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.3 +lib/libjavascriptcoregtk-4.0.so.18.13.6 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.5 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so libdata/pkgconfig/javascriptcoregtk-4.0.pc libdata/pkgconfig/webkit2gtk-4.0.pc @@ -235,6 +235,7 @@ share/locale/as/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/bg/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/ca/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/cs/LC_MESSAGES/WebKit2GTK-4.0.mo +share/locale/da/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/de/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/el/LC_MESSAGES/WebKit2GTK-4.0.mo share/locale/en_CA/LC_MESSAGES/WebKit2GTK-4.0.mo