mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
webkitgtk: upgrade 2.48.1 -> 2.48.2
Includes fix for CVE-2025-24223, CVE-2025-31204, CVE-2025-31205, CVE-2025-31206, CVE-2025-31215 and CVE-2025-31257. Changelog: ========= - Enable CSS Overscroll Behavior by default. - Change threaded rendering implementation to use Skia API instead of WebCore display list that is not thread safe. - Fix rendering when device scale factor change comes before the web view geometry update. - Fix network process crash on exit. - Fix the build with ENABLE_RESOURCE_USAGE=OFF. - Fix several crashes and rendering issues. Drop fix-ftbfs-non-arm-non-x86.patch which is part of upgrade. (From OE-Core rev: f33b79a07117d4327949aa1661221a3b9bc0f7e3) Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ce224c9c23
commit
e39b3a43ed
|
@ -1,31 +0,0 @@
|
||||||
From 8bee9eb95ae24c6a410f9cd614976f4653d020d9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Michael Catanzaro <mcatanzaro@redhat.com>
|
|
||||||
Date: Wed, 2 Apr 2025 15:01:55 -0500
|
|
||||||
Subject: [PATCH] REGRESSION(290945.129@webkitglib/2.48): Broke non-x86,
|
|
||||||
non-ARM builds https://bugs.webkit.org/show_bug.cgi?id=287662
|
|
||||||
|
|
||||||
Unreviewed stable branch build fix.
|
|
||||||
|
|
||||||
* Source/WebCore/platform/audio/DenormalDisabler.cpp:
|
|
||||||
|
|
||||||
Canonical link: https://commits.webkit.org/290945.155@webkitglib/2.48
|
|
||||||
|
|
||||||
Upstream-Status: Backport [https://github.com/WebKit/WebKit/commit/8bee9eb95ae24c6a410f9cd614976f4653d020d9]
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
---
|
|
||||||
Source/WebCore/platform/audio/DenormalDisabler.cpp | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Source/WebCore/platform/audio/DenormalDisabler.cpp b/Source/WebCore/platform/audio/DenormalDisabler.cpp
|
|
||||||
index 35715e663ce7e..44ba08a33d5d9 100644
|
|
||||||
--- a/Source/WebCore/platform/audio/DenormalDisabler.cpp
|
|
||||||
+++ b/Source/WebCore/platform/audio/DenormalDisabler.cpp
|
|
||||||
@@ -91,7 +91,7 @@ DenormalDisabler::~DenormalDisabler()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
-DenormalDisabler::DenormalDisabler() = default
|
|
||||||
+DenormalDisabler::DenormalDisabler() = default;
|
|
||||||
DenormalDisabler::~DenormalDisabler() = default;
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -18,9 +18,8 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
|
||||||
file://sys_futex.patch \
|
file://sys_futex.patch \
|
||||||
file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \
|
file://0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch \
|
||||||
file://fix-ftbfs-riscv64.patch \
|
file://fix-ftbfs-riscv64.patch \
|
||||||
file://fix-ftbfs-non-arm-non-x86.patch \
|
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "98efdf21c4cdca0fe0b73ab5a8cb52093b5aa52d9b1b016a93f71dbfa1eb258f"
|
SRC_URI[sha256sum] = "ec58f6dfc25d3b360388e192f865068d69aab09b4d7df021f90e314d2fa54f37"
|
||||||
|
|
||||||
inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen
|
inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gi-docgen
|
||||||
|
|
Loading…
Reference in New Issue
Block a user