cryptsetup: update to 2.0.3.

Closes: #14112 [via git-merge-pr]
This commit is contained in:
maxice8 2018-05-04 00:26:52 -03:00 committed by Toyam Cox
parent 28ae6e1f49
commit 7049fbc055

View file

@ -1,19 +1,20 @@
# Template file for 'cryptsetup'
pkgname=cryptsetup
version=2.0.2
revision=3
version=2.0.3
revision=1
build_style=gnu-configure
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)
--enable-cryptsetup-reencrypt"
hostmakedepends="pkg-config"
makedepends="popt-devel libuuid-devel device-mapper-devel libressl-devel
$(vopt_if pwquality libpwquality-devel) json-c-devel"
makedepends="device-mapper-devel json-c-devel libressl-devel popt-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"
changelog="https://gitlab.com/cryptsetup/cryptsetup/raw/master/docs/v${version}-ReleaseNotes"
homepage="https://gitlab.com/cryptsetup/cryptsetup"
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
checksum=4f8105d7f3bf758d58da3058b3cbd66c0ca81492b2dafe8ae7c049cc9e939e97
checksum=4d6cca04c1f5ff4a68d045d190efb2623087eda0274ded92f92a4b6911e501d4
build_options="pwquality"
desc_option_pwquality="Enable support for checking password quality via libpwquality"