From 14d9cdcd827b9489e9f3810e3cf7af5b51a321af Mon Sep 17 00:00:00 2001 From: osa Date: Tue, 22 Sep 2009 17:23:57 +0000 Subject: Update from 0.8.15 to 0.8.16. Feature safe: yes *) Feature: the "image_filter_transparency" directive. *) Bugfix: "addition_types" directive was incorrectly named "addtion_types". *) Bugfix: resolver cache poisoning. Thanks to Matthew Dempsky. *) Bugfix: memory leak in resolver. Thanks to Matthew Dempsky. *) Bugfix: invalid request line in $request variable was written in access_log only if error_log was set to "info" or "debug" level. *) Bugfix: in PNG alpha-channel support in the ngx_http_image_filter_module. *) Bugfix: nginx always added "Vary: Accept-Encoding" response header line, if both "gzip_static" and "gzip_vary" were on. *) Bugfix: in UTF-8 encoding support by "try_files" directive in nginx/Windows. *) Bugfix: in "post_action" directive usage; the bug had appeared in 0.8.11. Thanks to Igor Artemiev. --- www/nginx-devel/Makefile | 2 +- www/nginx-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 05bfabcbf689..1543ed7ef4a2 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.15 +PORTVERSION= 0.8.16 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 327547c6eb1a..21f8a417c01e 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.8.15.tar.gz) = dffa7bb69a7210d975c17d3108ff5163 -SHA256 (nginx-0.8.15.tar.gz) = b391fa3249d32639b445720bbf4b6948931c9a90e505a72a107e24c664f294d7 -SIZE (nginx-0.8.15.tar.gz) = 605698 +MD5 (nginx-0.8.16.tar.gz) = 30f6d0098de98199a17400287f856876 +SHA256 (nginx-0.8.16.tar.gz) = 823cf3c26840f8ab8742da2e857c31d902bc4a95a716abfeab1e5c6d8b8189da +SIZE (nginx-0.8.16.tar.gz) = 606603 MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 -- cgit