cryptsetup: update to 2.8.0

Closes: #56283 [via git-merge-pr]
This commit is contained in:
PoroCYon 2025-07-14 02:07:36 +02:00 committed by classabbyamp
parent 20450cdfa0
commit 90e3908d3a
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'cryptsetup'
pkgname=cryptsetup
version=2.7.5
revision=2
version=2.8.0
revision=1
build_style=gnu-configure
configure_args="--with-crypto_backend=openssl --disable-asciidoc
--enable-libargon2 $(vopt_enable pwquality)"
@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
homepage="https://gitlab.com/cryptsetup/cryptsetup"
changelog="https://gitlab.com/cryptsetup/cryptsetup/raw/master/docs/v${version}-ReleaseNotes"
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/cryptsetup-${version}.tar.xz"
checksum=d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522
checksum=cc9e2d37c25a871cea37520b28d532207b0c1670fb10fc54d68071f63f5243a2
subpackages="libcryptsetup cryptsetup-devel"
build_options="pwquality"
desc_option_pwquality="Enable support for checking password quality via libpwquality"