wok diff grub2/receipt @ rev 19321

apache: update PIDFILE
author Richard Dunbar <mojo@slitaz.org>
date Wed Jul 13 20:20:01 2016 -0400 (2016-07-13)
parents 99ae478b6540
children 8154fa30d15b
line diff
     1.1 --- a/grub2/receipt	Wed Dec 16 17:54:07 2015 +0100
     1.2 +++ b/grub2/receipt	Wed Jul 13 20:20:01 2016 -0400
     1.3 @@ -19,7 +19,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	# CVE-2015-8370
     1.7 -	sed -i "s/'.b'/& \&\& cur_len/" grub-core/lib/crypto.c grub-core/normal/auth.c
     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"