cryptsetup: update to 2.7.5
This commit is contained in:
parent
e443c47ff1
commit
96816990da
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cryptsetup'
|
||||
pkgname=cryptsetup
|
||||
version=2.7.0
|
||||
version=2.7.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-crypto_backend=openssl --disable-asciidoc
|
||||
|
@ -16,12 +16,11 @@ 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%.*}/cryptsetup-${version}.tar.xz"
|
||||
checksum=94003a00cd5a81944f45e8dc529e0cfd2a6ff629bd2cd21cf5e574e465daf795
|
||||
checksum=d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522
|
||||
subpackages="libcryptsetup cryptsetup-devel"
|
||||
build_options="pwquality"
|
||||
desc_option_pwquality="Enable support for checking password quality via libpwquality"
|
||||
|
||||
make_check=ci-skip # tests depend on acessing /dev/mapper/control fails on CI
|
||||
make_check=ci-skip # tests depending on accessing /dev/mapper/control fail on CI
|
||||
|
||||
post_patch() {
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
|
|
Loading…
Reference in New Issue