From a823d6ea4c90d235706a37a6397a3e8f5cb73c785299a65ab15d511d356ff884 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 26 Aug 2014 06:33:53 +0000 Subject: [PATCH] Accepting request 245748 from home:msmeissn:branches:security - Use --enable-gcrypt-pbkdf2 to use the PBKDFv2 method from libgcrypt. OBS-URL: https://build.opensuse.org/request/show/245748 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=116 --- cryptsetup.changes | 5 +++++ cryptsetup.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cryptsetup.changes b/cryptsetup.changes index d6b4a84..6bf2294 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 22 12:02:56 UTC 2014 - meissner@suse.com + +- Use --enable-gcrypt-pbkdf2 to use the PBKDFv2 method from libgcrypt. + ------------------------------------------------------------------- Tue Aug 12 16:34:04 UTC 2014 - asterios.dramis@gmail.com diff --git a/cryptsetup.spec b/cryptsetup.spec index 0ce0302..036a61c 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -92,7 +92,8 @@ time via the config file /etc/crypttab. %configure --enable-cryptsetup-reencrypt \ --enable-selinux \ --enable-fips \ - --enable-pwquality + --enable-pwquality \ + --enable-gcrypt-pbkdf2 make %{?_smp_mflags} %install