Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 16:31:36 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462850 - head/www/mod_qos
Message-ID:  <201802241631.w1OGVaTZ060999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sat Feb 24 16:31:36 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)

Modified:
  head/www/mod_qos/Makefile
  head/www/mod_qos/distinfo

Modified: head/www/mod_qos/Makefile
==============================================================================
--- head/www/mod_qos/Makefile	Sat Feb 24 16:26:50 2018	(r462849)
+++ head/www/mod_qos/Makefile	Sat Feb 24 16:31:36 2018	(r462850)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_qos
-PORTVERSION=	11.43
+DISTVERSION=	11.51
 CATEGORIES=	www
 MASTER_SITES=	SF/mod-qos
 DIST_SUBDIR=	apache2

Modified: head/www/mod_qos/distinfo
==============================================================================
--- head/www/mod_qos/distinfo	Sat Feb 24 16:26:50 2018	(r462849)
+++ head/www/mod_qos/distinfo	Sat Feb 24 16:31:36 2018	(r462850)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510594014
-SHA256 (apache2/mod_qos-11.43.tar.gz) = 323ad4879c4574aa6b73cf40afaf945bd2915d7ac71733ea03cc9b416a1679d9
-SIZE (apache2/mod_qos-11.43.tar.gz) = 534499
+TIMESTAMP = 1519489709
+SHA256 (apache2/mod_qos-11.51.tar.gz) = 68dfcf1ab8888ad271bbfa828ccae0093f29770af57bb766c071584a4c83ed88
+SIZE (apache2/mod_qos-11.51.tar.gz) = 645395



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241631.w1OGVaTZ060999>