SHA256
1
0
forked from pool/cryptsetup
Stephan Kulow 2014-08-27 20:18:06 +00:00 committed by Git OBS Bridge
commit 6136ac7941
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