wok-6.x diff nginx/receipt @ rev 17807
mate-settings-daemon-dev: fix lib path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 21 08:47:29 2015 +0100 (2015-03-21) |
parents | 23c3aed67cd9 |
children | 54060e39ea40 |
line diff
1.1 --- a/nginx/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/nginx/receipt Sat Mar 21 08:47:29 2015 +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.