cryptsetup: update to 2.5.0.
This commit is contained in:
parent
5d95426fa3
commit
ea9285bed0
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cryptsetup'
|
# Template file for 'cryptsetup'
|
||||||
pkgname=cryptsetup
|
pkgname=cryptsetup
|
||||||
version=2.4.3
|
version=2.5.0
|
||||||
revision=1
|
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 --enable-cryptsetup-reencrypt
|
||||||
--enable-libargon2 $(vopt_enable pwquality)"
|
--disable-asciidoc --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,13 +16,19 @@ 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%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=fc0df945188172264ec5bf1d0bda08264fadc8a3f856d47eba91f31fe354b507
|
checksum=9184a6ebbd9ce7eb211152e7f741a6c82f2d1cc0e24a84ec9c52939eee0f0542
|
||||||
make_check=extended
|
|
||||||
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"
|
||||||
|
|
||||||
|
if [ "$XBPS_LIBC" = "musl" ]
|
||||||
|
then
|
||||||
|
make_check=no # Test fail on musl see upstream:
|
||||||
|
# https://gitlab.com/cryptsetup/cryptsetup/-/issues/781
|
||||||
|
else
|
||||||
|
make_check=ci-skip # tests depend on acessing /dev/mapper/control fails on CI
|
||||||
|
fi
|
||||||
|
|
||||||
post_patch() {
|
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
|
||||||
|
|
Loading…
Reference in New Issue