mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/wpewebkit: security bump to version 2.50.5
This updates WPE WebKit to the 2.50 stable series.
WPE WebKit 2.50 highlights and 2.50.[1-5] release notes:
- https://wpewebkit.org/release/wpewebkit-2.50.0.html
- https://wpewebkit.org/release/wpewebkit-2.50.1.html
- https://wpewebkit.org/release/wpewebkit-2.50.2.html
- https://wpewebkit.org/release/wpewebkit-2.50.3.html
- https://wpewebkit.org/release/wpewebkit-2.50.4.html
- https://wpewebkit.org/release/wpewebkit-2.50.5.html
Fixes the following security issues:
- From https://wpewebkit.org/security/WSA-2025-0007.html
CVE-2025-43343
- From https://wpewebkit.org/security/WSA-2025-0006.html
CVE-2025-43272, CVE-2025-43342, CVE-2025-43356, CVE-2025-43368
- From https://wpewebkit.org/security/WSA-2025-0005.html
CVE-2025-31273, CVE-2025-31278, CVE-2025-43211, CVE-2025-43212,
CVE-2025-43216, CVE-2025-43227, CVE-2025-43228, CVE-2025-43240,
CVE-2025-43265, CVE-2025-6558
Removed patch 0001 which is included in this release.
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
[Bernd: bumped to 2.50.5, removed two patches originally added by Adrian
which were added to upstream version 2.50.2]
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Acked-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d27aad788d)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
e728b91276
commit
968a0ca9a4
@@ -1,44 +0,0 @@
|
||||
From 94acd1ce0ff2860b19f22ab2d386d7711c9699b7 Mon Sep 17 00:00:00 2001
|
||||
From: Adrian Perez de Castro <aperez@igalia.com>
|
||||
Date: Tue, 8 Jul 2025 21:46:44 +0300
|
||||
Subject: [PATCH] [WPE] Fix the build with USE_SKIA_OPENTYPE_SVG=ON and
|
||||
USE_SYSPROF_CAPTURE=OFF
|
||||
|
||||
Unreviewed build fix.
|
||||
|
||||
When backporting 287859@main the #include for the needed Skia header
|
||||
slipped inside an USE(SYSPROF_CAPTURE) guard. This moves the guards
|
||||
and #include statements to their correct places.
|
||||
|
||||
* Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp:
|
||||
|
||||
Canonical link: https://commits.webkit.org/290945.273@webkitglib/2.48
|
||||
|
||||
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
|
||||
Upstream: https://github.com/WebKit/WebKit/commit/943d05f0c9b03c053a456c90c2a8817c1f679711
|
||||
---
|
||||
Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp b/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp
|
||||
index a06e33fd04f8..5fb245ce0b66 100644
|
||||
--- a/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp
|
||||
+++ b/Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp
|
||||
@@ -43,11 +43,12 @@
|
||||
#include <skia/core/SkGraphics.h>
|
||||
#endif
|
||||
|
||||
-#if USE(SYSPROF_CAPTURE)
|
||||
-#include <wtf/SystemTracing.h>
|
||||
#if USE(SKIA_OPENTYPE_SVG)
|
||||
#include <skia/modules/svg/SkSVGOpenTypeSVGDecoder.h>
|
||||
#endif
|
||||
+
|
||||
+#if USE(SYSPROF_CAPTURE)
|
||||
+#include <wtf/SystemTracing.h>
|
||||
#endif
|
||||
|
||||
namespace WebKit {
|
||||
--
|
||||
2.50.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# From https://wpewebkit.org/releases/wpewebkit-2.48.3.tar.xz.sums
|
||||
md5 2d3b7fa3c62886546f918fcc289cabbe wpewebkit-2.48.3.tar.xz
|
||||
sha1 8a90b9ff8809c99c306defc1a08e50a31a09c590 wpewebkit-2.48.3.tar.xz
|
||||
sha256 807571f07e87823b8fb79564692c9b1ef81ee62edbf51345a15bd0e7e1f2e07b wpewebkit-2.48.3.tar.xz
|
||||
# From https://wpewebkit.org/releases/wpewebkit-2.50.5.tar.xz.sums
|
||||
md5 1d81485379005cca0236a278706f194f wpewebkit-2.50.5.tar.xz
|
||||
sha1 dd56b76eff8ba157a0291c0b61220666eed59313 wpewebkit-2.50.5.tar.xz
|
||||
sha256 de4bfd20bfc921cdfc77e839ee4da84e2674bcb58b2f916172978d62fa115fc2 wpewebkit-2.50.5.tar.xz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
# The middle number is even for stable releases, odd for development ones.
|
||||
WPEWEBKIT_VERSION = 2.48.3
|
||||
WPEWEBKIT_VERSION = 2.50.5
|
||||
WPEWEBKIT_SITE = https://wpewebkit.org/releases
|
||||
WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz
|
||||
WPEWEBKIT_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user