cryptsetup: update to 2.0.6.
This commit is contained in:
parent
fad76ffdcb
commit
51d7fd83f5
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'cryptsetup'
|
||||
pkgname=cryptsetup
|
||||
version=2.0.5
|
||||
revision=2
|
||||
version=2.0.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)
|
||||
--enable-cryptsetup-reencrypt"
|
||||
--enable-cryptsetup-reencrypt --enable-libargon2"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="device-mapper-devel json-c-devel libressl-devel popt-devel
|
||||
$(vopt_if pwquality 'libpwquality-devel')"
|
||||
libargon2-devel $(vopt_if pwquality 'libpwquality-devel')"
|
||||
short_desc="Setup virtual encryption devices under Linux dm-crypt"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
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=a0f72ca2c824a5a555dc8924413dfe947eca23ab2e30bcff54eaafefe5fe301d
|
||||
checksum=7c51fae0f0e7ea9af0f515b2ac77009fb2969a6619ebab47d097dca38b083d30
|
||||
subpackages="libcryptsetup cryptsetup-devel"
|
||||
|
||||
build_options="pwquality"
|
||||
|
|
Loading…
Reference in a new issue