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 | |
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')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 863166ebeec4..5e0578cbcf52 100644 --- a/www/nginx/Makefile +++ b/www/nginx/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} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 7fad567279ef..dc4c2ed2fa0b 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.19.tar.gz) = bc2d3ef843b4b4ea1d0c8556b92814e4 -SHA256 (nginx-0.5.19.tar.gz) = 2c3349d9fdc1bc5a0ead9991b2d3d866a8be5a187a306f3dd088a728abf6ba1e -SIZE (nginx-0.5.19.tar.gz) = 468611 +MD5 (nginx-0.5.20.tar.gz) = 4a1a0f8cbfe743bc74818443f3799b34 +SHA256 (nginx-0.5.20.tar.gz) = 7d5dac7203bd9a52e4fb4707c9f0686cca04caebf78ec86e59eabcf20b29de65 +SIZE (nginx-0.5.20.tar.gz) = 469542 |