Bug 215605 - [PATCH] www/mod_qos: update to 11.36
Summary: [PATCH] www/mod_qos: update to 11.36
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-12-27 11:11 UTC by Eero Hänninen
Modified: 2016-12-27 18:50 UTC (History)
1 user (show)

See Also:


Attachments
Maintainer update for www/mod_qos from 11.31 to 11.36 (921 bytes, patch)
2016-12-27 11:11 UTC, Eero Hänninen
fax: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eero Hänninen 2016-12-27 11:11:13 UTC
Created attachment 178320 [details]
Maintainer update for www/mod_qos from 11.31 to 11.36

mod_qos update from 11.31 to version 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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-12-27 18:49:12 UTC
A commit references this bug:

Author: rakuco
Date: Tue Dec 27 18:48:35 UTC 2016
New revision: 429644
URL: https://svnweb.freebsd.org/changeset/ports/429644

Log:
  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)

Changes:
  head/www/mod_qos/Makefile
  head/www/mod_qos/distinfo
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2016-12-27 18:50:36 UTC
Committed, thanks!