Bug 226114

Summary: [MAINTAINER] www/mod_qos: Update to 11.51
Product: Ports & Packages Reporter: Eero Hänninen <fax>
Component: Individual Port(s)Assignee: Jochen Neumeister <joneum>
Status: Closed FIXED    
Severity: Affects Only Me CC: joneum
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mod_qos update to 11.51 fax: maintainer-approval+

Description Eero Hänninen 2018-02-22 12:01:26 UTC
Created attachment 190891 [details]
mod_qos update to 11.51

www/mod_qos Update to 11.51

Changes since last update:
Version 11.51

 - Adds process-connection handler to close the connection in the case
   the abort by the pre-connect hook was ignored (workaround for bug in
   Apache 2.4.28 Event MPM ignoring the connection abort) (msg id 167).

 - Uses module name in log index.
 
Version 11.50

 - Changes pre-connection hook dependency (called later but still before
   mod_ssl).

Version 11.49

 - Adapted connection handling to deal with master/slave connections
   (introduced by Apache 2.4.18) avoiding inconsistent connection counters.

Version 11.48

 - Detects unexpected connection dispatching to old child process to avoid
   invalid connection counter state for QS_ClientPrefer rules (msg id 166).

Version 11.47

 - Updates built-in filter pattern of QS_HeaderFilter (Transfer-Encoding).

 - qslog standard mode supports peak/max value counter (M).

 - Fixed: potential segfault if connection ctx is null when using h2.

Version 11.46

 - Updates built-in filter pattern of QS_HeaderFilter.

Version 11.45

 - QS_ClientEventRequestLimit supports the QS_ClientIpFromHeader directive.

Version 11.44

 - New directive QS_CondEventLimitCount.

 - QS_EventLimitCount (and QS_CondEventLimitCount) counter may be decremented
   by environment variable suffixed by "_Decrement".

 - Slightly changed unique-id generator (shorter).
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-24 16:32:09 UTC
A commit references this bug:

Author: joneum
Date: Sat Feb 24 16:31:37 UTC 2018
New revision: 462850
URL: https://svnweb.freebsd.org/changeset/ports/462850

Log:
  www/mod_qos: Update to 11.51

  Changelog:
  Version 11.51

   - Adds process-connection handler to close the connection in the case
     the abort by the pre-connect hook was ignored (workaround for bug in
     Apache 2.4.28 Event MPM ignoring the connection abort) (msg id 167).

   - Uses module name in log index.

  Version 11.50

   - Changes pre-connection hook dependency (called later but still before
     mod_ssl).

  Version 11.49

   - Adapted connection handling to deal with master/slave connections
     (introduced by Apache 2.4.18) avoiding inconsistent connection counters.

  Version 11.48

   - Detects unexpected connection dispatching to old child process to avoid
     invalid connection counter state for QS_ClientPrefer rules (msg id 166).

  Version 11.47

   - Updates built-in filter pattern of QS_HeaderFilter (Transfer-Encoding).

   - qslog standard mode supports peak/max value counter (M).

   - Fixed: potential segfault if connection ctx is null when using h2.

  Version 11.46

   - Updates built-in filter pattern of QS_HeaderFilter.

  Version 11.45

   - QS_ClientEventRequestLimit supports the QS_ClientIpFromHeader directive.

  Version 11.44

   - New directive QS_CondEventLimitCount.

   - QS_EventLimitCount (and QS_CondEventLimitCount) counter may be decremented
     by environment variable suffixed by "_Decrement".

   - Slightly changed unique-id generator (shorter).

  *While here, switch to DISTVERSION

  PR:		226114
  Submitted by:	 Eero H?nninen <fax@nohik.ee> (maintainer)
  Approved by:	mentors (implicit)

Changes:
  head/www/mod_qos/Makefile
  head/www/mod_qos/distinfo
Comment 2 Jochen Neumeister freebsd_committer freebsd_triage 2018-02-24 16:32:38 UTC
Landed, thx :-)