cryptsetup: update to 2.3.4.

This commit is contained in:
Daniel Eyßer 2020-09-05 04:25:44 +02:00 committed by Andrew J. Hesford
parent 51c11f3ad8
commit 923906d27e

View file

@ -1,7 +1,7 @@
# Template file for 'cryptsetup'
pkgname=cryptsetup
version=2.3.3
revision=3
version=2.3.4
revision=1
build_style=gnu-configure
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)
--enable-cryptsetup-reencrypt --enable-libargon2"
@ -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%.*}/${pkgname}-${version}.tar.xz"
checksum=3bca4ffe39e2f94cef50f6ea65acb873a6dbce5db34fc6bcefe38b6d095e82df
checksum=9d16eebb96b53b514778e813019b8dd15fea9fec5aafde9fae5febf59df83773
subpackages="libcryptsetup cryptsetup-devel"
build_options="pwquality"