wok diff apache/receipt @ rev 17474

syslinux/iso2exe: use always mkfloppy in init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 27 18:25:05 2014 +0100 (2014-12-27)
parents 1c473ed1c351
children 903156784651
line diff
     1.1 --- a/apache/receipt	Wed Jul 09 11:25:23 2014 +0200
     1.2 +++ b/apache/receipt	Sat Dec 27 18:25:05 2014 +0100
     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.