diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-12-28 02:48:34 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-12-28 02:48:34 +0800 |
commit | b7eec17fbcdeb65d13300de87e43ad97111017ea (patch) | |
tree | da1fe3c22c3b343f9dfc5a0c502752251375b1de /www | |
parent | fe28c11aa6b62702e2ec69ba0add2af66f5f1356 (diff) | |
download | freebsd-ports-gnome-b7eec17fbcdeb65d13300de87e43ad97111017ea.tar.gz freebsd-ports-gnome-b7eec17fbcdeb65d13300de87e43ad97111017ea.tar.zst freebsd-ports-gnome-b7eec17fbcdeb65d13300de87e43ad97111017ea.zip |
Update to 11.36.
Changes between releases:
- Fixed: moves code from "process connection" hook to the "pre
connection" hook for Apache 2.4 compatibility and higher efficiency.
- Lower severity of message 036 to critical.
- Fixed: potential segfault by mod_ssl in ssl_io_filter_disable()
when closing a connection after a failed SSL handshake.
- New variable QS_SetEnvIfResBodyIgnore which might be used to
deactivate QS_SetEnvIfResBody.
- mod_qos_ev: sets "v" if an IP is marked as VIP.
- QS_ClientLowPrio variable's value contains the status flag representing
the tracked attribues.
- Sets QS_IsVipRequest variable for marked IP addresses at connection
processing handler and propagetes it to every request.
- Fixed: message 045 (uri check ignores log-only mode).
- Header filter: accept reagion specific language codes in
Accept-Language request header by default.
- Compiles also against OpenSSL 1.1.0b.
PR: 215605
Submitted by: Eero Hänninen <fax@nohik.ee> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_qos/Makefile | 2 | ||||
-rw-r--r-- | www/mod_qos/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_qos/Makefile b/www/mod_qos/Makefile index 8089d4dd41bb..5f6463b62832 100644 --- a/www/mod_qos/Makefile +++ b/www/mod_qos/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_qos -PORTVERSION= 11.31 +PORTVERSION= 11.36 CATEGORIES= www MASTER_SITES= SF/mod-qos DIST_SUBDIR= apache2 diff --git a/www/mod_qos/distinfo b/www/mod_qos/distinfo index 460f59aba8eb..b8d6db6a67e5 100644 --- a/www/mod_qos/distinfo +++ b/www/mod_qos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470225087 -SHA256 (apache2/mod_qos-11.31.tar.gz) = bf324980d6b4b7daf5d110a867224fd918caa4ec755083b8bce048851e23ef12 -SIZE (apache2/mod_qos-11.31.tar.gz) = 536007 +TIMESTAMP = 1482835930 +SHA256 (apache2/mod_qos-11.36.tar.gz) = cb80e1c2862afb3ef3db0e94ef69b7d9df7630fe36a14084c399bbfc91f902b7 +SIZE (apache2/mod_qos-11.36.tar.gz) = 532559 |