cryptsetup: update to version 2.5.0
authorDaniel Golle <daniel@makrotopia.org>
Wed, 7 Sep 2022 17:39:46 +0000 (18:39 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 7 Sep 2022 21:56:15 +0000 (22:56 +0100)
Update to new major release of cryptsetup. For details, please see
the release notes[1].

[1]: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.5/v2.5.0-ReleaseNotes
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils/cryptsetup/Makefile

index 06ef039d55af202627420a69efbc32ef590ba0b8..4318ca1c2030d792b330a1b2753de91b9c0afb44 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cryptsetup
-PKG_VERSION:=2.4.3
+PKG_VERSION:=2.5.0
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=@KERNEL/linux/utils/cryptsetup/v2.4
-PKG_HASH:=fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507
+PKG_SOURCE_URL:=@KERNEL/linux/utils/cryptsetup/v2.5
+PKG_HASH:=9184a6ebbd9ce7eb211152e7f741a6c82f2d1cc0e24a84ec9c52939eee0f0542
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later
@@ -56,6 +56,7 @@ define Package/cryptsetup-ssh/description
 endef
 
 CONFIGURE_ARGS += \
+       --disable-asciidoc \
        --disable-cryptsetup-reencrypt \
        --disable-integritysetup \
        --disable-selinux \