Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 23:01:42 +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: r424222 - head/www/nginx
Message-ID:  <201610182301.u9IN1g1T028595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Oct 18 23:01:42 2016
New Revision: 424222
URL: https://svnweb.freebsd.org/changeset/ports/424222

Log:
  Upgrade to the latest stable release - 1.10.2.
  
  <ChangeLog>
  
  *) Change: the "421 Misdirected Request" response now used when
     rejecting requests to a virtual server different from one negotiated
     during an SSL handshake; this improves interoperability with some
     HTTP/2 clients when using client certificates.
  
  *) Change: HTTP/2 clients can now start sending request body
     immediately; the "http2_body_preread_size" directive controls size of
     the buffer used before nginx will start reading client request body.
  
  *) Bugfix: a segmentation fault might occur in a worker process when
     using HTTP/2 and the "proxy_request_buffering" directive.
  
  *) Bugfix: the "Content-Length" request header line was always added to
     requests passed to backends, including requests without body, when
     using HTTP/2.
  
  *) Bugfix: "http request count is zero" alerts might appear in logs when
     using HTTP/2.
  
  *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
     directive; the issue had appeared in 1.9.4.
  
  *) Bugfix: socket leak when using HTTP/2.
  
  *) Bugfix: an incorrect response might be returned when using the "aio
     threads" and "sendfile" directives; the bug had appeared in 1.9.13.
  
  *) Workaround: OpenSSL 1.1.0 compatibility.
  
  </ChangeLog>

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

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Oct 18 22:20:58 2016	(r424221)
+++ head/www/nginx/Makefile	Tue Oct 18 23:01:42 2016	(r424222)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.10.1
-PORTREVISION=	2
+PORTVERSION=	1.10.2
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Tue Oct 18 22:20:58 2016	(r424221)
+++ head/www/nginx/distinfo	Tue Oct 18 23:01:42 2016	(r424222)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1476391310
-SHA256 (nginx-1.10.1.tar.gz) = 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801
-SIZE (nginx-1.10.1.tar.gz) = 909077
+TIMESTAMP = 1476831245
+SHA256 (nginx-1.10.2.tar.gz) = 1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2
+SIZE (nginx-1.10.2.tar.gz) = 910812
 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?201610182301.u9IN1g1T028595>