From c637658afad45e92fcacb97af0983b99a5532029 Mon Sep 17 00:00:00 2001 From: Pablo Saavedra Date: Tue, 22 Oct 2024 17:20:47 +0200 Subject: [PATCH] webkitgtk: Bump to version 2.46.2 Changes: * Own well-known bus name on the accessibility bus. * Improve memory consumption when putImageData is used repeatedly on accelerated canvas. * Disable cached web process suspension for now to prevent leaks. * Improve text kerning with different combinations of antialias and hinting settings. * Destroy all network sessions on process exit. * Fix visible rectangle calculation when there are animations. * Fix the build with ENABLE_NOTIFICATIONS=OFF. * Fix the build with ENABLE_FULLSCREEN_API=OFF. * Fix the build with ENABLE_WEB_AUDIO=OFF. * Fix the build on ppc64le. * Fix several crashes and rendering issues. Release Notes: * https://webkitgtk.org/2024/10/21/webkitgtk2.46.2-released.html --- .../webkitgtk/{webkitgtk_2.46.1.bb => webkitgtk_2.46.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-browser/webkitgtk/{webkitgtk_2.46.1.bb => webkitgtk_2.46.2.bb} (98%) diff --git a/recipes-browser/webkitgtk/webkitgtk_2.46.1.bb b/recipes-browser/webkitgtk/webkitgtk_2.46.2.bb similarity index 98% rename from recipes-browser/webkitgtk/webkitgtk_2.46.1.bb rename to recipes-browser/webkitgtk/webkitgtk_2.46.2.bb index 7a0ceb7e..7cd7fdd7 100644 --- a/recipes-browser/webkitgtk/webkitgtk_2.46.1.bb +++ b/recipes-browser/webkitgtk/webkitgtk_2.46.2.bb @@ -33,7 +33,7 @@ SRC_URI = " \ file://fix-bmalloc-armhf.patch \ " -SRC_URI[tarball.sha256sum] = "2a14faac359aff941d0bc4443eb5537e3702bcaf316b0a129e0e65f3ff8eaac0" +SRC_URI[tarball.sha256sum] = "5aae1c5c0a30d5e9c5831652b6f1bdefc31d75e0ad81cb40185b0aed92ce79b6" RRECOMMENDS:${PN} = "${PN}-bin \ ca-certificates \