wok-next diff nginx/receipt @ rev 17334
add aespipe & dcron
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 05 16:03:16 2014 +0100 (2014-11-05) |
parents | 23c3aed67cd9 |
children | 54060e39ea40 |
line diff
1.1 --- a/nginx/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/nginx/receipt Wed Nov 05 16:03:16 2014 +0100 1.3 @@ -63,6 +63,8 @@ 1.4 rm -rf $fs/usr/html 1.5 cp -a stuff/* $fs 1.6 sed -i 's/#user nobody;/user www;/' $fs/etc/nginx/nginx.conf 1.7 + # SSLv3 is unsafe, see CVE-2014-3566 POODLE 1.8 + sed -i 's/ssl_protocols.* /ssl_protocols TLSv1 TLSv1.1 TLSv1.2;/' $fs/etc/nginx/nginx.conf 1.9 } 1.10 1.11 # Pre and post install commands for Tazpkg.