diff options
-rw-r--r-- | www/nginx/Makefile | 5 | ||||
-rw-r--r-- | www/nginx/distinfo | 14 | ||||
-rw-r--r-- | www/nginx/options.mk | 4 |
3 files changed, 11 insertions, 12 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 289c0491a21..12d119a55e6 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2013/07/12 10:45:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.42 2013/08/18 08:03:19 imil Exp $ -DISTNAME= nginx-1.4.1 -PKGREVISION= 3 +DISTNAME= nginx-1.4.2 MAINTAINER= joerg@NetBSD.org .include "../../www/nginx/Makefile.common" diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 7f62cec41e7..47ff4571166 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.29 2013/05/07 14:04:47 imil Exp $ +$NetBSD: distinfo,v 1.30 2013/08/18 08:03:19 imil Exp $ -SHA1 (naxsi-core-0.50.tgz) = e253cb6b1fb012cfb3c9ae6cc4daec6d8bb47cd2 -RMD160 (naxsi-core-0.50.tgz) = 4e3630354dd2a521d99b064380010f8d65676686 -Size (naxsi-core-0.50.tgz) = 49809 bytes -SHA1 (nginx-1.4.1.tar.gz) = 9c72838973572323535dae10f4e412d671b27a7e -RMD160 (nginx-1.4.1.tar.gz) = 0b69e6f2a53c9d0538a6d12a4467711393481c04 -Size (nginx-1.4.1.tar.gz) = 767107 bytes +SHA1 (naxsi-core-0.51.tgz) = f439ec453415d427c8dc3a3f43abb52a62773119 +RMD160 (naxsi-core-0.51.tgz) = 3a6e846d758bf21ae1ccd6784ee16d69f7812c12 +Size (naxsi-core-0.51.tgz) = 54004 bytes +SHA1 (nginx-1.4.2.tar.gz) = 8f006dc773840b6624a137a584ff8850d5155e3f +RMD160 (nginx-1.4.2.tar.gz) = b8aa3d96aa991a0eb4f5d520073815ba4f55f7c4 +Size (nginx-1.4.2.tar.gz) = 767688 bytes SHA1 (nginx_http_push_module-0.692.tar.gz) = 72103084cad8f4d3d9a49a6b04cf780e4541605d RMD160 (nginx_http_push_module-0.692.tar.gz) = 9d2be16074cf28115af0f1d8f3646937cda649ad Size (nginx_http_push_module-0.692.tar.gz) = 29119 bytes diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 8f86a18f8bf..5f08f93ecd8 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2013/04/25 11:27:19 imil Exp $ +# $NetBSD: options.mk,v 1.21 2013/08/18 08:03:19 imil Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 mail-proxy memcache naxsi pcre \ @@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --without-http_memcached_module .endif .if !empty(PKG_OPTIONS:Mnaxsi) || make(makesum) -NAXSI= naxsi-core-0.50 +NAXSI= naxsi-core-0.51 NAXSI_DISTFILE= ${NAXSI}.tgz SITES.${NAXSI_DISTFILE}= http://naxsi.googlecode.com/files/ DISTFILES+= ${NAXSI_DISTFILE} |