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
This commit is contained in:
Ludwig Nussel 2014-08-26 06:33:53 +00:00 committed by Git OBS Bridge
parent 9d75fbda81
commit a823d6ea4c
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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