SHA256
1
0
forked from pool/grub2

Accepting request 421847 from home:arvidjaar:grub2-next

- since version 1.7 cryptsetup defaults to SHA256 for LUKS - include
  gcry_sha256 in signed EFI image

OBS-URL: https://build.opensuse.org/request/show/421847
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=228
This commit is contained in:
Michael Chang 2016-08-25 03:50:24 +00:00 committed by Git OBS Bridge
parent 2252949972
commit 2cf5c08f74
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 20 05:42:12 UTC 2016 - arvidjaar@gmail.com
- since version 1.7 cryptsetup defaults to SHA256 for LUKS - include
gcry_sha256 in signed EFI image
-------------------------------------------------------------------
Fri Aug 12 08:32:05 UTC 2016 - mchang@suse.com

View File

@ -535,7 +535,7 @@ CD_MODULES=" all_video boot cat chain configfile echo true \
password_pbkdf2 png reboot search search_fs_uuid \
search_fs_file search_label sleep test video fat loadenv"
PXE_MODULES="efinet tftp"
CRYPTO_MODULES="luks gcry_rijndael gcry_sha1"
CRYPTO_MODULES="luks gcry_rijndael gcry_sha1 gcry_sha256"
%ifarch x86_64
CD_MODULES="${CD_MODULES} linuxefi"