Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 17:51:48 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r525667 - in branches/2020Q1/www/webkit2-gtk3: . files
Message-ID:  <202002091751.019HpmS0014669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Feb  9 17:51:48 2020
New Revision: 525667
URL: https://svnweb.freebsd.org/changeset/ports/525667

Log:
  MFH: r524226
  
  Update webkit-gtk3 to 2.26.3.
  
  * Fix issues while trying to play a video on NextCloud.
  * Make sure the GL video sink uses a valid WebKit shared GL context.
  * Fix vertical alignment of text containing arabic diacritics.
  * Fix build with icu 65.1.
  * Fix page loading errors with websites using HSTS.
  * Fix web process crash when displaying a KaTeX formula.
  * Fix several crashes and rendering issues.
  
  This release also fixes 3 CVE's.
  
  Security:	dc8cff4c-4063-11ea-8a94-3497f6939fdd
  
  Approved by:	ports-secteam@ (miwi@)

Deleted:
  branches/2020Q1/www/webkit2-gtk3/files/patch-Source_WTF_wtf_URLHelpers.cpp
  branches/2020Q1/www/webkit2-gtk3/files/patch-Source_WebCore_dom_Document.cpp
Modified:
  branches/2020Q1/www/webkit2-gtk3/Makefile
  branches/2020Q1/www/webkit2-gtk3/distinfo
  branches/2020Q1/www/webkit2-gtk3/pkg-plist
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/www/webkit2-gtk3/Makefile
==============================================================================
--- branches/2020Q1/www/webkit2-gtk3/Makefile	Sun Feb  9 17:20:05 2020	(r525666)
+++ branches/2020Q1/www/webkit2-gtk3/Makefile	Sun Feb  9 17:51:48 2020	(r525667)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	webkit
-PORTVERSION=	2.26.2
+PORTVERSION=	2.26.3
 CATEGORIES=	www
 MASTER_SITES=	https://webkitgtk.org/releases/
 PKGNAMESUFFIX=	2-gtk3

Modified: branches/2020Q1/www/webkit2-gtk3/distinfo
==============================================================================
--- branches/2020Q1/www/webkit2-gtk3/distinfo	Sun Feb  9 17:20:05 2020	(r525666)
+++ branches/2020Q1/www/webkit2-gtk3/distinfo	Sun Feb  9 17:51:48 2020	(r525667)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574792040
-SHA256 (gnome/webkitgtk-2.26.2.tar.xz) = 6b80f0637a80818559ac8fd50db3b394f41cb61904fb9b3ed65fa51635806512
-SIZE (gnome/webkitgtk-2.26.2.tar.xz) = 19330000
+TIMESTAMP = 1579976981
+SHA256 (gnome/webkitgtk-2.26.3.tar.xz) = add51153943cc11d90a7038d0ea5f6332281e6c0be0640f802a211b035f0e611
+SIZE (gnome/webkitgtk-2.26.3.tar.xz) = 19331900

Modified: branches/2020Q1/www/webkit2-gtk3/pkg-plist
==============================================================================
--- branches/2020Q1/www/webkit2-gtk3/pkg-plist	Sun Feb  9 17:20:05 2020	(r525666)
+++ branches/2020Q1/www/webkit2-gtk3/pkg-plist	Sun Feb  9 17:51:48 2020	(r525667)
@@ -214,10 +214,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.14.7
+lib/libjavascriptcoregtk-4.0.so.18.14.8
 lib/libwebkit2gtk-4.0.so
 lib/libwebkit2gtk-4.0.so.37
-lib/libwebkit2gtk-4.0.so.37.39.3
+lib/libwebkit2gtk-4.0.so.37.39.4
 lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so
 libdata/pkgconfig/javascriptcoregtk-4.0.pc
 libdata/pkgconfig/webkit2gtk-4.0.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002091751.019HpmS0014669>