diff options
author | imil <imil@pkgsrc.org> | 2012-08-08 06:44:08 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2012-08-08 06:44:08 +0000 |
commit | 1d9b40cae4cef5a94b3e6e7d880277e1fbd79603 (patch) | |
tree | cf6f745f2aac98925954a0140f51719a8276f566 /www/nginx | |
parent | b1dfe2f7011556b7f7eab5e248e5cacc5b4d705e (diff) | |
download | pkgsrc-1d9b40cae4cef5a94b3e6e7d880277e1fbd79603.tar.gz |
Changes with nginx 1.2.3 07 Aug 2012
*) Feature: the Clang compiler support.
*) Bugfix: extra listening sockets might be created.
Thanks to Roman Odaisky.
*) Bugfix: nginx/Windows might hog CPU if a worker process failed to
start.
Thanks to Ricardo Villalobos Guevara.
*) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
"scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
"fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
directives might be inherited incorrectly.
*) Bugfix: trailing dot in a source value was not ignored if the "map"
directive was used with the "hostnames" parameter.
*) Bugfix: incorrect location might be used to process a request if a
URI was changed via a "rewrite" directive before an internal redirect
to a named location.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 87dc652603b..85f6dadeaa0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2012/08/07 10:42:08 imil Exp $ +# $NetBSD: Makefile,v 1.25 2012/08/08 06:44:08 imil Exp $ -DISTNAME= nginx-1.2.2 +DISTNAME= nginx-1.2.3 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index bb55154ccf0..b1d4b5ecf97 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.20 2012/08/07 10:42:08 imil Exp $ +$NetBSD: distinfo,v 1.21 2012/08/08 06:44:08 imil Exp $ SHA1 (naxsi-core-0.48.tgz) = 7391532e7026179c0c9e52e15c5d645259f94fa6 RMD160 (naxsi-core-0.48.tgz) = 6c1c3934bb35976e7b40b39b26b07bfc6ea3cda0 Size (naxsi-core-0.48.tgz) = 42816 bytes -SHA1 (nginx-1.2.2.tar.gz) = 1893940485e21f8c9bdc8058eb9cc2826d629d04 -RMD160 (nginx-1.2.2.tar.gz) = 5099bf88de4b8128907c66ba53f007395978b61b -Size (nginx-1.2.2.tar.gz) = 722069 bytes +SHA1 (nginx-1.2.3.tar.gz) = 98059ae08ebbfaaead868128f7b66ebce16be9af +RMD160 (nginx-1.2.3.tar.gz) = 49f9a8ede7ab68a067ba562b9917f84db427b2a1 +Size (nginx-1.2.3.tar.gz) = 723294 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 |