svn commit: r394814 - head/www/nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Wed Aug 19 21:13:03 UTC 2015


Author: osa
Date: Wed Aug 19 21:13:01 2015
New Revision: 394814
URL: https://svnweb.freebsd.org/changeset/ports/394814

Log:
  Upgrade from 1.9.3 to 1.9.4.
  Upgrade HTTP/2 implementation patch from v2 to v3.
  
  <ChangeLog>
  
  *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"
     directives of the stream module are replaced with the
     "proxy_buffer_size" directive.
  
  *) Feature: the "tcp_nodelay" directive in the stream module.
  
  *) Feature: multiple "sub_filter" directives can be used simultaneously.
  
  *) Feature: variables support in the search string of the "sub_filter"
     directive.
  
  *) Workaround: configuration testing might fail under Linux OpenVZ.
     Thanks to Gena Makhomed.
  
  *) Bugfix: old worker processes might hog CPU after reconfiguration with
     a large number of worker_connections.
  
  *) Bugfix: a segmentation fault might occur in a worker process if the
     "try_files" and "alias" directives were used inside a location given
     by a regular expression; the bug had appeared in 1.7.1.
  
  *) Bugfix: the "try_files" directive inside a nested location given by a
     regular expression worked incorrectly if the "alias" directive was
     used in the outer location.
  
  *) Bugfix: in hash table initialization error handling.
  
  *) Bugfix: nginx could not be built with Visual Studio 2015.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Aug 19 21:00:47 2015	(r394813)
+++ head/www/nginx-devel/Makefile	Wed Aug 19 21:13:01 2015	(r394814)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.9.3
+PORTVERSION=	1.9.4
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa
@@ -835,7 +835,7 @@ NGINX_OPENSSL=	yes
 USE_HTTP_SSL=	yes
 CONFIGURE_ARGS+=--with-http_v2_module
 USE_OPENSSL_PORT=	yes
-NGINX_HTTPV2_VERSION=	2
+NGINX_HTTPV2_VERSION=	3
 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 Aug 19 21:00:47 2015	(r394813)
+++ head/www/nginx-devel/distinfo	Wed Aug 19 21:13:01 2015	(r394814)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.9.3.tar.gz) = 4298c5341b2a262fdb8dbc0a1389756181af8f098c7720abfb30bd3060f673eb
-SIZE (nginx-1.9.3.tar.gz) = 864430
+SHA256 (nginx-1.9.4.tar.gz) = 479b0c03747ee6b2d4a21046f89b06d178a2881ea80cfef160451325788f2ba8
+SIZE (nginx-1.9.4.tar.gz) = 866423
 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
@@ -114,5 +114,5 @@ SHA256 (calio-form-input-nginx-module-v0
 SIZE (calio-form-input-nginx-module-v0.07_GH0.tar.gz) = 10563
 SHA256 (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 88e326eba7fdf9fd2376b1ba033b48cb0eee45136528cf5430ac9340088ce324
 SIZE (calio-iconv-nginx-module-v0.10_GH0.tar.gz) = 12513
-SHA256 (patch.http2-v2_1.9.3.txt) = 8fe4d8ca0301370902123136b401e8bd7112ed6c36e92a8fd8a0d9277dc870cb
-SIZE (patch.http2-v2_1.9.3.txt) = 312150
+SHA256 (patch.http2-v3_1.9.4.txt) = 6fced0feb2511a8078e770672b77f07fa94e607aa76899f64715b66d726085af
+SIZE (patch.http2-v3_1.9.4.txt) = 314486


More information about the svn-ports-all mailing list