diff options
author | rodent <rodent> | 2014-03-01 20:14:44 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-03-01 20:14:44 +0000 |
commit | f51d8b792747241e97eab5ebf411979b08a43179 (patch) | |
tree | 57fc32df0d7013c9013bdf2e391c1df473fc9f10 /www | |
parent | f0d948f99645b11a2551d3cb0efaf30004776061 (diff) | |
download | pkgsrc-f51d8b792747241e97eab5ebf411979b08a43179.tar.gz |
Updated to latest release, 1.4.5, released on 2014-02-11. From CHANGES-1.4:
*) Bugfix: the $ssl_session_id variable contained full session
serialized instead of just a session id.
Thanks to Ivan Risti\u0107.
*) Bugfix: client connections might be immediately closed if deferred
accept was used; the bug had appeared in 1.3.15.
*) Bugfix: alerts "zero size buf in output" might appear in logs while
proxying; the bug had appeared in 1.3.9.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_spdy_module was used.
*) Bugfix: proxied WebSocket connections might hang right after
handshake if the select, poll, or /dev/poll methods were used.
*) Bugfix: a timeout might occur while reading client request body in an
SSL connection using chunked transfer encoding.
*) Bugfix: memory leak in nginx/Windows.
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 5 | ||||
-rw-r--r-- | www/nginx/distinfo | 17 |
2 files changed, 6 insertions, 16 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index e5ec4b3638d..ef80080be57 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2014/02/12 23:18:46 tron Exp $ +# $NetBSD: Makefile,v 1.46 2014/03/01 20:14:44 rodent Exp $ -DISTNAME= nginx-1.4.4 -PKGREVISION= 1 +DISTNAME= nginx-1.4.5 MAINTAINER= joerg@NetBSD.org .include "../../www/nginx/Makefile.common" diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 01cdb923482..3737f1eb382 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,16 +1,7 @@ -$NetBSD: distinfo,v 1.32 2013/12/05 15:09:58 imil Exp $ +$NetBSD: distinfo,v 1.33 2014/03/01 20:14:44 rodent 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.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 -SHA1 (nginx_upload_module-2.2.0.tar.gz) = 93d6e83e613a0ce2ed057a434b344fa1b6609b47 -RMD160 (nginx_upload_module-2.2.0.tar.gz) = 5734af837be3fe8ec444a7e5e7f6707118594098 -Size (nginx_upload_module-2.2.0.tar.gz) = 25796 bytes +SHA1 (nginx-1.4.5.tar.gz) = 96c1aecd314f73a3c30a0db8c39ad15ddacb074e +RMD160 (nginx-1.4.5.tar.gz) = d791eacb0c0581927790796412c12836a7dc203a +Size (nginx-1.4.5.tar.gz) = 768728 bytes SHA1 (patch-aa) = adf433d1b56a88c6c2ed09c4bd54fdb1a336582f SHA1 (patch-ab) = 6f20ef8ac9a042faf7e22770de7c16b351cb1191 |