Bug 226114 - [MAINTAINER] www/mod_qos: Update to 11.51
Summary: [MAINTAINER] www/mod_qos: Update to 11.51
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: Jochen Neumeister
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-22 12:01 UTC by Eero Hänninen
Modified: 2018-02-24 16:32 UTC (History)
1 user (show)

See Also:


Attachments
mod_qos update to 11.51 (809 bytes, patch)
2018-02-22 12:01 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 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 :-)