diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-11-02 03:36:11 +0800 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-11-02 03:36:11 +0800 |
commit | 46c2f15561fa463dc4c409e5ee8d239b8a3d1cdc (patch) | |
tree | 339ba8d172e57c4a714ea65cf34435dbd84c6cbe /www/nginx | |
parent | 29d57247a28fdb455f991dc9f42f3c1c389f2018 (diff) | |
download | freebsd-ports-gnome-46c2f15561fa463dc4c409e5ee8d239b8a3d1cdc.tar.gz freebsd-ports-gnome-46c2f15561fa463dc4c409e5ee8d239b8a3d1cdc.tar.zst freebsd-ports-gnome-46c2f15561fa463dc4c409e5ee8d239b8a3d1cdc.zip |
Update from 1.0.8 to 1.0.9.
<ChangeLog>
*) Change: now the 0x7F-0x1F characters are escaped as \xXX in an
access_log.
*) Change: now SIGWINCH signal works only in daemon mode.
*) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
the following additional values: X-Accel-Limit-Rate,
X-Accel-Buffering, X-Accel-Charset.
*) Feature: decrease of memory consumption if SSL is used.
*) Feature: accept filters are now supported on NetBSD.
*) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
Thanks to Peter Smit.
*) Bugfix: a segmentation fault occurred on start or while
reconfiguration if the "ssl" directive was used at http level and
there was no "ssl_certificate" defined.
*) Bugfix: some UTF-8 characters were processed incorrectly.
Thanks to Alexey Kuts.
*) Bugfix: the ngx_http_rewrite_module directives specified at "server"
level were executed twice if no matching locations were defined.
*) Bugfix: a socket leak might occurred if "aio sendfile" was used.
*) Bugfix: connections with fast clients might be closed after
send_timeout if file AIO was used.
*) Bugfix: in the ngx_http_autoindex_module.
*) Bugfix: the module ngx_http_mp4_module did not support seeking on
32-bit platforms.
*) Bugfix: non-cacheable responses might be cached if
"proxy_cache_bypass" directive was used.
Thanks to John Ferlito.
*) Bugfix: cached responses with an empty body were returned
incorrectly; the bug had appeared in 0.8.31.
*) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
bug had appeared in 0.8.32.
*) Bugfix: in the "return" directive.
*) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
"ssl_prefer_server_ciphers" directives might work incorrectly if SNI
was used.
</ChangeLog>
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index ba041f1e74b4..98549e59de0d 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 2c043a1c6991..06f3068dc55f 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.8.tar.gz) = 9bde8d054dcdcc6aedcbd87b456049b39ba930bfee284edb15817ab64ec72ba7 -SIZE (nginx-1.0.8.tar.gz) = 683559 +SHA256 (nginx-1.0.9.tar.gz) = e834b6f202b786f3b985315c24dcbd67c619d563ea03329d75a9ac667e138fff +SIZE (nginx-1.0.9.tar.gz) = 685717 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |