cryptsetup: update to 2.6.0.

Closes: #41486 [via git-merge-pr]
This commit is contained in:
mhmdanas 2023-01-06 01:24:06 +00:00 committed by Andrew Benson
parent 3cdfeb4ff1
commit 1d1128faca
1 changed files with 4 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cryptsetup'
pkgname=cryptsetup
version=2.5.0
version=2.6.0
revision=1
build_style=gnu-configure
configure_args="--with-crypto_backend=openssl --enable-cryptsetup-reencrypt
@ -15,19 +15,13 @@ maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://gitlab.com/cryptsetup/cryptsetup"
changelog="https://gitlab.com/cryptsetup/cryptsetup/raw/master/docs/v${version}-ReleaseNotes"
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
checksum=9184a6ebbd9ce7eb211152e7f741a6c82f2d1cc0e24a84ec9c52939eee0f0542
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/cryptsetup-${version}.tar.xz"
checksum=44397ba76e75a9cde5b02177bc63cd7af428a785788e3a7067733e7761842735
subpackages="libcryptsetup cryptsetup-devel"
build_options="pwquality"
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
make_check=ci-skip # tests depend on acessing /dev/mapper/control fails on CI
post_patch() {
if [ "$XBPS_TARGET_LIBC" = musl ]; then