wok-current diff grub2-efi/receipt @ rev 19399
memtest: DOS shutdown
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 03 09:48:39 2016 +0200 (2016-09-03) |
parents | 6ee5e2fb9617 |
children | 8154fa30d15b |
line diff
1.1 --- a/grub2-efi/receipt Wed Jun 24 12:08:56 2015 +0200 1.2 +++ b/grub2-efi/receipt Sat Sep 03 09:48:39 2016 +0200 1.3 @@ -18,6 +18,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # CVE-2015-8370 1.8 + sed -i "s/'.b'/& \\&\\& cur_len/" grub-core/lib/crypto.c grub-core/normal/auth.c 1.9 + 1.10 # Fixes for flex 2.5.37 1.11 export CFLAGS="-Wno-error=sign-compare" 1.12 sed -i 's/YY_FATAL_ERROR/REMOVED_&/' grub-core/script/yylex.l