From 5423f793daa7eac7152a0f32670d99d598cf5db3 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Tue, 21 Apr 2015 12:03:41 +0700 Subject: network/nginx: Updated for version 1.6.3. Signed-off-by: Willy Sudiarto Raharjo --- network/nginx/nginx.SlackBuild | 12 ++++++------ network/nginx/nginx.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'network/nginx') diff --git a/network/nginx/nginx.SlackBuild b/network/nginx/nginx.SlackBuild index b3a644fcfe..8d9946451d 100644 --- a/network/nginx/nginx.SlackBuild +++ b/network/nginx/nginx.SlackBuild @@ -5,7 +5,7 @@ # Copyright 2008 Cherife Li # Copyright 2011 Diogo Leal # Copyright 2012-13 Francisco Ambrozio -# Copyright 2014 Larry Hajali +# Copyright 2014-2015 Larry Hajali # 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 283f1160bb..8e8dda99dd 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="" -- cgit v1.2.3