cryptsetup: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:17:52 +01:00
parent e50b1f643f
commit a8ac0f62d1
2 changed files with 3 additions and 3 deletions
common
srcpkgs/cryptsetup

View file

@ -1052,7 +1052,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.12 libcryptsetup-2.0.0_1
libcryptsetup.so.12 libcryptsetup-2.3.4_2
libgusb.so.2 libgusb-0.1.3_1
libmash-0.2.so.0 mash-0.2.0_4
libbytesize.so.1 libbytesize-1.2_1

View file

@ -1,13 +1,13 @@
# Template file for 'cryptsetup'
pkgname=cryptsetup
version=2.3.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)
--enable-cryptsetup-reencrypt --enable-libargon2"
make_check_args="-C tests"
hostmakedepends="pkg-config"
makedepends="device-mapper-devel json-c-devel libressl-devel popt-devel
makedepends="device-mapper-devel json-c-devel openssl-devel popt-devel
libargon2-devel $(vopt_if pwquality 'libpwquality-devel')"
checkdepends="procps-ng which jq tar xz xxd"
short_desc="Setup virtual encryption devices under Linux dm-crypt"