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/nginx-devel/Makefile | |
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/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 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} |