diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-03-31 16:04:15 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-08-02 10:35:20 +0200 |
commit | 39cde24fb54a667a6730bdaec3233184227131f6 (patch) | |
tree | 9fd17266a5dfc28122284db4bf0d045dfabb3761 /main/cryptsetup | |
parent | b8a64519b13f7fc457a39f4a768f7711e23ec8fd (diff) | |
download | aports-39cde24fb54a667a6730bdaec3233184227131f6.zip |
main: mass rebuild against openssl 3
Diffstat (limited to 'main/cryptsetup')
-rw-r--r-- | main/cryptsetup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index db5ffe486e9..03672d7a8eb 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cryptsetup pkgver=2.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" url="https://gitlab.com/cryptsetup/cryptsetup" arch="all" @@ -12,7 +12,7 @@ makedepends_host=" argon2-dev json-c-dev lvm2-dev - openssl-dev + openssl-dev>3 popt-dev util-linux-dev " |