cryptsetup: update to 2.0.0.
This commit is contained in:
parent
3c3fb604c5
commit
025f6fb8a1
|
@ -962,7 +962,7 @@ libcss.so.0 libcss-0.1.1_1
|
|||
libhubbub.so.0 libhubbub-0.1.1_1
|
||||
liblutok.so.3 lutok-0.4_1
|
||||
libmtdev.so.1 mtdev-1.1.2_1
|
||||
libcryptsetup.so.4 libcryptsetup-1.4.1_1
|
||||
libcryptsetup.so.12 libcryptsetup-2.0.0_1
|
||||
libgusb.so.2 libgusb-0.1.3_1
|
||||
libmash-0.2.so.0 mash-0.2.0_4
|
||||
libudisks2.so.0 udisks2-1.93.0_1
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'cryptsetup'
|
||||
pkgname=cryptsetup
|
||||
version=1.7.5
|
||||
revision=2
|
||||
version=2.0.0
|
||||
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)"
|
||||
$(vopt_if pwquality libpwquality-devel) json-c-devel"
|
||||
short_desc="Setup virtual encryption devices under Linux dm-crypt"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://gitlab.com/cryptsetup/cryptsetup"
|
||||
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd
|
||||
checksum=adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199
|
||||
|
||||
build_options="pwquality"
|
||||
desc_option_pwquality="Enable support for checking password quality via libpwquality"
|
||||
|
|
Loading…
Reference in New Issue