diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-12-18 16:56:18 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-12-18 16:56:18 +0000 |
commit | 9d4c8f32bf66bce17bd219f0b02428931e9b86d0 (patch) | |
tree | 236de0949c14f5d79793373cfd8922ec2e5eadf0 /www/nginx-devel/files/extra-patch-fastdfs-src-config | |
parent | - Document ths change of www/nghttp2 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=428880
Diffstat (limited to 'www/nginx-devel/files/extra-patch-fastdfs-src-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-fastdfs-src-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/files/extra-patch-fastdfs-src-config b/www/nginx-devel/files/extra-patch-fastdfs-src-config index e25539c850e3..3726edaf2833 100644 --- a/www/nginx-devel/files/extra-patch-fastdfs-src-config +++ b/www/nginx-devel/files/extra-patch-fastdfs-src-config @@ -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 |