diff options
author | osa <osa@FreeBSD.org> | 2014-06-02 04:12:42 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2014-06-02 04:12:42 +0800 |
commit | 5bf9956540c402a96b4d000f464511ba28056953 (patch) | |
tree | b38bbd88206a77cbf918e82e6925d99dbcd2ff0b /www | |
parent | 7d25bc82c2dbb9445dcb28ac60b0376ccb586600 (diff) | |
download | freebsd-ports-gnome-5bf9956540c402a96b4d000f464511ba28056953.tar.gz freebsd-ports-gnome-5bf9956540c402a96b4d000f464511ba28056953.tar.zst freebsd-ports-gnome-5bf9956540c402a96b4d000f464511ba28056953.zip |
Update from 1.7.0 to 1.7.1.
<ChangeLog>
*) Feature: the "$upstream_cookie_..." variables.
*) Feature: the $ssl_client_fingerprint variable.
*) Feature: the "error_log" and "access_log" directives now support
logging to syslog.
*) Feature: the mail proxy now logs client port on connect.
*) Bugfix: memory leak if the "ssl_stapling" directive was used.
Thanks to Filipe da Silva.
*) Bugfix: the "alias" directive used inside a location given by a
regular expression worked incorrectly if the "if" or "limit_except"
directives were used.
*) Bugfix: the "charset" directive did not set a charset to encoded
backend responses.
*) Bugfix: a "proxy_pass" directive without URI part might use original
request after the $args variable was set.
Thanks to Yichun Zhang.
*) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
had appeared in 1.5.6.
Thanks to Svyatoslav Nikolsky.
*) Bugfix: if sub_filter and SSI were used together, then responses
might be transferred incorrectly.
*) Bugfix: nginx could not be built with the --with-file-aio option on
Linux/aarch64.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index cbe2a36516ef..73fb80f13464 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 498e670bfdd4..74c227af37ad 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.7.0.tar.gz) = 6149f14efa2ab1b2ce4b4c0bc9a4f8c2d3aa415f0891a810f97cc4186cec7dd7 -SIZE (nginx-1.7.0.tar.gz) = 805981 +SHA256 (nginx-1.7.1.tar.gz) = a47de66dc2a1526c7cba2aa7c1defbc9e0a4ff3c68226f195874c010797b011e +SIZE (nginx-1.7.1.tar.gz) = 811015 SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011 SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |