wok diff nginx/receipt @ rev 17654

Up: diffutils 3.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 22:41:11 2015 +0000 (2015-02-14)
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 Feb 14 22:41:11 2015 +0000
     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.