diff options
author | osa <osa@FreeBSD.org> | 2007-12-12 15:16:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-12-12 15:16:30 +0800 |
commit | bf9c3d79d8fcb7f69427deb67a5e0f0ba2a9166d (patch) | |
tree | b4ac4c953a735308b43b4fd358f4eb46ca0639e7 /www | |
parent | cff6a1295dc2f72c634cf33fa4d35eba82ff61f5 (diff) | |
download | freebsd-ports-gnome-bf9c3d79d8fcb7f69427deb67a5e0f0ba2a9166d.tar.gz freebsd-ports-gnome-bf9c3d79d8fcb7f69427deb67a5e0f0ba2a9166d.tar.zst freebsd-ports-gnome-bf9c3d79d8fcb7f69427deb67a5e0f0ba2a9166d.zip |
Update from 0.6.17 to 0.6.21.
<ChangeLog>
Changes with nginx 0.6.21 03 Dec 2007
*) Change: if variable values used in a "proxy_pass" directive contain
IP-addresses only, then a "resolver" directive is not mandatory.
resolver
*) Bugfix: a segmentation fault might occur in worker process if a
"proxy_pass" directive with URI-part was used; bug appeared in
0.6.19.
*) Bugfix: if resolver was used on platform that does not support
kqueue, then nginx issued an alert "name is out of response".
Thanks to Andrei Nigmatulin.
*) Bugfix: if the $server_protocol was used in FastCGI parameters and a
request line length was near to the "client_header_buffer_size"
directive value, then nginx issued an alert "fastcgi: the request
record is too big".
*) Bugfix: if a plain text HTTP/0.9 version request was made to HTTPS
server, then nginx returned usual response.
Changes with nginx 0.6.20 28 Nov 2007
*) Bugfix: a segmentation fault might occur in worker process if a
"proxy_pass" directive with URI-part was used; bug appeared in
0.6.19.
Changes with nginx 0.6.19 27 Nov 2007
*) Bugfix: the 0.6.18 version could not be built.
Changes with nginx 0.6.18 27 Nov 2007
*) Change: now the ngx_http_userid_module adds start time microseconds
to the cookie field contains a pid value.
*) Change: now the full request line instead of URI only is written to
error_log.
*) Feature: variables support in the "proxy_pass" directive.
*) Feature: the "resolver" and "resolver_timeout" directives.
*) Feature: now the directive "add_header last-modified ''" deletes a
"Last-Modified" response header line.
*) Bugfix: the "limit_rate" directive did not allow to use full
throughput, even if limit value was very high.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 121b1d9b701b..5689e4b4c5f9 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.17 +PORTVERSION= 0.6.21 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index b5ca2f01786f..c90cc74764b7 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.6.17.tar.gz) = f56596964e13e25d8b9b96894aaef721 -SHA256 (nginx-0.6.17.tar.gz) = e89e63b5a4b57fb8ba2ba95c2ed77ac05040aebb0598fb9892576fe626113606 -SIZE (nginx-0.6.17.tar.gz) = 494930 +MD5 (nginx-0.6.21.tar.gz) = 1dcd5f1390db3d2b63ab670b9d44cc80 +SHA256 (nginx-0.6.21.tar.gz) = 59c7785f6c58377c178792d2ffc908ab42b6d3f1a2c2bac1e01ca51fa0ad5872 +SIZE (nginx-0.6.21.tar.gz) = 507780 |