wok-next rev 20356

Up grub2 (2.02) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 19 18:47:25 2017 +0100 (2017-11-19)
parents 29e7eb2b19f9
children c04bd033a43d
files gpxe/receipt grub2/receipt
line diff
     1.1 --- a/gpxe/receipt	Sun Nov 19 18:31:14 2017 +0100
     1.2 +++ b/gpxe/receipt	Sun Nov 19 18:47:25 2017 +0100
     1.3 @@ -27,7 +27,7 @@
     1.4  	sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c
     1.5  	sed -i 's/? s : ___strtok//' core/stringextra.c
     1.6  	sed -i '/timer2_running/d' include/timer.h
     1.7 -	make EXTRA_CFLAGS="-fno-strict-aliasing \
     1.8 +	make CC=gcc-49 EXTRA_CFLAGS="-fno-strict-aliasing \
     1.9  -Wno-error=unused-but-set-variable -Wno-error=implicit-function-declaration \
    1.10  -Wno-error=array-bounds" bin/gpxe.lkrn bin/undionly.kpxe 2>&1 | \
    1.11  	grep -v housekeeping: | grep -v blib.list
     2.1 --- a/grub2/receipt	Sun Nov 19 18:31:14 2017 +0100
     2.2 +++ b/grub2/receipt	Sun Nov 19 18:47:25 2017 +0100
     2.3 @@ -19,7 +19,7 @@
     2.4  compile_rules()
     2.5  {
     2.6  	sed -i 's|sys/types.h>|&\n#include <sys/sysmacros.h>|' \
     2.7 -		util/getroot.c util/raid.c grub-core/kern/emu/hostdisk.c
     2.8 +		util/getroot.c grub-core/kern/emu/hostdisk.c
     2.9  
    2.10  	# CVE-2015-8370
    2.11  	sed -i "s/'.b'/& \\&\\& cur_len/" grub-core/lib/crypto.c grub-core/normal/auth.c