diff options
author | imil <imil@pkgsrc.org> | 2013-12-05 15:09:58 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-12-05 15:09:58 +0000 |
commit | 0860a6398646128c74709a042f344987569fc244 (patch) | |
tree | e7f997252dad58bfcdfadfe1939e2af6bbd659b8 /www/nginx | |
parent | 0522c038be26d7ad62915887820e198f9442f68f (diff) | |
download | pkgsrc-0860a6398646128c74709a042f344987569fc244.tar.gz |
Updated to nginx 1.4.4
Changes with nginx 1.4.4 19 Nov 2013
*) Security: a character following an unescaped space in a request line
was handled incorrectly (CVE-2013-4547); the bug had appeared in
0.8.41.
Thanks to Ivan Fratric of the Google Security Team.
Changes with nginx 1.4.3 08 Oct 2013
*) 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: a segmentation fault might occur on start or during
reconfiguration if the "try_files" directive was used with an empty
parameter.
*) Bugfix: the $request_time variable did not work in nginx/Windows.
*) Bugfix: in the ngx_http_auth_basic_module when using "$apr1$"
password encryption method.
Thanks to Markus Linnala.
*) Bugfix: in the ngx_http_autoindex_module.
*) Bugfix: in the mail proxy server.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 5 | ||||
-rw-r--r-- | www/nginx/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index a60e8b4af20..b7b65f40dd1 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2013/09/04 12:31:26 obache Exp $ +# $NetBSD: Makefile,v 1.44 2013/12/05 15:09:58 imil Exp $ -DISTNAME= nginx-1.4.2 -PKGREVISION= 1 +DISTNAME= nginx-1.4.4 MAINTAINER= joerg@NetBSD.org .include "../../www/nginx/Makefile.common" diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 4079ebd943c..01cdb923482 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.31 2013/08/18 08:06:38 imil Exp $ +$NetBSD: distinfo,v 1.32 2013/12/05 15:09:58 imil Exp $ 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 +SHA1 (nginx-1.4.4.tar.gz) = 304d5991ccde398af2002c0da980ae240cea9356 +RMD160 (nginx-1.4.4.tar.gz) = 7464306c47e270b82388e81327813ecedd09d54a +Size (nginx-1.4.4.tar.gz) = 768217 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 |