wok-6.x diff apache/receipt @ rev 17541
Add zstd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 26 15:15:08 2015 +0100 (2015-01-26) |
parents | 1c473ed1c351 |
children | 903156784651 |
line diff
1.1 --- a/apache/receipt Wed Jul 09 11:25:23 2014 +0200 1.2 +++ b/apache/receipt Mon Jan 26 15:15:08 2015 +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.