From: Josef Schlehofer Date: Tue, 18 Jan 2022 15:24:52 +0000 (+0100) Subject: cryptsetup: update to version 2.4.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a2427edf76fffd294fbcc70f94c7d59d420d07b4;p=openwrt-packages.git cryptsetup: update to version 2.4.3 Fixes: CVE-2021-4122 Signed-off-by: Josef Schlehofer --- diff --git a/utils/cryptsetup/Makefile b/utils/cryptsetup/Makefile index bdb249fdd..fed551a00 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