From 0ceeb39303267400d6335e3c687ce1f73d9e6dcc Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 3 Nov 2022 18:41:25 +0100 Subject: [PATCH] package/pixman: security bump version to 0.42.2 Release notes: https://lists.x.org/archives/xorg-announce/2022-October/003228.html https://lists.x.org/archives/xorg-announce/2022-November/003249.html Fixes CVE-2022-44638: https://lists.x.org/archives/xorg-announce/2022-November/003251.html Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/pixman/pixman.hash | 6 +++--- package/pixman/pixman.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/pixman/pixman.hash b/package/pixman/pixman.hash index 1af632a9f4..78407bf048 100644 --- a/package/pixman/pixman.hash +++ b/package/pixman/pixman.hash @@ -1,6 +1,6 @@ -# From https://lists.x.org/archives/xorg-announce/2020-April/003043.html -sha256 da8ed9fe2d1c5ef8ce5d1207992db959226bd4e37e3f88acf908fd9a71e2704e pixman-0.40.0.tar.xz -sha512 8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270 pixman-0.40.0.tar.xz +# From https://lists.x.org/archives/xorg-announce/2022-October/003228.html +sha256 5747d2ec498ad0f1594878cc897ef5eb6c29e91c53b899f7f71b506785fc1376 pixman-0.42.2.tar.xz +sha512 3476e2676e66756b1af61b1e532cd80c985c191fb7956eb01702b419726cce99e79163b7f287f74f66414680e7396d13c3fee525cd663f12b6ac4877070ff4e8 pixman-0.42.2.tar.xz # Locally computed sha256 fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793 COPYING diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index 3f65f0484d..6e6d787d27 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -4,7 +4,7 @@ # ################################################################################ -PIXMAN_VERSION = 0.40.0 +PIXMAN_VERSION = 0.42.2 PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.xz PIXMAN_SITE = https://xorg.freedesktop.org/releases/individual/lib PIXMAN_LICENSE = MIT