Updated the naxsi WAF module to 0.50. Forms multipart parsing improved.

This commit is contained in:
imil 2013-04-25 11:27:19 +00:00
parent 8adc0000d2
commit f0ea7f6b41
3 changed files with 8 additions and 7 deletions

View file

@ -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"

View file

@ -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

View file

@ -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}