diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-04-21 12:03:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-21 12:03:41 +0700 |
commit | 5423f793daa7eac7152a0f32670d99d598cf5db3 (patch) | |
tree | cf87b7e7d82b841ba34264156f84db7c7acfa002 /network/nginx | |
parent | a16d4bb87ba4799e3ac7d1515a2830d67e8551f4 (diff) |
network/nginx: Updated for version 1.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nginx')
-rw-r--r-- | network/nginx/nginx.SlackBuild | 12 | ||||
-rw-r--r-- | network/nginx/nginx.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/network/nginx/nginx.SlackBuild b/network/nginx/nginx.SlackBuild index b3a644fcfe7c..8d9946451d50 100644 --- a/network/nginx/nginx.SlackBuild +++ b/network/nginx/nginx.SlackBuild @@ -5,7 +5,7 @@ # Copyright 2008 Cherife Li <cherife-#-dotimes.com> # Copyright 2011 Diogo Leal <diogo@diogoleal.com> # Copyright 2012-13 Francisco Ambrozio <sbo@franciscoambrozio.com> -# Copyright 2014 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ # Special thanks to Thomas Morper for some configuration adjustments tips PRGNAM=nginx -VERSION=${VERSION:-1.6.2} +VERSION=${VERSION:-1.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,10 +69,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix the nginx.conf file for html and virtual server directory. sed -i \ diff --git a/network/nginx/nginx.info b/network/nginx/nginx.info index 283f1160bb04..8e8dda99dd02 100644 --- a/network/nginx/nginx.info +++ b/network/nginx/nginx.info @@ -1,8 +1,8 @@ PRGNAM="nginx" -VERSION="1.6.2" +VERSION="1.6.3" HOMEPAGE="http://nginx.org/" -DOWNLOAD="http://nginx.org/download/nginx-1.6.2.tar.gz" -MD5SUM="d1b55031ae6e4bce37f8776b94d8b930" +DOWNLOAD="http://nginx.org/download/nginx-1.6.3.tar.gz" +MD5SUM="ea813aee2c344c2f5b66cdb24a472738" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |