From owner-svn-ports-all@freebsd.org Tue Jan 10 23:16:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 474F5CA999D; Tue, 10 Jan 2017 23:16:35 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00C851350; Tue, 10 Jan 2017 23:16:34 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0ANGYmM036562; Tue, 10 Jan 2017 23:16:34 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0ANGYrV036560; Tue, 10 Jan 2017 23:16:34 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201701102316.v0ANGYrV036560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 10 Jan 2017 23:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431141 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 23:16:35 -0000 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. *) 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. 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