- need to use PBKDF2 by default for LUKS2 as grub can't decrypt when

using Argon.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=172
This commit is contained in:
Ludwig Nussel 2021-08-03 13:44:07 +00:00 committed by Git OBS Bridge
parent db71e925b5
commit c25748051d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 3 13:42:20 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
- need to use PBKDF2 by default for LUKS2 as grub can't decrypt when
using Argon.
-------------------------------------------------------------------
Mon Aug 2 14:43:51 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
@ -17,7 +23,6 @@ Mon Aug 2 14:43:51 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
* Rewritten command-line option parsing to avoid libpopt arguments
memory leaks.
* Add --test-args option.
- switch to LUKS2 default format
-------------------------------------------------------------------
Mon Aug 2 12:39:40 UTC 2021 - Fabian Vogt <fvogt@suse.com>

View File

@ -140,6 +140,7 @@ autoreconf -f -i
%if %{?suse_version} < 1550
--with-default-luks-format=LUKS1 \
%endif
--with-luks2-pbkdf=pbkdf2 \
--with-luks2-lock-path=/run/cryptsetup \
--with-tmpfilesdir='%{_tmpfilesdir}'
%make_build