diff options
author | osa <osa@FreeBSD.org> | 2007-07-30 18:40:49 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-07-30 18:40:49 +0800 |
commit | 07e8b9b845fab8f24c92f2fb32de7819d25ec3ac (patch) | |
tree | 054ccf7027f7a4086884f41b0d4af81c9243a638 /www/nginx-devel/Makefile | |
parent | d5d0cc2d176f3d760e2ddb71093f0e66d07bccaf (diff) | |
download | freebsd-ports-gnome-07e8b9b845fab8f24c92f2fb32de7819d25ec3ac.tar.gz freebsd-ports-gnome-07e8b9b845fab8f24c92f2fb32de7819d25ec3ac.tar.zst freebsd-ports-gnome-07e8b9b845fab8f24c92f2fb32de7819d25ec3ac.zip |
Update to 0.6.6.
<ChangeLog>
*) Feature: the --sysconfdir=PATH option in configure.
*) Feature: named locations.
*) Feature: the $args variable can be set with the
"set" directive.
*) Feature: the $is_args variable.
*) Bugfix: fair big weight upstream balancer.
*) Bugfix: if a client has closed connection to mail
proxy then nginx might not close connection to
backend.
*) Bugfix: if the same host without specified port
was used as backend for HTTP and HTTPS, then nginx
used only one port - 80 or 443.
*) Bugfix: fix building on Solaris/amd64 by Sun
Studio 11 and early versions; bug appeared in 0.6.4.
</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 fcee8ca68440..293f61a74086 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} |