diff options
author | osa <osa@FreeBSD.org> | 2017-01-11 07:16:33 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2017-01-11 07:16:33 +0800 |
commit | 4feed04198ecd7ac2ec13b5f67ed9a22051c54c8 (patch) | |
tree | da7b56608974cff6b4f27536632a94343b618ffd /www | |
parent | cc9ecbf297582beef700a1ba1361e3964c62aa80 (diff) | |
download | freebsd-ports-gnome-4feed04198ecd7ac2ec13b5f67ed9a22051c54c8.tar.gz freebsd-ports-gnome-4feed04198ecd7ac2ec13b5f67ed9a22051c54c8.tar.zst freebsd-ports-gnome-4feed04198ecd7ac2ec13b5f67ed9a22051c54c8.zip |
Upgrade from 1.11.7 to 1.11.8.
<ChangeLog>
*) Feature: the "absolute_redirect" directive.
*) Feature: the "escape" parameter of the "log_format" directive.
*) Feature: client SSL certificates verification in the stream module.
*) Feature: the "ssl_session_ticket_key" directive supports AES256
encryption of TLS session tickets when used with 80-byte keys.
*) Feature: vim-commentary support in vim scripts.
Thanks to Armin Grodon.
*) Bugfix: recursion when evaluating variables was not limited.
*) Bugfix: in the ngx_stream_ssl_preread_module.
*) Bugfix: if a server in an upstream in the stream module failed, it
was considered alive only when a test connection sent to it after
fail_timeout was closed; now a successfully established connection is
enough.
*) Bugfix: nginx/Windows could not be built with 64-bit Visual Studio.
*) Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0.
</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 4ff5e21bd9dd..ce2656bfa1db 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.11.7 +PORTVERSION= 1.11.8 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 b850f96dec40..29ead5410480 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1482079559 -SHA256 (nginx-1.11.7.tar.gz) = 0d55beb52b2126a3e6c7ae40f092986afb89d77b8062ca0974512b8c76d9300e -SIZE (nginx-1.11.7.tar.gz) = 962302 +TIMESTAMP = 1484089142 +SHA256 (nginx-1.11.8.tar.gz) = 53aef3715d79015314c2dcb18f2b185a0c64368cc01b30bdf0737a215f666b34 +SIZE (nginx-1.11.8.tar.gz) = 964918 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c |