From 8c03b875f7bb679c31e2a442cdcd643ad82dd2cb Mon Sep 17 00:00:00 2001 From: osa Date: Thu, 12 Jul 2007 12:00:13 +0000 Subject: Update to 0.6.3. *) Feature: the "proxy_store" and "fastcgi_store" directives. *) Bugfix: a segmentation fault might occur in worker process if the "auth_http_header" directive was used. *) Bugfix: a segmentation fault occurred in worker process if the CRAM-MD5 authentication method was used, but it was not enabled. *) Bugfix: a segmentation fault might occur in worker process when the HTTPS protocol was used in the "proxy_pass" directive. *) Bugfix: a segmentation fault might occur in worker process if the eventport method was used. *) Bugfix: the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives did not work; bug appeared in 0.5.13. --- www/nginx-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/nginx-devel/Makefile') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index bc2b73d26126..68a20bb89b44 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} -- cgit