diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-02-21 03:47:53 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-02-21 03:47:53 +0000 |
commit | f94c679190cb6ce85512b929a452e6382cdf82e8 (patch) | |
tree | 2bf0d4e3dcc3ca1f11ce26889b3bafbb3597408e /www/nginx-devel/files/extra-patch-nginx-modsecurity-configure | |
parent | Fix bootstrap for 12 (diff) |
Upgrade from 1.13.8 to 1.13.9.
Upgrade third-party modules to their recent version.
Remove needless patches.
<ChangeLog>
*) Feature: HTTP/2 server push support; the "http2_push" and
"http2_push_preload" directives.
*) Bugfix: "header already sent" alerts might appear in logs when using
cache; the bug had appeared in 1.9.13.
*) Bugfix: a segmentation fault might occur in a worker process if the
"ssl_verify_client" directive was used and no SSL certificate was
specified in a virtual server.
*) Bugfix: in the ngx_http_v2_module.
*) Bugfix: in the ngx_http_dav_module.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=462474
Diffstat (limited to '')
-rw-r--r-- | www/nginx-devel/files/extra-patch-nginx-modsecurity-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure index 09a6255f75b5..418fa7fa50c5 100644 --- a/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure +++ b/www/nginx-devel/files/extra-patch-nginx-modsecurity-configure @@ -1,5 +1,5 @@ ---- ../modsecurity-2.9.1/configure.orig 2016-02-07 12:45:53.346098000 -0500 -+++ ../modsecurity-2.9.1/configure 2016-02-07 12:47:50.081558000 -0500 +--- ../modsecurity-2.9.2/configure.orig 2016-02-07 12:45:53.346098000 -0500 ++++ ../modsecurity-2.9.2/configure 2016-02-07 12:47:50.081558000 -0500 @@ -14949,7 +14949,7 @@ LUA_LDADD="" LUA_LDFLAGS="" |