Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Leap:15.2 checked in at 2020-05-19 14:08:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/webkit2gtk3 (Old) and /work/SRC/openSUSE:Leap:15.2/.webkit2gtk3.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webkit2gtk3" Tue May 19 14:08:51 2020 rev:69 rq:801864 version:2.28.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/webkit2gtk3/webkit2gtk3.changes 2020-03-06 12:40:04.050713078 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.webkit2gtk3.new.2738/webkit2gtk3.changes 2020-05-19 14:08:55.279049994 +0200 @@ -1,0 +2,83 @@ +Mon Apr 27 15:27:49 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 2.28.2 (boo#1170643): + + Fix excessive CPU usage due to GdkFrameClock not being stopped. + + Fix UI process crash when EGL_WL_bind_wayland_display extension + is not available. + + Fix position of select popup menus in X11. + + Fix playing of Youtube 'live stream'/H264 URLs. + + Fix a crash under X11 when cairo uses xcb. + + Fix the build in MIPS64. + + Fix several crashes and rendering issues. + + Security fixes: CVE-2020-3899. + +------------------------------------------------------------------- +Wed Apr 15 05:39:04 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 2.28.1 (boo#1169658): + + Fix position of default option element popup windows under + Wayland. + + Fix rendering after a cross site navigation with PSON enabled + and hardware acceleration forced. + + Fix a crash in nested wayland compositor when closing a tab + with PSON enabled. + + Update Chrome and Firefox versions in user agent quirks. + + Fix a crash with bubblewrap sandbox enabled. + + Fix a crash in JavaScriptCore in ppc64el. + + Fix the build with GStreamer 1.12. + + Fix several crashes and rendering issues. + + Security fixes: CVE-2020-11793. +- Drop webkit2gtk3-gstreamer-build-fix.patch: Fixed upstream. + +------------------------------------------------------------------- +Thu Apr 2 19:53:27 UTC 2020 - Michael Gorse <[email protected]> + +- Add webkit2gtk3-gstreamer-build-fix.patch: fix build with + gstreamer 1.12 (webkit#209296). +- Rebase webkit-process.patch. +- Use WebKit defaults for ENABLE_JIT and USE_SYSTEM_MALLOC, except + for aarch64. WebKit now sets reasonable defaults based on + architecture. Disable on aarch64 in case a user is still using + the kernel-64kb package. +- Use bubblewrap, xdg-dbus-proxy, wpe, and wpebackend-fdo on 15.2; + they had been unintentionally excluded. +- Increase mem_per_process; otherwise fails on SLE/Leap. + +------------------------------------------------------------------- +Thu Mar 12 12:10:03 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 2.28.0 (boo#1165528): + + Add API to enable Process Swap on (Cross-site) Navigation. + + Add user messages API for the communication with the web + extension. + + Add support for same-site cookies. + + Service workers are enabled by default. + + Add support for Pointer Lock API. + + Add flatpak sandbox support. + + Make ondemand hardware acceleration policy never leave + accelerated compositing mode. + + Always use a light theme for rendering form controls. + + Add about:gpu to show information about the graphics stack. + + Security fixes: CVE-2020-10018, CVE-2020-3885, CVE-2020-3894, + CVE-2020-3895, CVE-2020-3897, CVE-2020-3900, CVE-2020-3901, + CVE-2020-3902. +- Drop webkit2gtk3-ppc-build-fix.patch: Fixed upstream. + +------------------------------------------------------------------- +Fri Feb 28 09:19:47 UTC 2020 - Bjørn Lie <[email protected]> + +- Disable webkit-process.patch: Needs rebase, and furthermore it + should not be applied for Leap 15.2 as it is today. + +------------------------------------------------------------------- +Thu Feb 27 19:14:05 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 2.27.91: + + Update user agent quirks to fix the unsupported browser message + in several google services. + + Fix several compile warnings with GCC 10. + + Fix the build with GCC 10. + + Fix several crashes and rendering issues. + + Updated translations. + +------------------------------------------------------------------- @@ -5,0 +89,69 @@ + +------------------------------------------------------------------- +Fri Feb 14 11:10:04 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 2.27.90: + + Add support for same-site cookies. + + Add flatpak sandbox support. + + Enable WebAudio and WebGL by default in WebKitSettings. + + Add a setting to disallow top level navigation to a data URI. + + Add support for the -webkit-font-smoothing CSS property. + + Always use a light theme for rendering form controls. + + Stop making the Web Inspector windows transient. + + Ensure mouse cursor is hidden during fullscreen video playback. + + Add support for inspecting service workers to the remote + inspector. + + Fix several crashes and rendering issues. +- Changes from version 2.27.4: + + Add API for input methods. + + Add API to serialize/deserialize a JSCValue to/from a JSON + string. + + Add support for strict secure cookies. + + Add support for saving data from remote inspector. + + Make ondemand hardware acceleration policy never leave + accelerated compositing mode. + + Fix rendering of conic gradients in high resolution displays. + + Fix special combination characters not respecting the keystroke + order when high CPU load. + + Honor the IndexedDB directory set in WebsiteDataManager. + + Fix rendering of text when there’s an initial advance in the + text run. + + Fix web process crash when displaying a KaTeX formula. + + Fix network process crash with PSON enabled. + + Fix several crashes and rendering issues. +- Changes from version 2.27.3: + + Add support for Pointer Lock API. + + Improve performance when falling back to system fonts. + + Stop using DBus for the remote inspector implementation to + improve the performance of both WebDriver and remote inspector. + + Implement support for new ARIA roles: code, strong, emphasis, + generic. + + Fix handling of content type with new custom protocols + implementation. + + Make image decoders fully thread safe. + + Add support for get page source command in WebDriver. + + Add support for network proxy capabilities in WebDriver. + + Add support for new window command in WebDriver. + + Fix several crashes and rendering issues. + + Updated translations. +- Changes from version 2.27.2: + + Add user messages API for the communication with the web + extension. + + Enable service workers by default. + + Add support for saving data in Web Inspector. + + More navigation gesture improvement. + + Fix the build with WebDriver disabled. + + Show also client EGL extensions in about:gpu. + + Disable accelerated compositing when we fail to initialize the + EGL dispaly under Wayland. + + Fix several crashes and rendering issues. +- Changes from version 2.27.1: + + Enable async scrolling when accelerating compositing policy is + ‘always’. + + Add about:gpu to show information about the graphics stack. + + Add API to enable Process Swap on (Cross-site) Navigation, that + is now disabled by default. + + Add WebKitWebView:page-id property. + + Improve swipe navigation gesture style. + + Fix several crashes and rendering issues. +- Rebase webkit2gtk3-fdo-soname.patch. Old: ---- webkit2gtk3-ppc-build-fix.patch webkitgtk-2.26.4.tar.xz webkitgtk-2.26.4.tar.xz.asc New: ---- webkitgtk-2.28.2.tar.xz webkitgtk-2.28.2.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit2gtk3.spec ++++++ --- /var/tmp/diff_new_pack.WNfWcS/_old 2020-05-19 14:08:56.223051828 +0200 +++ /var/tmp/diff_new_pack.WNfWcS/_new 2020-05-19 14:08:56.227051835 +0200 @@ -31,12 +31,12 @@ %define _gold_linker 0 %endif Name: webkit2gtk3 -Version: 2.26.4 +Version: 2.28.2 Release: 0 Summary: Library for rendering web content, GTK+ Port License: LGPL-2.0-or-later AND BSD-3-Clause Group: Development/Libraries/C and C++ -URL: https://webkitgtk.org/ +URL: https://webkitgtk.org Source0: %{url}/releases/%{_name}-%{version}.tar.xz Source1: %{url}/releases/%{_name}-%{version}.tar.xz.asc Source98: baselibs.conf @@ -45,8 +45,6 @@ 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 -# PATCH-FIX-UPSTREAM webkit2gtk3-ppc-build-fix.patch webkit#207906 [email protected] -- fix the build on ppc64le. -Patch2: webkit2gtk3-ppc-build-fix.patch BuildRequires: Mesa-libEGL-devel BuildRequires: Mesa-libGL-devel @@ -54,7 +52,7 @@ BuildRequires: Mesa-libGLESv2-devel BuildRequires: Mesa-libGLESv3-devel BuildRequires: bison >= 2.3 -%if 0%{?suse_version} > 1510 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 BuildRequires: bubblewrap %endif BuildRequires: cmake @@ -68,7 +66,7 @@ BuildRequires: perl >= 5.10.0 BuildRequires: pkgconfig BuildRequires: ruby >= 1.8.7 -%if 0%{?suse_version} > 1510 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 BuildRequires: xdg-dbus-proxy %endif BuildRequires: pkgconfig(atk) @@ -104,7 +102,7 @@ BuildRequires: pkgconfig(libxslt) >= 1.1.7 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(upower-glib) -%if 0%{?suse_version} > 1510 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 BuildRequires: pkgconfig(wpe-1.0) >= 1.3.0 BuildRequires: pkgconfig(wpebackend-fdo-1.0) >= 1.3.0 %endif @@ -136,11 +134,11 @@ Summary: Library for rendering web content, GTK+ Port # Require the injected bundles. The bundles are dlopen()ed Group: System/Libraries -%if 0%{?suse_version} > 1510 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 Requires: bubblewrap %endif Requires: webkit2gtk-4_0-injected-bundles -%if 0%{?suse_version} > 1510 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 Requires: xdg-dbus-proxy %endif Provides: %{_pkgname_no_slpp} = %{version} @@ -273,10 +271,9 @@ %prep %setup -n webkitgtk-%{version} %patch0 -p1 -%if 0%{?suse_version} <= 1500 +%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150200 %patch1 -p1 %endif -%patch2 -p1 %build %define _lto_cflags %{nil} @@ -288,7 +285,7 @@ echo "System limits:" ulimit -a if test -n "$max_link_jobs" -a "$max_link_jobs" -gt 1 ; then - mem_per_process=1300000 + mem_per_process=1500000 max_mem=$(awk '/MemTotal/ { print $2 }' /proc/meminfo) max_jobs="$(($max_mem / $mem_per_process))" test "$max_link_jobs" -gt "$max_jobs" && max_link_jobs="$max_jobs" && echo "Warning: Reducing number of link jobs to $max_jobs because of memory limits" @@ -315,15 +312,15 @@ -DUSE_WOFF2=false \ -DENABLE_MEDIA_SOURCE=OFF \ %endif -%if 0%{?suse_version} <= 1510 +%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150200 -DUSE_WPE_RENDERER=OFF \ -DENABLE_BUBBLEWRAP_SANDBOX=OFF \ %endif -DPYTHON_EXECUTABLE=%{_bindir}/python3 \ -%ifarch armv6hl ppc ppc64 ppc64le riscv64 s390 s390x +%ifarch aarch64 -DENABLE_JIT=OFF \ + -DUSE_SYSTEM_MALLOC=ON \ %endif - -DUSE_SYSTEM_MALLOC=OFF \ %ninja_build -j $max_link_jobs ++++++ webkit-process.patch ++++++ --- /var/tmp/diff_new_pack.WNfWcS/_old 2020-05-19 14:08:56.259051898 +0200 +++ /var/tmp/diff_new_pack.WNfWcS/_new 2020-05-19 14:08:56.263051905 +0200 @@ -1,29 +1,22 @@ -From: Mike Gorse <[email protected]> -Date: Thu 19 Dec 2019 10:33:14 AM EST -Subject: [patch] Use single web process for evolution and geary. - -https://mail.gnome.org/archives/distributor-list/2019-October/msg00000.html - -Index: webkitgtk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp -=================================================================== ---- webkitgtk.orig/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp -+++ webkitgtk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp -@@ -348,8 +348,16 @@ ALLOW_DEPRECATED_DECLARATIONS_END - configuration.setLocalStorageDirectory(FileSystem::stringFromFileSystemRepresentation(priv->localStorageDirectory.data())); - - const char* useSingleWebProcess = getenv("WEBKIT_USE_SINGLE_WEB_PROCESS"); -- if (useSingleWebProcess && strcmp(useSingleWebProcess, "0")) -- configuration.setUsesSingleWebProcess(true); -+ if (useSingleWebProcess) { -+ if (strcmp(useSingleWebProcess, "0")) { -+ configuration.setUsesSingleWebProcess(true); -+ } -+ } else { -+ const char* prgname = g_get_prgname(); -+ if (!g_strcmp0(prgname, "evolution") || !g_strcmp0(prgname, "geary")) { -+ configuration.setUsesSingleWebProcess(true); +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( + configuration.setProcessSwapsOnNavigation(priv->psonEnabled); + if (!priv->psonEnabled) { + const char* useSingleWebProcess = getenv("WEBKIT_USE_SINGLE_WEB_PROCESS"); +- if (useSingleWebProcess && strcmp(useSingleWebProcess, "0")) +- configuration.setUsesSingleWebProcess(true); ++ if (useSingleWebProcess) { ++ if (strcmp(useSingleWebProcess, "0")) { ++ configuration.setUsesSingleWebProcess(true); ++ } ++ } else { ++ const char* prgname = g_get_prgname(); ++ if (!g_strcmp0(prgname, "evolution") || !g_strcmp0(prgname, "geary")) { ++ configuration.setUsesSingleWebProcess(true); ++ } + } -+ } - priv->processPool = WebProcessPool::create(configuration); + } + #endif - if (!priv->websiteDataManager) ++++++ webkit2gtk3-fdo-soname.patch ++++++ --- /var/tmp/diff_new_pack.WNfWcS/_old 2020-05-19 14:08:56.267051914 +0200 +++ /var/tmp/diff_new_pack.WNfWcS/_new 2020-05-19 14:08:56.267051914 +0200 @@ -1,8 +1,8 @@ -diff --git a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp -index a380a25fa4b..d96d23bce2e 100644 ---- a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp -+++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp -@@ -114,7 +114,7 @@ void WebProcessPool::platformInitializeWebProcess(const WebProcessProxy& process +Index: webkitgtk-2.27.90/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp +=================================================================== +--- webkitgtk-2.27.90.orig/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp ++++ webkitgtk-2.27.90/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp +@@ -115,7 +115,7 @@ void WebProcessPool::platformInitializeW #if PLATFORM(WAYLAND) if (WebCore::PlatformDisplay::sharedDisplay().type() == WebCore::PlatformDisplay::Type::Wayland) { #if USE(WPE_RENDERER) ++++++ webkitgtk-2.26.4.tar.xz -> webkitgtk-2.28.2.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/webkit2gtk3/webkitgtk-2.26.4.tar.xz /work/SRC/openSUSE:Leap:15.2/.webkit2gtk3.new.2738/webkitgtk-2.28.2.tar.xz differ: char 26, line 1
