From c48936752ed90dadbfde5210427178c846ee76ce Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 3 Mar 2010 18:48:59 +0000 Subject: Update from 0.8.33 to 0.8.34. Feature safe: yes *) Bugfix: nginx did not support all ciphers and digests used in client certificates. Thanks to Innocenty Enikeew. *) Bugfix: nginx cached incorrectly FastCGI responses if there was large stderr output before response. *) Bugfix: nginx did not support HTTPS referrers. *) Bugfix: nginx/Windows might not find file if path in configuration was given in other character case; the bug had appeared in 0.8.34. *) Bugfix: the $date_local variable has an incorrect value, if the "%s" format was used. Thanks to Maxim Dounin. *) Bugfix: if ssl_session_cache was not set or was set to "none", then during client certificate verify the error "session id context uninitialized" might occur; the bug had appeared in 0.7.1. *) Bugfix: a geo range returned default value if the range included two or more /16 networks and did not begin at /16 network boundary. *) Bugfix: a block used in a "stub" parameter of an "include" SSI directive was output with "text/plain" MIME type. *) Bugfix: $r->sleep() did not work; the bug had appeared in 0.8.11. --- www/nginx-devel/Makefile | 2 +- www/nginx-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 6df95f52018d..fbd8698052b3 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.33 +PORTVERSION= 0.8.34 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 41437f0fb3c5..f4fc11f06271 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.8.33.tar.gz) = 43bee63048b97109dfdaf6c075b19784 -SHA256 (nginx-0.8.33.tar.gz) = 4366fa657a31f841944498c55bed3f2d18abeaeee4114873f3087033d629074e -SIZE (nginx-0.8.33.tar.gz) = 620448 +MD5 (nginx-0.8.34.tar.gz) = cc49e53b64fc64b0e9e5e57acb94d4d6 +SHA256 (nginx-0.8.34.tar.gz) = f7cf3bcd0dcd3473ebff76aeee12974112d035737a2fc7f38b0a190f3a2949f6 +SIZE (nginx-0.8.34.tar.gz) = 621534 MD5 (nginx_accept_language_module.tar.gz) = 330a8d3b2376fb476b5d3111a7905ec3 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a SIZE (nginx_accept_language_module.tar.gz) = 3299 -- cgit