summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-04-28 10:19:58 +0200
committerLars Wendler <polynomial-c@gentoo.org>2021-04-28 10:21:58 +0200
commitd6b4747fd6f5917f28a1756a24f9760f49813fbb (patch)
tree83b58be36d773127f99b9f72cd6224ae1431c58a /sys-fs
parentdev-python/translate-toolkit: Bump to 3.3.5 (diff)
downloadgentoo-d6b4747fd6f5917f28a1756a24f9760f49813fbb.tar.gz
gentoo-d6b4747fd6f5917f28a1756a24f9760f49813fbb.tar.bz2
gentoo-d6b4747fd6f5917f28a1756a24f9760f49813fbb.zip
sys-fs/cryptsetup: Revbump to fix default pw-hashing with USE="-argon2"
Thanks-to: Hector Martin <marcan@marcan.st> Closes: https://bugs.gentoo.org/786372 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild (renamed from sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild)1
-rw-r--r--sys-fs/cryptsetup/cryptsetup-2.3.5-r1.ebuild (renamed from sys-fs/cryptsetup/cryptsetup-2.3.5.ebuild)1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild
index 5c0a691593f8..506cc07dfd93 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild
@@ -89,6 +89,7 @@ src_configure() {
$(use_enable static-libs static)
$(use_enable udev)
$(use_enable !urandom dev-random)
+ $(usex argon2 '' '--with-luks2-pbkdf=pbkdf2')
)
econf "${myeconfargs[@]}"
}
diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.5.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.5-r1.ebuild
index af8bdea1118b..c752e6c27228 100644
--- a/sys-fs/cryptsetup/cryptsetup-2.3.5.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-2.3.5-r1.ebuild
@@ -89,6 +89,7 @@ src_configure() {
$(use_enable static-libs static)
$(use_enable udev)
$(use_enable !urandom dev-random)
+ $(usex argon2 '' '--with-luks2-pbkdf=pbkdf2')
)
econf "${myeconfargs[@]}"
}