diff options
author | imil <imil@pkgsrc.org> | 2013-08-18 08:11:04 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-08-18 08:11:04 +0000 |
commit | 5a84603c8ab251aa2f4dc8b871b64230c6e2b1db (patch) | |
tree | eaa11922b2a0f977f187a9cbe95fd18346ab594c /www/nginx-devel | |
parent | eadde737e97dbf1a8fbfb3526d79999c0620fb4a (diff) | |
download | pkgsrc-5a84603c8ab251aa2f4dc8b871b64230c6e2b1db.tar.gz |
Updated nginx-devel to 1.5.3
Changes with nginx 1.5.3
*) Change in internal API: now u->length defaults to -1 if working with
backends in unbuffered mode.
*) Change: now after receiving an incomplete response from a backend
server nginx tries to send an available part of the response to a
client, and then closes client connection.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_spdy_module was used with the "client_body_in_file_only"
directive.
*) Bugfix: the "so_keepalive" parameter of the "listen" directive might
be handled incorrectly on DragonFlyBSD.
Thanks to Sepherosa Ziehau.
*) Bugfix: in the ngx_http_xslt_filter_module.
*) Bugfix: in the ngx_http_sub_filter_module.
Changes with nginx 1.5.2
*) Feature: now several "error_log" directives can be used.
*) 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: in the ngx_http_spdy_module.
Thanks to Jim Radford.
*) Bugfix: nginx could not be built on Linux with x32 ABI.
Thanks to Serguei Ivantsov.
Changes with nginx 1.5.1
*) Feature: the "ssi_last_modified", "sub_filter_last_modified", and
"xslt_last_modified" directives.
Thanks to Alexey Kolpakov.
*) Feature: the "http_403" parameter of the "proxy_next_upstream",
"fastcgi_next_upstream", "scgi_next_upstream", and
"uwsgi_next_upstream" directives.
*) Feature: the "allow" and "deny" directives now support unix domain
sockets.
*) 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: in the "lingering_time" 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: in the mail proxy server.
Thanks to Filipe Da Silva.
*) Bugfix: nginx/Windows might stop accepting connections if several
worker processes were used.
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 5 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 14 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 5402eceb5c5..0afd2499323 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/07/12 10:45:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2013/08/18 08:11:04 imil Exp $ -DISTNAME= nginx-1.5.0 -PKGREVISION= 1 +DISTNAME= nginx-1.5.3 MAINTAINER= imil@NetBSD.org .include "../../www/nginx/Makefile.common" diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index bc8dc000f49..bd9dd07412c 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.4 2013/05/07 14:08:51 imil Exp $ +$NetBSD: distinfo,v 1.5 2013/08/18 08:11:04 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.5.0.tar.gz) = 4f61368d6a0e340d04d116400616bf3179463df2 -RMD160 (nginx-1.5.0.tar.gz) = d1fbfbca4cd2b615e7df6438966dad6524bf3869 -Size (nginx-1.5.0.tar.gz) = 767147 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.5.3.tar.gz) = 88f4548e46c25d32f08681c0aba39b86b84ec3a3 +RMD160 (nginx-1.5.3.tar.gz) = fb57b7609d8e1de06e6dc1376bf4d239c06daa37 +Size (nginx-1.5.3.tar.gz) = 769755 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 |