From ffeeb7f3d36df58121ec9876432950bb0ac3a5fb Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Fri, 18 Feb 2022 01:21:13 +0200 Subject: [PATCH] package/wpewebkit: security bump to version 2.34.6 This brings the package two minor releases forward, which provides fixes for CVE-2022-22589, CVE-2022-22590, CVE-2022-22592, and CVE-2022-22620. Release notes can be found at: https://wpewebkit.org/release/wpewebkit-2.34.5.html https://wpewebkit.org/release/wpewebkit-2.34.6.html The security advisories covering this update are available at: https://wpewebkit.org/security/WSA-2022-0002.html https://wpewebkit.org/security/WSA-2022-0003.html Signed-off-by: Adrian Perez de Castro 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 b863a0d705..231bbc447d 100644 --- a/package/wpewebkit/wpewebkit.hash +++ b/package/wpewebkit/wpewebkit.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/wpewebkit-2.34.4.tar.xz.sums -md5 b0f7dcb18acfa94cfb42fea0fe10fb0d wpewebkit-2.34.4.tar.xz -sha1 de58481b43a6dba054097f619ee486f7889d7a56 wpewebkit-2.34.4.tar.xz -sha256 3653ba42dbe22a4e6751b3f7cab8d2ebb2db5b7654c5d135a2f9bedf94778cee wpewebkit-2.34.4.tar.xz +# From https://wpewebkit.org/releases/wpewebkit-2.34.6.tar.xz.sums +md5 c9705270b342474cca28cf51632ccbbe wpewebkit-2.34.6.tar.xz +sha1 44ae95de1b5ebf0a2b0ea3630b3677153c597402 wpewebkit-2.34.6.tar.xz +sha256 301e895c8ed08ce7dccef3192b972f2ccfc2020463244c64069a636f2b05265f wpewebkit-2.34.6.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 8d564d8223..aa04e78623 100644 --- a/package/wpewebkit/wpewebkit.mk +++ b/package/wpewebkit/wpewebkit.mk @@ -4,7 +4,7 @@ # ################################################################################ -WPEWEBKIT_VERSION = 2.34.4 +WPEWEBKIT_VERSION = 2.34.6 WPEWEBKIT_SITE = http://www.wpewebkit.org/releases WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz WPEWEBKIT_INSTALL_STAGING = YES