diff options
author | imil <imil> | 2013-08-18 08:06:38 +0000 |
---|---|---|
committer | imil <imil> | 2013-08-18 08:06:38 +0000 |
commit | 95b657a03910add7334e9dfb31fd57486ced191b (patch) | |
tree | 45cbf637000fa931db1086df33a2f1f71ee02c42 /www | |
parent | 4e1af97ee4f7abb8a82cadcb04b07b6f09b9e153 (diff) | |
download | pkgsrc-95b657a03910add7334e9dfb31fd57486ced191b.tar.gz |
Updated naxsi to 0.51-1, fixing a mistake leading to possible build error
with 0.51
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/distinfo | 8 | ||||
-rw-r--r-- | www/nginx/options.mk | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 47ff4571166..4079ebd943c 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2013/08/18 08:03:19 imil Exp $ +$NetBSD: distinfo,v 1.31 2013/08/18 08:06:38 imil Exp $ -SHA1 (naxsi-core-0.51.tgz) = f439ec453415d427c8dc3a3f43abb52a62773119 -RMD160 (naxsi-core-0.51.tgz) = 3a6e846d758bf21ae1ccd6784ee16d69f7812c12 -Size (naxsi-core-0.51.tgz) = 54004 bytes +SHA1 (naxsi-core-0.51-1.tgz) = e6b97c599955d1b7dc3559c5e391a551174abe91 +RMD160 (naxsi-core-0.51-1.tgz) = ce29bf13805fb512f2099c2599fe705f17bf3c2d +Size (naxsi-core-0.51-1.tgz) = 53908 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 diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 5f08f93ecd8..7228d0fa066 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.21 2013/08/18 08:03:19 imil Exp $ +# $NetBSD: options.mk,v 1.22 2013/08/18 08:06:38 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.51 +NAXSI= naxsi-core-0.51-1 NAXSI_DISTFILE= ${NAXSI}.tgz SITES.${NAXSI_DISTFILE}= http://naxsi.googlecode.com/files/ DISTFILES+= ${NAXSI_DISTFILE} |