aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2015-08-20 05:13:01 +0800
committerosa <osa@FreeBSD.org>2015-08-20 05:13:01 +0800
commit6623bfa06c54678cc1843c32a9ebb9601542574f (patch)
tree035e77dc6cf0a2965e16b55b3ddb089e0fec2b35
parentb896deed0590a79ca83928f3af231085a9c14086 (diff)
downloadfreebsd-ports-gnome-6623bfa06c54678cc1843c32a9ebb9601542574f.tar.gz
freebsd-ports-gnome-6623bfa06c54678cc1843c32a9ebb9601542574f.tar.zst
freebsd-ports-gnome-6623bfa06c54678cc1843c32a9ebb9601542574f.zip
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>
-rw-r--r--www/nginx-devel/Makefile4
-rw-r--r--www/nginx-devel/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index e836cce3b9cc..2d11824e47d9 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -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
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 670af293ceaa..688c399bfcbf 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -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.07_GH0.tar.gz) = c0c56cc697a290e98b88d4
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