diff options
author | osa <osa@FreeBSD.org> | 2015-11-18 09:11:54 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-11-18 09:11:54 +0800 |
commit | 112277d58086b9dc5605c2b787b97e03b2aac7c7 (patch) | |
tree | 3ef6152950b4b650b8b86f07df1391ae21c344c0 | |
parent | f2fa3b2019448d2d3be396e19bed49ccb5771a33 (diff) | |
download | freebsd-ports-gnome-112277d58086b9dc5605c2b787b97e03b2aac7c7.tar.gz freebsd-ports-gnome-112277d58086b9dc5605c2b787b97e03b2aac7c7.tar.zst freebsd-ports-gnome-112277d58086b9dc5605c2b787b97e03b2aac7c7.zip |
Upgrade from 1.9.6 to 1.9.7.
<ChangeLog>
*) Feature: the "nohostname" parameter of logging to syslog.
*) Feature: the "proxy_cache_convert_head" directive.
*) Feature: the $realip_remote_addr in the ngx_http_realip_module.
*) Bugfix: the "expires" directive might not work when using variables.
*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2; the bug had appeared in 1.9.6.
*) Bugfix: if nginx was built with the ngx_http_v2_module it was
possible to use the HTTP/2 protocol even if the "http2" parameter of
the "listen" directive was not specified.
*) Bugfix: in the ngx_http_v2_module.
</ChangeLog>
-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 137a0e7f00c0..5666813daacc 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.6 +PORTVERSION= 1.9.7 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index f11ad5420581..e18ca835a6b5 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.6.tar.gz) = ed501fc6d0eff9d3bc1049cc1ba3a3ac8c602de046acb2a4c108392bbfa865ea -SIZE (nginx-1.9.6.tar.gz) = 884733 +SHA256 (nginx-1.9.7.tar.gz) = 794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5 +SIZE (nginx-1.9.7.tar.gz) = 885562 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (kvspb-nginx-auth-ldap-be8ff8eecb_GH0.tar.gz) = b2824a9c09f46f7c7bf705b3229c62424e5fe9f8b00ae3dc19b0d72797211b29 |