diff options
author | imil <imil> | 2013-01-29 12:36:40 +0000 |
---|---|---|
committer | imil <imil> | 2013-01-29 12:36:40 +0000 |
commit | 5b051f013b93fcfff6ec06e0069fe84404d052fc (patch) | |
tree | 09fb817326403e734a0fbd5bff96d310c04f0af8 /www/nginx/options.mk | |
parent | 0d68af886e076b642d624dfe4374cb18dd3ec2d3 (diff) | |
download | pkgsrc-5b051f013b93fcfff6ec06e0069fe84404d052fc.tar.gz |
Updated naxsi, the Web Application Firewall module to version 0.49
* Added support for runtime modifiers
* Minor bugfixes
Diffstat (limited to 'www/nginx/options.mk')
-rw-r--r-- | www/nginx/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 9f3d9703f3b..31a5fd83079 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.17 2012/09/23 12:46:15 shattered Exp $ +# $NetBSD: options.mk,v 1.18 2013/01/29 12:36:40 imil Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 mail-proxy memcache naxsi pcre \ @@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-http_memcached_module .endif .if !empty(PKG_OPTIONS:Mnaxsi) || make(makesum) -NAXSI= naxsi-core-0.48 +NAXSI= naxsi-core-0.49 NAXSI_DISTFILE= ${NAXSI}.tgz SITES.${NAXSI_DISTFILE}= http://naxsi.googlecode.com/files/ DISTFILES+= ${NAXSI_DISTFILE} |