Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Factory checked in at 2025-11-25 15:52:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old) and /work/SRC/openSUSE:Factory/.webkit2gtk3.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webkit2gtk3" Tue Nov 25 15:52:45 2025 rev:232 rq:1319888 version:2.50.2 Changes: -------- --- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes 2025-10-14 18:16:40.635906172 +0200 +++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.14147/webkit2gtk3.changes 2025-11-25 15:54:10.473838373 +0100 @@ -1,0 +2,30 @@ +Mon Nov 24 21:34:29 UTC 2025 - Michael Gorse <[email protected]> + +- Add webkit2gtk3-undefined-symbol.patch: fix a build failure. + +------------------------------------------------------------------- +Thu Nov 20 14:37:12 UTC 2025 - Bjørn Lie <[email protected]> + +- Update to version 2.50.2 (bsc#1254165 bsc#1254166 bsc#1254167 + bsc#1254168 bsc#1254169 bsc#1254170 bsc#1254171 bsc#1254172 + bsc#1254174 bsc#1254176 bsc#1254177 bsc#1254179): + + Prevent unsafe URI schemes from participating in media + playback. + + Make jsc_value_array_buffer_get_data() function introspectable. + + Fix logging in to Google accounts that have a WebAuthn second + factor configured. + + Fix loading webkit://gpu when there are no threads configured + for GPU rendering. + + Fix rendering gradiants that use the CSS hue interpolation + method. + + Fix pasting image data from the clipboard. + + Fix font-family selection when the font name contains spaces. + + Fix the build with standard C libraries that lack execinfo.h, + like Musl or uClibc. + + Fix capturing canvas snapshots in the Web Inspector. + + Fix several crashes and rendering issues. + + Security fixes: CVE-2025-43392, CVE-2025-43425, CVE-2025-43427, + CVE-2025-43429, CVE-2025-43430, CVE-2025-43431, CVE-2025-43432, + CVE-2025-43434, CVE-2025-43440, CVE-2025-43443 + +------------------------------------------------------------------- @@ -50 +80 @@ - CVE-2025-43368. + CVE-2025-43368, CVE-2025-43419. @@ -334 +364 @@ - CVE-2024-54534, CVE-2024-27856. + CVE-2024-54534, CVE-2024-27856, CVE-2025-43480. @@ -685 +715 @@ - CVE-2023-42970. + CVE-2023-42970, CVE-2023-43000. Old: ---- webkitgtk-2.50.1.tar.xz webkitgtk-2.50.1.tar.xz.asc New: ---- webkit2gtk3-undefined-symbol.patch webkitgtk-2.50.2.tar.xz webkitgtk-2.50.2.tar.xz.asc ----------(New B)---------- New: - Add webkit2gtk3-undefined-symbol.patch: fix a build failure. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit2gtk3.spec ++++++ --- /var/tmp/diff_new_pack.Q5FZLW/_old 2025-11-25 15:54:12.565926536 +0100 +++ /var/tmp/diff_new_pack.Q5FZLW/_new 2025-11-25 15:54:12.569926705 +0100 @@ -76,7 +76,7 @@ %endif Name: webkit2%{_gtknamesuffix} -Version: 2.50.1 +Version: 2.50.2 Release: 0 Summary: Library for rendering web content, GTK+ Port License: BSD-3-Clause AND LGPL-2.0-or-later @@ -88,6 +88,8 @@ # PATCH-FEATURE-OPENSUSE reproducibility.patch -- Make build reproducible Patch0: reproducibility.patch +# PATCH-FIX-UPSTREAM webkit2gtk3-undefined-symbol.patch [email protected] -- fix a build failure. +Patch1: webkit2gtk3-undefined-symbol.patch BuildRequires: Mesa-libEGL-devel BuildRequires: Mesa-libGL-devel ++++++ webkit2gtk3-undefined-symbol.patch ++++++ >From 730bffd856d2a1e56dd3bd2a0702282f19c5242a Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro <[email protected]> Date: Thu, 20 Nov 2025 00:52:19 +0200 Subject: [PATCH] Unreviewed build fix after 298234.287@webkitglib/2.50 * Source/WebCore/Modules/credentialmanagement/BasicCredential.idl: Remove the CustomToJSObject flag to avoid a link error due to an undefined toJS() symbol, letting the binding generator write the function is enough for the Google Accounts quirk to work. Canonical link: https://commits.webkit.org/298234.297@webkitglib/2.50 --- Source/WebCore/Modules/credentialmanagement/BasicCredential.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl b/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl index 42114f65fff9..9643b59bf690 100644 --- a/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl +++ b/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl @@ -25,7 +25,6 @@ [ InterfaceName=Credential, - CustomToJSObject, EnabledByQuirk=shouldExposeCredentialsContainer, Exposed=Window, SecureContext -- 2.51.1 ++++++ webkitgtk-2.50.1.tar.xz -> webkitgtk-2.50.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.50.1.tar.xz /work/SRC/openSUSE:Factory/.webkit2gtk3.new.14147/webkitgtk-2.50.2.tar.xz differ: char 13, line 1
