mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Upgrade from 1.11.6 to 1.11.7.
Upgrade njs module from 8c01042 to f8c642a. <ChangeLog> *) Change: now in case of a client certificate verification error the $ssl_client_verify variable contains a string with the failure reason, for example, "FAILED:certificate has expired". *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start, $ssl_client_v_end, and $ssl_client_v_remain variables. *) Feature: the "volatile" parameter of the "map" directive. *) Bugfix: dependencies specified for a module were ignored while building dynamic modules. *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request" directives client request body might be corrupted; the bug had appeared in 1.11.0. *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2; the bug had appeared in 1.11.3. *) Bugfix: in the ngx_http_mp4_module. Thanks to Congcong Hu. *) Bugfix: in the ngx_http_perl_module. </ChangeLog>
This commit is contained in:
parent
49f2dcd49e
commit
9d4c8f32bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428880
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.11.6
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.11.7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES+= LOCAL/osa
|
||||
@ -1063,7 +1062,7 @@ CONFIGURE_ARGS+=--with-http_v2_module
|
||||
.if ${PORT_OPTIONS:MNJS}
|
||||
GH_ACCOUNT+= nginx:njs
|
||||
GH_PROJECT+= njs:njs
|
||||
GH_TAGNAME+= 8c01042:njs
|
||||
GH_TAGNAME+= f8c642a:njs
|
||||
.if !empty(PORT_OPTIONS:MDSO)
|
||||
CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_njs}/nginx
|
||||
.else
|
||||
|
@ -1,8 +1,6 @@
|
||||
TIMESTAMP = 1479432033
|
||||
SHA256 (nginx-1.11.6.tar.gz) = 3153abbb518e2d9c032e1b127da3dc0028ad36cd4679e5f3be0b8afa33bc85bd
|
||||
SIZE (nginx-1.11.6.tar.gz) = 960331
|
||||
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
|
||||
SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632
|
||||
TIMESTAMP = 1482079559
|
||||
SHA256 (nginx-1.11.7.tar.gz) = 0d55beb52b2126a3e6c7ae40f092986afb89d77b8062ca0974512b8c76d9300e
|
||||
SIZE (nginx-1.11.7.tar.gz) = 962302
|
||||
SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9
|
||||
SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424
|
||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||
@ -127,8 +125,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = de784142d867a35ecc5443fa3
|
||||
SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711
|
||||
SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf
|
||||
SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477
|
||||
SHA256 (nginx-njs-8c01042_GH0.tar.gz) = f35e9ed1a90d4afc552b1dca32006cb81c2210f27da5c016d518b64ff4c77df6
|
||||
SIZE (nginx-njs-8c01042_GH0.tar.gz) = 184967
|
||||
SHA256 (nginx-njs-f8c642a_GH0.tar.gz) = 96fdff8b26273efd9ad45326ce732c2fc285b2700e346c4841310790d91654a7
|
||||
SIZE (nginx-njs-f8c642a_GH0.tar.gz) = 183975
|
||||
SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80
|
||||
SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280
|
||||
SHA256 (google-ngx_brotli-ada972b_GH0.tar.gz) = d3d0e22a2629cd017280e05bd3bf05aa7b5c820ebe8c79932ce161243911e776
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ../fastdfs-nginx-module-5a8110f57ec55ff580260cf1fc6aa152a5a4c574/src/config.orig 2016-10-12 16:09:34.075804000 +0200
|
||||
+++ ../fastdfs-nginx-module-5a8110f57ec55ff580260cf1fc6aa152a5a4c574/src/config 2016-10-12 16:10:43.916280000 +0200
|
||||
--- ../fastdfs-nginx-module-5a8110f/src/config.orig 2016-10-12 16:09:34.075804000 +0200
|
||||
+++ ../fastdfs-nginx-module-5a8110f/src/config 2016-10-12 16:10:43.916280000 +0200
|
||||
@@ -3,16 +3,16 @@
|
||||
if test -n "${ngx_module_link}"; then
|
||||
ngx_module_type=HTTP
|
||||
|
Loading…
Reference in New Issue
Block a user