Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2020-11-29 12:22:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Sun Nov 29 12:22:58 2020 rev:105 rq:851051 version:2.30.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2020-10-30 
11:46:05.365623468 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.5913/webkit2gtk3.changes        
2020-11-29 12:23:05.125677943 +0100
@@ -1,0 +2,16 @@
+Sun Nov 22 16:37:46 UTC 2020 - Michael Gorse <[email protected]>
+
+- Update to version 2.30.3 (boo#1179122):
+  + Add new build option USE(64KB_PAGE_BLOCK).
+  + Fix backdrop filters with rounded borders.
+  + Fix scrolling iframes when async scrolling is enabled.
+  + Allow applications to handle drag and drop on the web view
+    again.
+  + Update Outlook user agent quirk.
+  + Fix the build with video support disabled.
+  + Fix several crashes and rendering issues.
+  + Security fixes: CVE-2020-13584, CVE-2020-9983.
+- Drop webkit2gtk3-fdo-soname.patch: fixed upstream.
+- Rebase webkit-process.patch.
+
+-------------------------------------------------------------------
@@ -37,0 +54 @@
+  + Security fixes: CVE-2020-9948, CVE-2020-9951.
@@ -144 +161 @@
-    CVE-2020-13753.
+    CVE-2020-13753, CVE-2020-9952.

Old:
----
  webkit2gtk3-fdo-soname.patch
  webkitgtk-2.30.2.tar.xz
  webkitgtk-2.30.2.tar.xz.asc

New:
----
  webkitgtk-2.30.3.tar.xz
  webkitgtk-2.30.3.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.wR4mSe/_old  2020-11-29 12:23:06.421679254 +0100
+++ /var/tmp/diff_new_pack.wR4mSe/_new  2020-11-29 12:23:06.425679259 +0100
@@ -31,7 +31,7 @@
 %define _gold_linker 0
 %endif
 Name:           webkit2gtk3
-Version:        2.30.2
+Version:        2.30.3
 Release:        0
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0-or-later AND BSD-3-Clause
@@ -41,12 +41,10 @@
 Source1:        %{url}/releases/%{_name}-%{version}.tar.xz.asc
 Source98:       baselibs.conf
 Source99:       webkit2gtk3.keyring
-# PATCH-FIX-OPENSUSE webkit2gtk3-fdo-soname.patch [email protected] -- don't 
call dlopen with an unversioned soname.
-Patch0:         webkit2gtk3-fdo-soname.patch
 # PATCH-FIX-OPENSUSE webkit-process.patch boo#1159329 [email protected] -- use 
single web process for evolution and geary.
-Patch1:         webkit-process.patch
+Patch0:         webkit-process.patch
 # PATCH-FIX-OPENSUSE no-forced-sse.patch [email protected] -- cure execution of 
illegal instruction in i586 firefox.
-Patch2:         no-forced-sse.patch
+Patch1:         no-forced-sse.patch
 
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGL-devel
@@ -273,11 +271,10 @@
 
 %prep
 %setup -n webkitgtk-%{version}
-%patch0 -p1
 %if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150200
-%patch1 -p1
+%patch0 -p1
 %endif
-%patch2 -p1
+%patch1 -p1
 
 %build
 %define _lto_cflags %{nil}

++++++ webkit-process.patch ++++++
--- /var/tmp/diff_new_pack.wR4mSe/_old  2020-11-29 12:23:06.473679307 +0100
+++ /var/tmp/diff_new_pack.wR4mSe/_new  2020-11-29 12:23:06.473679307 +0100
@@ -1,7 +1,7 @@
-diff -urp 
webkitgtk-2.28.0.orig/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp 
webkitgtk-2.28.0/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
---- 
webkitgtk-2.28.0.orig/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp     
   2020-02-04 04:30:36.000000000 -0600
-+++ webkitgtk-2.28.0/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp     
2020-03-19 14:16:07.742318092 -0500
-@@ -379,8 +379,16 @@ static void webkitWebContextConstructed(
+diff -urp 
webkitgtk-2.30.3.orig/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp 
webkitgtk-2.30.3/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
+--- 
webkitgtk-2.30.3.orig/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp     
   2020-09-18 03:34:08.000000000 -0500
++++ webkitgtk-2.30.3/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp     
2020-11-20 16:25:05.830587831 -0600
+@@ -397,8 +397,16 @@ static void webkitWebContextConstructed(
      configuration.setProcessSwapsOnNavigation(priv->psonEnabled);
      if (!priv->psonEnabled) {
          const char* useSingleWebProcess = 
getenv("WEBKIT_USE_SINGLE_WEB_PROCESS");
@@ -18,5 +18,5 @@
 +            }
 +        }
      }
- #endif
  
+ #if !USE(GTK4)


++++++ webkitgtk-2.30.2.tar.xz -> webkitgtk-2.30.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.30.2.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new.5913/webkitgtk-2.30.3.tar.xz 
differ: char 27, line 1
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to