wok-current rev 18165
Update: nginx to 1.9.2
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Jun 27 16:42:24 2015 +0000 (2015-06-27) |
parents | 410ae0e33dc0 |
children | 4fa27fccfa02 |
files | nginx/receipt |
line diff
1.1 --- a/nginx/receipt Sat Jun 27 03:23:04 2015 +0300 1.2 +++ b/nginx/receipt Sat Jun 27 16:42:24 2015 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nginx" 1.7 -VERSION="0.7.65" 1.8 +VERSION="1.9.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Asynchronous HTTP server designed for heavy loads + mail proxy." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -63,8 +63,6 @@ 1.13 rm -rf $fs/usr/html 1.14 cp -a stuff/* $fs 1.15 sed -i 's/#user nobody;/user www;/' $fs/etc/nginx/nginx.conf 1.16 - # SSLv3 is unsafe, see CVE-2014-3566 POODLE 1.17 - sed -i 's/ssl_protocols.* /ssl_protocols TLSv1 TLSv1.1 TLSv1.2;/' $fs/etc/nginx/nginx.conf 1.18 } 1.19 1.20 # Pre and post install commands for Tazpkg.