From fa8c5e9bfead98af70d89d0a69ca80fff83aae15 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 15 Feb 2023 20:39:12 +0000 Subject: [PATCH] cryptsetup: update to 2.6.1. --- srcpkgs/cryptsetup/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/cryptsetup/template b/srcpkgs/cryptsetup/template index d98676cd365a52..012548096305f6 100644 --- a/srcpkgs/cryptsetup/template +++ b/srcpkgs/cryptsetup/template @@ -1,10 +1,10 @@ # Template file for 'cryptsetup' pkgname=cryptsetup -version=2.6.0 -revision=2 +version=2.6.1 +revision=1 build_style=gnu-configure -configure_args="--with-crypto_backend=openssl --enable-cryptsetup-reencrypt - --disable-asciidoc --enable-libargon2 $(vopt_enable pwquality)" +configure_args="--with-crypto_backend=openssl --disable-asciidoc + --enable-libargon2 $(vopt_enable pwquality)" make_check_args="-C tests" hostmakedepends="pkg-config" makedepends="device-mapper-devel json-c-devel openssl-devel popt-devel @@ -16,7 +16,7 @@ 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=44397ba76e75a9cde5b02177bc63cd7af428a785788e3a7067733e7761842735 +checksum=410ded65a1072ab9c8e41added37b9729c087fef4d2db02bb4ef529ad6da4693 subpackages="libcryptsetup cryptsetup-devel" build_options="pwquality" desc_option_pwquality="Enable support for checking password quality via libpwquality" @@ -27,7 +27,6 @@ post_patch() { if [ "$XBPS_TARGET_LIBC" = musl ]; then # Require losetup from util-linux, also failing when present # TODO: 2 tests require lsblk - rm -f tests/compat-test ln -f /bin/true tests/compat-test fi }