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
This commit is contained in:
parent
5a9921b40e
commit
04938ce8f8
@ -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 <JavaScriptCore/JSObjectRef.h>
|
|
||||||
#include <JavaScriptCore/JSStringRef.h>
|
|
||||||
#include <algorithm>
|
|
||||||
+#include <utility>
|
|
||||||
|
|
||||||
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 <utility>
|
|
||||||
+
|
|
||||||
#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 <wtf/Function.h>
|
|
||||||
#include <wtf/MainThread.h>
|
|
||||||
+#include <utility>
|
|
||||||
|
|
||||||
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 <wtf/FastMalloc.h>
|
|
||||||
#include <wtf/Noncopyable.h>
|
|
||||||
+#include <utility>
|
|
||||||
|
|
||||||
// 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 <wtf/text/LChar.h>
|
|
||||||
+#include <string>
|
|
||||||
|
|
||||||
namespace WTF {
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 9 18:14:24 UTC 2022 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Mon Jan 31 22:42:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ ExclusiveArch: do-not-build
|
|||||||
%define _gold_linker 0
|
%define _gold_linker 0
|
||||||
%endif
|
%endif
|
||||||
Name: webkit2%{_gtknamesuffix}
|
Name: webkit2%{_gtknamesuffix}
|
||||||
Version: 2.34.4
|
Version: 2.34.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for rendering web content, GTK+ Port
|
Summary: Library for rendering web content, GTK+ Port
|
||||||
License: BSD-3-Clause AND LGPL-2.0-or-later
|
License: BSD-3-Clause AND LGPL-2.0-or-later
|
||||||
@ -92,8 +92,6 @@ Patch0: no-forced-sse.patch
|
|||||||
Patch1: fix-warnings.patch
|
Patch1: fix-warnings.patch
|
||||||
# PATCH-FIX-UPSTREAM webkit2gtk3-link-fix.patch mgorse@suse.com -- annotate executeJSCJITProbe.
|
# PATCH-FIX-UPSTREAM webkit2gtk3-link-fix.patch mgorse@suse.com -- annotate executeJSCJITProbe.
|
||||||
Patch2: webkit2gtk3-link-fix.patch
|
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-libEGL-devel
|
||||||
BuildRequires: Mesa-libGL-devel
|
BuildRequires: Mesa-libGL-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406
|
|
||||||
size 24388604
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCYen0iQAKCRCRxVnb5MkS
|
|
||||||
OzbNAJ9ofbARjNc7mbA+DqyUXSPfu436pACeOmSi8vl7k8DVsBKWI4H64Lxr4Qk=
|
|
||||||
=BTBt
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
webkitgtk-2.34.5.tar.xz
Normal file
3
webkitgtk-2.34.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4
|
||||||
|
size 24393772
|
6
webkitgtk-2.34.5.tar.xz.asc
Normal file
6
webkitgtk-2.34.5.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQRao7wzT9fjNp58d7KRxVnb5MkSOwUCYgL/CQAKCRCRxVnb5MkS
|
||||||
|
O9PRAJ4nQnid1jHjf5Oc3KRVIHBUYU4cRwCfY9brlRzYhDojNFK3C73j46VDVyY=
|
||||||
|
=oyBB
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user