Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 23:01:05 +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: r397089 - head/www/nginx-devel
Message-ID:  <201509162301.t8GN15Es043162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Sep 16 23:01:04 2015
New Revision: 397089
URL: https://svnweb.freebsd.org/changeset/ports/397089

Log:
  Upgrade HTTP/2 patch from v4 to v6.
  
  <ChangeLog>
  
  2015-09-11 Version 6 (NGINX 1.9.4)
   - Sending GOAWAY frame on connection shutdown;
   - Proper handling of huge response headers using CONTINUATION frames;
   - Various minor fixes.
  
  2015-09-08 Version 5 (NGINX 1.9.4)
   - Validation of the request headers;
   - Improved error handling even more;
   - Added the http2_max_header_size directive that limits the maximum size of
     a request headers (16384 bytes by default);
   - Fixed the default value of the http2_max_field_size directive;
   - Limited consumption of memory during the HTTP/2 session;
   - The $request_line variable for HTTP/2 requests now uses "HTTP/2.0" as
     the version token instead of "HTTP/1.1".
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Sep 16 22:15:52 2015	(r397088)
+++ head/www/nginx-devel/Makefile	Wed Sep 16 23:01:04 2015	(r397089)
@@ -858,7 +858,7 @@ NGINX_OPENSSL=	yes
 USE_HTTP_SSL=	yes
 CONFIGURE_ARGS+=--with-http_v2_module
 USE_OPENSSL_PORT=	yes
-NGINX_HTTPV2_VERSION=	4
+NGINX_HTTPV2_VERSION=	6
 PATCH_SITES+=	http://nginx.org/patches/http2/:httpv2
 PATCHFILES+=	patch.http2-v${NGINX_HTTPV2_VERSION}_${PORTVERSION}.txt:httpv2
 PATCH_DIST_STRIP=	-p1

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Wed Sep 16 22:15:52 2015	(r397088)
+++ head/www/nginx-devel/distinfo	Wed Sep 16 23:01:04 2015	(r397089)
@@ -118,5 +118,5 @@ SHA256 (calio-iconv-nginx-module-v0.10_G
 SIZE (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 12513
 SHA256 (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = e38a19bb4d30e5487c013c4b6b3e3d5b96de82d63b776471cc2c381a5d00374d
 SIZE (nginx-shib-nginx-http-shibboleth-v20150121_GH0.tar.gz) = 10106
-SHA256 (patch.http2-v4_1.9.4.txt) = 012cceec14a0fee57c5747ca7c5d5de13c531418b9ae6fc44e81042b1770d711
-SIZE (patch.http2-v4_1.9.4.txt) = 328770
+SHA256 (patch.http2-v6_1.9.4.txt) = e7068d5af7eb6b493bb3945cd35fc8f9f90643337ec69a3fbff14ba922eceb44
+SIZE (patch.http2-v6_1.9.4.txt) = 338333



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