Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 20:47:26 +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: r389862 - head/www/nginx-devel
Message-ID:  <201506162047.t5GKlQOw090181@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Jun 16 20:47:26 2015
New Revision: 389862
URL: https://svnweb.freebsd.org/changeset/ports/389862

Log:
  Upgrade from 1.9.1 to 1.9.2.
  
  <ChangeLog>
  
  *) Feature: the "backlog" parameter of the "listen" directives of the
     mail proxy and stream modules.
  
  *) Feature: the "allow" and "deny" directives in the stream module.
  
  *) Feature: the "proxy_bind" directive in the stream module.
  
  *) Feature: the "proxy_protocol" directive in the stream module.
  
  *) Feature: the -T switch.
  
  *) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf,
     fastcgi_params, scgi_params, and uwsgi_params standard configuration
     files.
  
  *) Bugfix: the "reuseport" parameter of the "listen" directive of the
     stream module did not work.
  
  *) Bugfix: OCSP stapling might return an expired OCSP response in some
     cases.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Jun 16 20:25:05 2015	(r389861)
+++ head/www/nginx-devel/Makefile	Tue Jun 16 20:47:26 2015	(r389862)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.9.1
+PORTVERSION=	1.9.2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Jun 16 20:25:05 2015	(r389861)
+++ head/www/nginx-devel/distinfo	Tue Jun 16 20:47:26 2015	(r389862)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.9.1.tar.gz) = 09f555fae694c0944f172b575ad239f56d40d14559d98e843de0a690f38c1dad
-SIZE (nginx-1.9.1.tar.gz) = 855402
+SHA256 (nginx-1.9.2.tar.gz) = 80b6425be14a005c8cb15115f3c775f4bc06bf798aa1affaee84ed9cf641ed78
+SIZE (nginx-1.9.2.tar.gz) = 860233
 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?201506162047.t5GKlQOw090181>