wok-stable diff apache/receipt @ rev 10931

apache: add range-CVE-2011-3192 fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 26 13:57:39 2011 +0200 (2011-08-26)
parents 8e024e3cbe9b
children 921a6b00196d
line diff
     1.1 --- a/apache/receipt	Sun May 22 14:30:31 2011 +0000
     1.2 +++ b/apache/receipt	Fri Aug 26 13:57:39 2011 +0200
     1.3 @@ -42,6 +42,8 @@
     1.4  	cp -a $_pkg/var $fs
     1.5  	
     1.6  	cp -a $stuff/apache $fs/etc/init.d
     1.7 +	mkdir -p $fs/etc/apache/extra
     1.8 +	cp -a $stuff/fix-range-CVE-2011-3192.conf $fs/etc/apache/extra
     1.9  
    1.10  	sed -i  -e 's|User daemon|User www|' -e 's|Group daemon|Group www|' \
    1.11  		-e 's|ServerAdmin you@example.com|ServerAdmin root@localhost|' \