wok-6.x diff nginx/receipt @ rev 17516
Remove some categories (system -> system-tools, web -> network, devel -> development, news -> network).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 15 01:14:17 2015 +0200 (2015-01-15) |
parents | 23c3aed67cd9 |
children | 54060e39ea40 |
line diff
1.1 --- a/nginx/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/nginx/receipt Thu Jan 15 01:14:17 2015 +0200 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.