cryptsetup: update to 2.3.2.

This commit is contained in:
Daniel Eyßer 2020-04-30 19:47:03 +02:00 committed by Helmut Pozimski
parent 214c181cf3
commit 0ea5d3f2fe
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'cryptsetup' # Template file for 'cryptsetup'
pkgname=cryptsetup pkgname=cryptsetup
version=2.3.1 version=2.3.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality) configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)
@ -9,14 +9,14 @@ make_check_args="-C tests"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="device-mapper-devel json-c-devel libressl-devel popt-devel makedepends="device-mapper-devel json-c-devel libressl-devel popt-devel
libargon2-devel $(vopt_if pwquality 'libpwquality-devel')" libargon2-devel $(vopt_if pwquality 'libpwquality-devel')"
checkdepends="util-linux procps-ng" checkdepends="util-linux procps-ng which jq tar xz xxd"
short_desc="Setup virtual encryption devices under Linux dm-crypt" short_desc="Setup virtual encryption devices under Linux dm-crypt"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>" maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="GPL-2.0-or-later" 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=92aba4d559a2cf7043faed92e0f22c5addea36bd63f8c039ba5a8f3a159fe7d2 checksum=a89e13dff0798fd0280e801d5f0cc8cfdb2aa5b1929bec1b7322e13d3eca95fb
subpackages="libcryptsetup cryptsetup-devel" subpackages="libcryptsetup cryptsetup-devel"
build_options="pwquality" build_options="pwquality"