Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 21:59:38 +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: r392102 - head/www/nginx-devel
Message-ID:  <201507142159.t6ELxc6E072684@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Jul 14 21:59:37 2015
New Revision: 392102
URL: https://svnweb.freebsd.org/changeset/ports/392102

Log:
  Upgrade from 1.9.2 to 1.9.3.
  
  <ChangeLog>
  
  *) Change: duplicate "http", "mail", and "stream" blocks are now
     disallowed.
  
  *) Feature: connection limiting in the stream module.
  
  *) Feature: data rate limiting in the stream module.
  
  *) Bugfix: the "zone" directive inside the "upstream" block did not work
     on Windows.
  
  *) Bugfix: compatibility with LibreSSL in the stream module.
     Thanks to Piotr Sikora.
  
  *) Bugfix: in the "--builddir" configure parameter.
     Thanks to Piotr Sikora.
  
  *) Bugfix: the "ssl_stapling_file" directive did not work; the bug had
     appeared in 1.9.2.
     Thanks to Faidon Liambotis and Brandon Black.
  
  *) Bugfix: a segmentation fault might occur in a worker process if the
     "ssl_stapling" directive was used; the bug had appeared in 1.9.2.
     Thanks to Matthew Baldwin.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Jul 14 21:28:59 2015	(r392101)
+++ head/www/nginx-devel/Makefile	Tue Jul 14 21:59:37 2015	(r392102)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.9.2
-PORTREVISION=	2
+PORTVERSION=	1.9.3
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Jul 14 21:28:59 2015	(r392101)
+++ head/www/nginx-devel/distinfo	Tue Jul 14 21:59:37 2015	(r392102)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.9.2.tar.gz) = 80b6425be14a005c8cb15115f3c775f4bc06bf798aa1affaee84ed9cf641ed78
-SIZE (nginx-1.9.2.tar.gz) = 860233
+SHA256 (nginx-1.9.3.tar.gz) = 4298c5341b2a262fdb8dbc0a1389756181af8f098c7720abfb30bd3060f673eb
+SIZE (nginx-1.9.3.tar.gz) = 864430
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632
 SHA256 (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = de21b7d9ef0953e96736f6b02d11236c46b138a0bc7889725e8b31f7482e67de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507142159.t6ELxc6E072684>