From 5dca16b451abf80b1bfacfc533daf447ff4dad7c Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 10 Mar 2022 14:48:49 +0800 Subject: [PATCH] cryptsetup: upgrade 2.3.6 -> 2.3.7 Stable security bug-fix release that fixes CVE-2021-4122. ReleaseNotes: https://kernel.org/pub/linux/utils/cryptsetup/v2.3/v2.3.7-ReleaseNotes Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- .../cryptsetup/{cryptsetup_2.3.6.bb => cryptsetup_2.3.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.3.6.bb => cryptsetup_2.3.7.bb} (96%) diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb similarity index 96% rename from meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb rename to meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb index 498f333810..700984010f 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.7.bb @@ -17,8 +17,8 @@ DEPENDS = " \ " SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}/${BP}.tar.xz" -SRC_URI[md5sum] = "504d1ab22cbc4d1a59a8d8c7ee5ed3bf" -SRC_URI[sha256sum] = "b296b7a21ea576c2b180611ccb19d06aec8dddaedf7c704b0c6a81210c25635f" +SRC_URI[md5sum] = "9c5952cebb836ee783b0b76c5380a964" +SRC_URI[sha256sum] = "61835132a5986217af17b8943013aa3fe6d47bdc1a07386343526765e2ce27a9" inherit autotools gettext pkgconfig