Date: Tue, 10 Jan 2017 23:16:34 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431141 - head/www/nginx-devel Message-ID: <201701102316.v0ANGYrV036560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Tue Jan 10 23:16:33 2017 New Revision: 431141 URL: https://svnweb.freebsd.org/changeset/ports/431141 Log: 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> Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Jan 10 22:59:58 2017 (r431140) +++ head/www/nginx-devel/Makefile Tue Jan 10 23:16:33 2017 (r431141) @@ -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 Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Jan 10 22:59:58 2017 (r431140) +++ head/www/nginx-devel/distinfo Tue Jan 10 23:16:33 2017 (r431141) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701102316.v0ANGYrV036560>