diff options
author | imil <imil@pkgsrc.org> | 2013-08-18 08:03:19 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-08-18 08:03:19 +0000 |
commit | d3ed3949e248d49bd8931523821daa12ea0e36b7 (patch) | |
tree | 9ca2c0d86db2557da944cc8cbbef80c5f8ea4648 /www/nginx | |
parent | 4519336c85406182b6e2ba4553405aaae951cdd9 (diff) | |
download | pkgsrc-d3ed3949e248d49bd8931523821daa12ea0e36b7.tar.gz |
Updated nginx to 1.4.2 and naxsi to 0.51
Changes with nginx 1.4.2
*) Bugfix: the $r->header_in() embedded perl method did not return value
of the "Cookie" and "X-Forwarded-For" request header lines; the bug
had appeared in 1.3.14.
*) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
without ngx_http_ssl_module; the bug had appeared in 1.3.14.
*) Bugfix: in the "proxy_set_body" directive.
Thanks to Lanshun Zhou.
*) Bugfix: the "fail_timeout" parameter of the "server" directive in the
"upstream" context might not work if "max_fails" parameter was used;
the bug had appeared in 1.3.0.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_stapling" directive was used.
Thanks to Piotr Sikora.
*) Bugfix: nginx/Windows might stop accepting connections if several
worker processes were used.
Diffstat (limited to 'www/nginx')
-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} |