diff options
author | osa <osa@FreeBSD.org> | 2007-07-12 20:00:13 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-07-12 20:00:13 +0800 |
commit | 8c03b875f7bb679c31e2a442cdcd643ad82dd2cb (patch) | |
tree | 5fc88e8aeba352309a198ea63c7497a2c2ffa3a1 /www/nginx-devel/Makefile | |
parent | a298319d9d0298a990499e2982d6b9667ccf2c65 (diff) | |
download | freebsd-ports-gnome-8c03b875f7bb679c31e2a442cdcd643ad82dd2cb.tar.gz freebsd-ports-gnome-8c03b875f7bb679c31e2a442cdcd643ad82dd2cb.tar.zst freebsd-ports-gnome-8c03b875f7bb679c31e2a442cdcd643ad82dd2cb.zip |
Update to 0.6.3.
<ChangeLog>
*) 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.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |