mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
cryptsetup: update to 2.6.1.
This commit is contained in:
parent
14d9c12321
commit
74f99c228d
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cryptsetup'
|
# Template file for 'cryptsetup'
|
||||||
pkgname=cryptsetup
|
pkgname=cryptsetup
|
||||||
version=2.6.0
|
version=2.6.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto_backend=openssl --enable-cryptsetup-reencrypt
|
configure_args="--with-crypto_backend=openssl --disable-asciidoc
|
||||||
--disable-asciidoc --enable-libargon2 $(vopt_enable pwquality)"
|
--enable-libargon2 $(vopt_enable pwquality)"
|
||||||
make_check_args="-C tests"
|
make_check_args="-C tests"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="device-mapper-devel json-c-devel openssl-devel popt-devel
|
makedepends="device-mapper-devel json-c-devel openssl-devel popt-devel
|
||||||
|
@ -16,7 +16,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://gitlab.com/cryptsetup/cryptsetup"
|
homepage="https://gitlab.com/cryptsetup/cryptsetup"
|
||||||
changelog="https://gitlab.com/cryptsetup/cryptsetup/raw/master/docs/v${version}-ReleaseNotes"
|
changelog="https://gitlab.com/cryptsetup/cryptsetup/raw/master/docs/v${version}-ReleaseNotes"
|
||||||
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/cryptsetup-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/cryptsetup-${version}.tar.xz"
|
||||||
checksum=44397ba76e75a9cde5b02177bc63cd7af428a785788e3a7067733e7761842735
|
checksum=410ded65a1072ab9c8e41added37b9729c087fef4d2db02bb4ef529ad6da4693
|
||||||
subpackages="libcryptsetup cryptsetup-devel"
|
subpackages="libcryptsetup cryptsetup-devel"
|
||||||
build_options="pwquality"
|
build_options="pwquality"
|
||||||
desc_option_pwquality="Enable support for checking password quality via libpwquality"
|
desc_option_pwquality="Enable support for checking password quality via libpwquality"
|
||||||
|
@ -27,7 +27,6 @@ post_patch() {
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
# Require losetup from util-linux, also failing when present
|
# Require losetup from util-linux, also failing when present
|
||||||
# TODO: 2 tests require lsblk
|
# TODO: 2 tests require lsblk
|
||||||
rm -f tests/compat-test
|
|
||||||
ln -f /bin/true tests/compat-test
|
ln -f /bin/true tests/compat-test
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue