From b9d7644c53a501a6abf15c5a9c7ff7eedd4f60c7 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Thu, 23 Dec 2021 01:18:25 +0200 Subject: [PATCH] package/wpewebkit: security bump to version 2.34.3 This is a minor release which provides fixes for CVE-2021-30887 and CVE-2021-30890. Full release notes can be found at: https://wpewebkit.org/release/wpewebkit-2.34.3.html An accompanying security advisory has been published at: https://wpewebkit.org/security/WSA-2021-0007.html Signed-off-by: Adrian Perez de Castro Signed-off-by: Thomas Petazzoni --- 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 a71c1afc72..52652b72ae 100644 --- a/package/wpewebkit/wpewebkit.hash +++ b/package/wpewebkit/wpewebkit.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/wpewebkit-2.34.2.tar.xz.sums -md5 b26f07bc809d9fd3e54e815c22312f15 wpewebkit-2.34.2.tar.xz -sha1 4200ef87a4e1eb1921f0f40779742381598e1429 wpewebkit-2.34.2.tar.xz -sha256 b1a3733c2d486c4da27f9636ccc39947da7d84258cd7a24a6fb0b842c9595c0b wpewebkit-2.34.2.tar.xz +# From https://wpewebkit.org/releases/wpewebkit-2.34.3.tar.xz.sums +md5 f8eb92825bf6477fb04ca017926c2458 wpewebkit-2.34.3.tar.xz +sha1 a72f507dfd6d4d579b2e6c939d7c171c2cfb1d92 wpewebkit-2.34.3.tar.xz +sha256 c35de4bfce35c81cbd6c1da27879b4ea33e20bd51d750ce296a4d100d45f40fc wpewebkit-2.34.3.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 d936b342bf..64c179534f 100644 --- a/package/wpewebkit/wpewebkit.mk +++ b/package/wpewebkit/wpewebkit.mk @@ -4,7 +4,7 @@ # ################################################################################ -WPEWEBKIT_VERSION = 2.34.2 +WPEWEBKIT_VERSION = 2.34.3 WPEWEBKIT_SITE = http://www.wpewebkit.org/releases WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz WPEWEBKIT_INSTALL_STAGING = YES