pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Jul  5 21:27:33 UTC 2022

Modified Files:
        pkgsrc/www/webkit-gtk: Makefile PLIST distinfo

Log Message:
webkit-gtk: Update to 2.36.4

Changes:
2.36.4
======
 - Fix the new ATSPI accessibility implementation to add the missing
   Collection interface for the loaded document.
 - Fix the MediaSession implementation to make the MPRIS object names more
   sandbox friendly, which plays better with Flatpak and WebKit's own
   Bubblwrap-based sandboxing.
 - Fix leaked Web Processes in some particular situations.
 - Fix the build with media capture support enabled.
 - Fix cross-compilation when targeting 64-bit ARM.
 - Fix several crashes and rendering issues.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/www/webkit-gtk/Makefile
cvs rdiff -u -r1.84 -r1.85 pkgsrc/www/webkit-gtk/PLIST
cvs rdiff -u -r1.166 -r1.167 pkgsrc/www/webkit-gtk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit-gtk/Makefile
diff -u pkgsrc/www/webkit-gtk/Makefile:1.229 pkgsrc/www/webkit-gtk/Makefile:1.230
--- pkgsrc/www/webkit-gtk/Makefile:1.229        Tue Jun 28 11:37:51 2022
+++ pkgsrc/www/webkit-gtk/Makefile      Tue Jul  5 21:27:33 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.229 2022/06/28 11:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.230 2022/07/05 21:27:33 leot Exp $
 
-DISTNAME=      webkitgtk-2.36.3
+DISTNAME=      webkitgtk-2.36.4
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
-PKGREVISION=   3
 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.84 pkgsrc/www/webkit-gtk/PLIST:1.85
--- pkgsrc/www/webkit-gtk/PLIST:1.84    Tue Jun  7 20:28:43 2022
+++ pkgsrc/www/webkit-gtk/PLIST Tue Jul  5 21:27:33 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.84 2022/06/07 20:28:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.85 2022/07/05 21:27:33 leot Exp $
 bin/WebKitWebDriver
 include/webkitgtk-4.0/JavaScriptCore/JSBase.h
 include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h
@@ -221,10 +221,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.20.7
+lib/libjavascriptcoregtk-4.0.so.18.20.8
 lib/libwebkit2gtk-4.0.so
 lib/libwebkit2gtk-4.0.so.37
-lib/libwebkit2gtk-4.0.so.37.56.7
+lib/libwebkit2gtk-4.0.so.37.56.8
 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.166 pkgsrc/www/webkit-gtk/distinfo:1.167
--- pkgsrc/www/webkit-gtk/distinfo:1.166        Wed Jun  8 20:56:50 2022
+++ pkgsrc/www/webkit-gtk/distinfo      Tue Jul  5 21:27:33 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.166 2022/06/08 20:56:50 leot Exp $
+$NetBSD: distinfo,v 1.167 2022/07/05 21:27:33 leot Exp $
 
-BLAKE2s (webkitgtk-2.36.3.tar.xz) = c0536c4edcb59ed28edcdaf309267d6c3c1e49e5eaae85b39fb29b49722977ad
-SHA512 (webkitgtk-2.36.3.tar.xz) = dfd02e22a58d0080d9bf6c7dd2a710bb9d8698ff8a4226653629294b74cc981a3e35d4d93eed5ebad35c81b339ec8b96755ad0b36c0238da151b359e07bcb692
-Size (webkitgtk-2.36.3.tar.xz) = 26600236 bytes
+BLAKE2s (webkitgtk-2.36.4.tar.xz) = b0ef71a8eabbb4020e8a9b3c0245a303b8028071d3b21d5a590fda0a29adfd44
+SHA512 (webkitgtk-2.36.4.tar.xz) = c5365c682ba4e8e6ad891638b5a82e74e38fa0867ce6c8e4e08a9dc15b862a6d3edc096a049e0711306972d6162d79fe90a0e76d8b395001798005e4488467f2
+Size (webkitgtk-2.36.4.tar.xz) = 26598964 bytes
 SHA1 (patch-Source_JavaScriptCore_Scripts_check-xcfilelists.sh) = f4f117e6c1cd8eb8e4905f74946e0367156ed528
 SHA1 (patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh) = 308a7c8f687253b4fc75de0c66016dd18666e697
 SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 79c282ca90d0ba2ef4769da40d4648f5f709951b



Home | Main Index | Thread Index | Old Index