wok-current diff apache/receipt @ rev 17566
Up: pixman 0.32.6
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 07 17:31:51 2015 +0000 (2015-02-07) |
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 Feb 07 17:31:51 2015 +0000 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.