Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 20:44:36 +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: r413662 - head/www/nginx-devel
Message-ID:  <201604192044.u3JKiar4042951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Apr 19 20:44:36 2016
New Revision: 413662
URL: https://svnweb.freebsd.org/changeset/ports/413662

Log:
  Upgrade from 1.9.14 to 1.9.15.
  
  <ChangeLog>
  
  *) Bugfix: "recv() failed" errors might occur when using HHVM as a
     FastCGI server.
  
  *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
     directives a timeout or a "client violated flow control" error might
     occur while reading client request body; the bug had appeared in
     1.9.14.
  
  *) Workaround: a response might not be shown by some browsers if HTTP/2
     was used and client request body was not fully read; the bug had
     appeared in 1.9.14.
  
  *) Bugfix: connections might hang when using the "aio threads"
     directive.
     Thanks to Mindaugas Rasiukevicius.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Apr 19 20:14:53 2016	(r413661)
+++ head/www/nginx-devel/Makefile	Tue Apr 19 20:44:36 2016	(r413662)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.9.14
-PORTREVISION=	1
+PORTVERSION=	1.9.15
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Apr 19 20:14:53 2016	(r413661)
+++ head/www/nginx-devel/distinfo	Tue Apr 19 20:44:36 2016	(r413662)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.9.14.tar.gz) = 2b4893076d28e6b4384bba8c4fdebfca6de6f8f68ec48a1ca94b9b855ff457d2
-SIZE (nginx-1.9.14.tar.gz) = 908191
+SHA256 (nginx-1.9.15.tar.gz) = cc89b277cc03f403c0b746d60aa5943cdecf59ae48278f8cb7e2df0cbdb6dac3
+SIZE (nginx-1.9.15.tar.gz) = 908984
 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632
 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9



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