cryptsetup: update to 2.2.0, adopt package
This commit is contained in:
parent
feee3d3db4
commit
7516168ee1
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cryptsetup'
|
||||
pkgname=cryptsetup
|
||||
version=2.1.0
|
||||
revision=2
|
||||
version=2.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)
|
||||
--enable-cryptsetup-reencrypt --enable-libargon2"
|
||||
|
@ -9,12 +9,12 @@ hostmakedepends="pkg-config"
|
|||
makedepends="device-mapper-devel json-c-devel libressl-devel popt-devel
|
||||
libargon2-devel $(vopt_if pwquality 'libpwquality-devel')"
|
||||
short_desc="Setup virtual encryption devices under Linux dm-crypt"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897
|
||||
checksum=9d8f8cac2836a1623c075b5cba96032271dc81a28b2aa27fbd8331e831416bb1
|
||||
subpackages="libcryptsetup cryptsetup-devel"
|
||||
|
||||
build_options="pwquality"
|
||||
|
@ -22,9 +22,9 @@ desc_option_pwquality="Enable support for checking password quality via libpwqua
|
|||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl)
|
||||
configure_args+=" --enable-static-cryptsetup"
|
||||
subpackages+=" cryptsetup-static"
|
||||
;;
|
||||
configure_args+=" --enable-static-cryptsetup"
|
||||
subpackages+=" cryptsetup-static"
|
||||
;;
|
||||
esac
|
||||
|
||||
cryptsetup-static_package() {
|
||||
|
|
Loading…
Reference in a new issue