diff options
author | imil <imil@pkgsrc.org> | 2013-04-25 11:27:19 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-04-25 11:27:19 +0000 |
commit | 739d5ca853e835c008c189a9e4087391782c6383 (patch) | |
tree | b384f7311a5388322e9e55b7234b3e02df80af0b /www/nginx | |
parent | 513b766c0248603b0cc5b45e5e892d42fa84ee01 (diff) | |
download | pkgsrc-739d5ca853e835c008c189a9e4087391782c6383.tar.gz |
Updated the naxsi WAF module to 0.50. Forms multipart parsing improved.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/distinfo | 8 | ||||
-rw-r--r-- | www/nginx/options.mk | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index ae5d252c336..b5cfdb2c91e 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2013/04/25 11:10:49 imil Exp $ +# $NetBSD: Makefile,v 1.37 2013/04/25 11:27:19 imil Exp $ DISTNAME= nginx-1.4.0 +PKGREVISION= 1 MAINTAINER= joerg@NetBSD.org .include "../../www/nginx/Makefile.common" diff --git a/www/nginx/distinfo b/www/nginx/distinfo index a6c4d97ad8d..d28d4cec5ef 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2013/04/25 11:10:49 imil Exp $ +$NetBSD: distinfo,v 1.28 2013/04/25 11:27:19 imil Exp $ -SHA1 (naxsi-core-0.49.tgz) = d36294647302bb56cb134c32156c8aadf4418d68 -RMD160 (naxsi-core-0.49.tgz) = 85e6ca2ff8bad2e5aba8caa5b882ac430f6c719f -Size (naxsi-core-0.49.tgz) = 49852 bytes +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.0.tar.gz) = a4343ed201b99d93ff06843600f3175270cb0a94 RMD160 (nginx-1.4.0.tar.gz) = 372e5fd10b0a6348816f999001cb958d47bfb9c2 Size (nginx-1.4.0.tar.gz) = 773451 bytes diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 5ba1b2e0af3..8f86a18f8bf 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.19 2013/04/19 07:25:18 imil Exp $ +# $NetBSD: options.mk,v 1.20 2013/04/25 11:27: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.49 +NAXSI= naxsi-core-0.50 NAXSI_DISTFILE= ${NAXSI}.tgz SITES.${NAXSI_DISTFILE}= http://naxsi.googlecode.com/files/ DISTFILES+= ${NAXSI_DISTFILE} |