diff options
author | osa <osa@FreeBSD.org> | 2007-05-25 14:34:39 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-05-25 14:34:39 +0800 |
commit | 5717e1cafadae9df0dd6558b201ba23161b13905 (patch) | |
tree | 3c78fb2d0bd571434f445ec0e2509125a98d07af /www/nginx-devel/Makefile | |
parent | 484a0c17bca5871005149cb66684085c804e231e (diff) | |
download | freebsd-ports-gnome-5717e1cafadae9df0dd6558b201ba23161b13905.tar.gz freebsd-ports-gnome-5717e1cafadae9df0dd6558b201ba23161b13905.tar.zst freebsd-ports-gnome-5717e1cafadae9df0dd6558b201ba23161b13905.zip |
Update to 0.5.20.
<ChangeLog>
*) Feature: the "sendfile_max_chunk" directive.
*) Feature: the "$http_...", "$sent_http_...", and
"$upstream_http_..." variables may be changed using
the "set" directive.
*) Bugfix: a segmentation fault might occur in worker
process if the SSI command 'if expr="$var = /"'
was used.
*) Bugfix: trailing boundary of multipart range
response was transferred incorrectly.
Thanks to Evan Miller.
*) Bugfix: nginx did not work on Solaris/sparc64 if
it was built by Sun Studio.
Thanks to Andrei Nigmatulin.
*) Bugfix: the ngx_http_perl_module could not built
by Solaris make.
Thanks to Andrei Nigmatulin.
</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 863166ebeec4..5e0578cbcf52 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.5.19 +PORTVERSION= 0.5.20 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} |