From fc109ce43d428b99cd7cf98665145d9595a49b80 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:08 -0400 Subject: [PATCH] cryptsetup: rebuild for openssl3 --- srcpkgs/cryptsetup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cryptsetup/template b/srcpkgs/cryptsetup/template index 01254809630..c8ae5b2dcd4 100644 --- a/srcpkgs/cryptsetup/template +++ b/srcpkgs/cryptsetup/template @@ -1,7 +1,7 @@ # Template file for 'cryptsetup' pkgname=cryptsetup version=2.6.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-crypto_backend=openssl --disable-asciidoc --enable-libargon2 $(vopt_enable pwquality)"