From 4dfc6797e845678fff52bd7f2f16a2ce7f0af68f Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sat, 4 Feb 2023 01:04:55 +0200 Subject: [PATCH] package/wpewebkit: security bump to version 2.38.4 Bugfix release, with many security fixes, including (but not limited to) patches for CVE-2023-23517, CVE-2023-23518, and CVE-2022-42826. Release notes: https://wpewebkit.org/release/wpewebkit-2.38.4.html Accompanying security advisory: https://wpewebkit.org/security/WSA-2023-0001.html Signed-off-by: Adrian Perez de Castro Signed-off-by: Yann E. MORIN (cherry picked from commit 02ace135ee0d31d30021cd000d0594bb6360ca94) Signed-off-by: Peter Korsgaard --- package/wpewebkit/wpewebkit.hash | 8 ++++---- package/wpewebkit/wpewebkit.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/wpewebkit/wpewebkit.hash b/package/wpewebkit/wpewebkit.hash index ccd928b3df..dcd082e045 100644 --- a/package/wpewebkit/wpewebkit.hash +++ b/package/wpewebkit/wpewebkit.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/wpewebkit-2.38.3.tar.xz.sums -md5 60f79ff8dc68280f756963af23b67d6d wpewebkit-2.38.3.tar.xz -sha1 de15119a0dc29776d3a11fca1df4238b471f960f wpewebkit-2.38.3.tar.xz -sha256 1dd9075eec7253a1b0d038a73f92ddbb9174394e6a7527ec07b4464fa6290498 wpewebkit-2.38.3.tar.xz +# From https://wpewebkit.org/releases/wpewebkit-2.38.4.tar.xz.sums +md5 1c947ef5b73049fc6c102c92013009bf wpewebkit-2.38.4.tar.xz +sha1 7fe9a7d98401256b0c9872f1c2b702e56840cbd3 wpewebkit-2.38.4.tar.xz +sha256 8c1bc113ef151fb0be2640824d323bc755dc97295ab7a1bc05e7ec589937a07b wpewebkit-2.38.4.tar.xz # Hashes for license files: sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE diff --git a/package/wpewebkit/wpewebkit.mk b/package/wpewebkit/wpewebkit.mk index b2bbc0301b..54f37fd702 100644 --- a/package/wpewebkit/wpewebkit.mk +++ b/package/wpewebkit/wpewebkit.mk @@ -4,7 +4,7 @@ # ################################################################################ -WPEWEBKIT_VERSION = 2.38.3 +WPEWEBKIT_VERSION = 2.38.4 WPEWEBKIT_SITE = http://www.wpewebkit.org/releases WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz WPEWEBKIT_INSTALL_STAGING = YES