From a2427edf76fffd294fbcc70f94c7d59d420d07b4 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 18 Jan 2022 16:24:52 +0100 Subject: [PATCH] cryptsetup: update to version 2.4.3 Fixes: CVE-2021-4122 Signed-off-by: Josef Schlehofer --- utils/cryptsetup/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index bdb249fdd4..fed551a009 100644 --- a/utils/cryptsetup/Makefile +++ b/utils/cryptsetup/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cryptsetup -PKG_VERSION:=2.4.1 +PKG_VERSION:=2.4.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/cryptsetup/v2.4 -PKG_HASH:=a356a727a83a464ade566e95239622a22dbe4e0f482b198fdb04ab0d3a5a9c5f +PKG_HASH:=fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later