Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 02:05:53 +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: r396241 - head/www/nginx-devel
Message-ID:  <201509070205.t8725rxB071515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Mon Sep  7 02:05:52 2015
New Revision: 396241
URL: https://svnweb.freebsd.org/changeset/ports/396241

Log:
  Upgrade HTTPv2 patch from version 3 to version 4.
  
  <ChangeLog>
  
  2015-08-31 Version 4 (NGINX 1.9.4)
   - Improved error handling;
   - Added the http2_max_field_size directive that limits the maximum size of
     a request header field (4096 bytes by default).
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Mon Sep  7 01:58:41 2015	(r396240)
+++ head/www/nginx-devel/Makefile	Mon Sep  7 02:05:52 2015	(r396241)
@@ -858,7 +858,7 @@ NGINX_OPENSSL=	yes
 USE_HTTP_SSL=	yes
 CONFIGURE_ARGS+=--with-http_v2_module
 USE_OPENSSL_PORT=	yes
-NGINX_HTTPV2_VERSION=	3
+NGINX_HTTPV2_VERSION=	4
 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	Mon Sep  7 01:58:41 2015	(r396240)
+++ head/www/nginx-devel/distinfo	Mon Sep  7 02:05:52 2015	(r396241)
@@ -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-v3_1.9.4.txt) = 6fced0feb2511a8078e770672b77f07fa94e607aa76899f64715b66d726085af
-SIZE (patch.http2-v3_1.9.4.txt) = 314486
+SHA256 (patch.http2-v4_1.9.4.txt) = 012cceec14a0fee57c5747ca7c5d5de13c531418b9ae6fc44e81042b1770d711
+SIZE (patch.http2-v4_1.9.4.txt) = 328770



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