wok diff apache/receipt @ rev 18187

Up lessfs (1.7.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 08 11:52:12 2015 +0200 (2015-07-08)
parents 1c473ed1c351
children 903156784651
line diff
     1.1 --- a/apache/receipt	Wed Jul 09 11:25:23 2014 +0200
     1.2 +++ b/apache/receipt	Wed Jul 08 11:52:12 2015 +0200
     1.3 @@ -59,6 +59,11 @@
     1.4  		-e 's|#LoadModule ssl_module|LoadModule ssl_module|' \
     1.5  		$fs/etc/apache/httpd.conf $fs/etc/apache/extra/httpd-ssl.conf
     1.6  	echo "Include /etc/apache/conf.d" >> $fs/etc/apache/httpd.conf
     1.7 +	cat >> $fs/etc/apache/extra/httpd-ssl.conf <<EOT
     1.8 +
     1.9 +# Unsafe, see CVE-2014-3566 POODLE
    1.10 +SSLProtocol All -SSLv2 -SSLv3
    1.11 +EOT
    1.12  }
    1.13  
    1.14  # Pre and post install commands for Tazpkg.