From 04938ce8f8d6df8f05e36782732ee3daae1ee15930f4b9b994a285ca9fd12de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 10 Feb 2022 00:56:51 +0000 Subject: [PATCH] Accepting request 953068 from GNOME:Next - Update to version 2.34.5 (boo#1195735) OBS-URL: https://build.opensuse.org/request/show/953068 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=336 --- webkit2gtk3-gcc12.patch | 56 ------------------------------------- webkit2gtk3.changes | 17 +++++++++++ webkit2gtk3.spec | 4 +-- webkitgtk-2.34.4.tar.xz | 3 -- webkitgtk-2.34.4.tar.xz.asc | 6 ---- webkitgtk-2.34.5.tar.xz | 3 ++ webkitgtk-2.34.5.tar.xz.asc | 6 ++++ 7 files changed, 27 insertions(+), 68 deletions(-) delete mode 100644 webkit2gtk3-gcc12.patch delete mode 100644 webkitgtk-2.34.4.tar.xz delete mode 100644 webkitgtk-2.34.4.tar.xz.asc create mode 100644 webkitgtk-2.34.5.tar.xz create mode 100644 webkitgtk-2.34.5.tar.xz.asc diff --git a/webkit2gtk3-gcc12.patch b/webkit2gtk3-gcc12.patch deleted file mode 100644 index 4d981d9..0000000 --- a/webkit2gtk3-gcc12.patch +++ /dev/null @@ -1,56 +0,0 @@ -diff -urp webkitgtk-2.34.3.orig/Source/JavaScriptCore/API/JSRetainPtr.h webkitgtk-2.34.3/Source/JavaScriptCore/API/JSRetainPtr.h ---- webkitgtk-2.34.3.orig/Source/JavaScriptCore/API/JSRetainPtr.h 2021-09-01 04:16:46.000000000 -0500 -+++ webkitgtk-2.34.3/Source/JavaScriptCore/API/JSRetainPtr.h 2022-01-20 13:07:21.713055778 -0600 -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - - inline void JSRetain(JSClassRef context) { JSClassRetain(context); } - inline void JSRelease(JSClassRef context) { JSClassRelease(context); } -diff -urp webkitgtk-2.34.3.orig/Source/WebCore/platform/graphics/x11/XUniqueResource.h webkitgtk-2.34.3/Source/WebCore/platform/graphics/x11/XUniqueResource.h ---- webkitgtk-2.34.3.orig/Source/WebCore/platform/graphics/x11/XUniqueResource.h 2021-09-01 04:16:50.000000000 -0500 -+++ webkitgtk-2.34.3/Source/WebCore/platform/graphics/x11/XUniqueResource.h 2022-01-20 13:07:21.713055778 -0600 -@@ -28,6 +28,8 @@ - - #if PLATFORM(X11) - -+#include -+ - #if USE(GLX) - typedef unsigned long GLXPbuffer; - typedef unsigned long GLXPixmap; -diff -urp webkitgtk-2.34.3.orig/Source/WTF/wtf/CompletionHandler.h webkitgtk-2.34.3/Source/WTF/wtf/CompletionHandler.h ---- webkitgtk-2.34.3.orig/Source/WTF/wtf/CompletionHandler.h 2021-09-01 04:16:49.000000000 -0500 -+++ webkitgtk-2.34.3/Source/WTF/wtf/CompletionHandler.h 2022-01-20 13:07:21.713055778 -0600 -@@ -27,6 +27,7 @@ - - #include - #include -+#include - - namespace WTF { - -diff -urp webkitgtk-2.34.3.orig/Source/WTF/wtf/MallocPtr.h webkitgtk-2.34.3/Source/WTF/wtf/MallocPtr.h ---- webkitgtk-2.34.3.orig/Source/WTF/wtf/MallocPtr.h 2021-09-01 04:16:49.000000000 -0500 -+++ webkitgtk-2.34.3/Source/WTF/wtf/MallocPtr.h 2022-01-20 13:07:21.713055778 -0600 -@@ -27,6 +27,7 @@ - - #include - #include -+#include - - // MallocPtr is a smart pointer class that calls fastFree in its destructor. - // It is intended to be used for pointers where the C++ lifetime semantics -diff -urp webkitgtk-2.34.3.orig/Source/WTF/wtf/text/IntegerToStringConversion.h webkitgtk-2.34.3/Source/WTF/wtf/text/IntegerToStringConversion.h ---- webkitgtk-2.34.3.orig/Source/WTF/wtf/text/IntegerToStringConversion.h 2021-09-01 04:16:49.000000000 -0500 -+++ webkitgtk-2.34.3/Source/WTF/wtf/text/IntegerToStringConversion.h 2022-01-20 13:10:13.501962777 -0600 -@@ -22,6 +22,7 @@ - #pragma once - - #include -+#include - - namespace WTF { - diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 17b21a3..de7dbe0 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Feb 9 18:14:24 UTC 2022 - Michael Gorse + +- Update to version 2.34.5 (boo#1195735): + + Improve VP8 codec selection when using GStreamer 1.20. + + Fix connecting to the accessiblity bus when using the + Bubblewrap sandbox. + + Fix links being incorrectly activated when starting a pinch + zoom gesture. + + Fix touch-based scrolling. + + Fix the build with recent toolchains based on GCC 12 and on + older ones as included e.g. in Ubuntu 18.04. + + Fix the build with ICU 60, version 61 is no longer required. + + Fix several crashes and rendering issues. + + Security fixes: CVE-2022-22589, CVE-2022-22590, CVE-2022-22592,. + + Drop webkit2gtk3-gcc12.patch: fixed upstream. + ------------------------------------------------------------------- Mon Jan 31 22:42:06 UTC 2022 - Bjørn Lie diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index c689d7d..4c8a528 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -75,7 +75,7 @@ ExclusiveArch: do-not-build %define _gold_linker 0 %endif Name: webkit2%{_gtknamesuffix} -Version: 2.34.4 +Version: 2.34.5 Release: 0 Summary: Library for rendering web content, GTK+ Port License: BSD-3-Clause AND LGPL-2.0-or-later @@ -92,8 +92,6 @@ Patch0: no-forced-sse.patch Patch1: fix-warnings.patch # PATCH-FIX-UPSTREAM webkit2gtk3-link-fix.patch mgorse@suse.com -- annotate executeJSCJITProbe. Patch2: webkit2gtk3-link-fix.patch -# PATCH-FIX-UPSTREAM webkit2gtk3-gcc12.patch webkit#235445 webkit#235458 mgorse@suse.com -- fix the build with gcc 12. -Patch3: webkit2gtk3-gcc12.patch BuildRequires: Mesa-libEGL-devel BuildRequires: Mesa-libGL-devel diff --git a/webkitgtk-2.34.4.tar.xz b/webkitgtk-2.34.4.tar.xz deleted file mode 100644 index fba1f74..0000000 --- a/webkitgtk-2.34.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406 -size 24388604 diff --git a/webkitgtk-2.34.4.tar.xz.asc b/webkitgtk-2.34.4.tar.xz.asc deleted file mode 100644 index a2fa0ec..0000000 --- a/webkitgtk-2.34.4.tar.xz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCYen0iQAKCRCRxVnb5MkS -OzbNAJ9ofbARjNc7mbA+DqyUXSPfu436pACeOmSi8vl7k8DVsBKWI4H64Lxr4Qk= -=BTBt ------END PGP SIGNATURE----- diff --git a/webkitgtk-2.34.5.tar.xz b/webkitgtk-2.34.5.tar.xz new file mode 100644 index 0000000..6f65e48 --- /dev/null +++ b/webkitgtk-2.34.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4 +size 24393772 diff --git a/webkitgtk-2.34.5.tar.xz.asc b/webkitgtk-2.34.5.tar.xz.asc new file mode 100644 index 0000000..7d47fa1 --- /dev/null +++ b/webkitgtk-2.34.5.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCYgL/CQAKCRCRxVnb5MkS +O9PRAJ4nQnid1jHjf5Oc3KRVIHBUYU4cRwCfY9brlRzYhDojNFK3C73j46VDVyY= +=oyBB +-----END PGP SIGNATURE-----