Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2020 14:53:24 +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: r537561 - head/www/mod_qos
Message-ID:  <202006021453.052ErO1j035534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Jun  2 14:53:24 2020
New Revision: 537561
URL: https://svnweb.freebsd.org/changeset/ports/537561

Log:
  Update to 11.66
  
  Changes since last update of this port:
  Version 11.66
  
   - QS_ClientIpFromHeader supports pseudo IP by creating a hash
     of a HTTP request header's value if the header name is prefixed
     by '#', e.g. #Authorization to use the HTTP basic auth header.
     It's also possible to use the client's SSL client certificate's
     subject and issuer DN if you specify #SSL_CLIENT_S_DN instead
     of a real HTTP header name.
     Note: Does not work for IP geolocation.
  
  Version 11.65
  
   - Fixed: QS_SrvMinDataRate did not enfore (log only) min data rate
     in simple mode (only one arg).
     Improved min. data rate calculation and updated documentation.
   - Fixed: Several typos in documentation.
  
  Version 11.64
  
   - Updated request header filter rules (allows signed HTTP exchanges content
     type in Accept header).
   - qsgeo: New pattern to detect "readable" format (no longer adding IP address
     range twice for some file formats).
   - QS_Status: adds the QS_AllConn variable to the maxClients object.
  
  PR:	246932
  Sponsored by:	Netzkommune GmbH

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

Modified: head/www/mod_qos/Makefile
==============================================================================
--- head/www/mod_qos/Makefile	Tue Jun  2 14:52:14 2020	(r537560)
+++ head/www/mod_qos/Makefile	Tue Jun  2 14:53:24 2020	(r537561)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_qos
-DISTVERSION=	11.63
+DISTVERSION=	11.66
 CATEGORIES=	www
 MASTER_SITES=	SF/mod-qos
 DIST_SUBDIR=	apache2

Modified: head/www/mod_qos/distinfo
==============================================================================
--- head/www/mod_qos/distinfo	Tue Jun  2 14:52:14 2020	(r537560)
+++ head/www/mod_qos/distinfo	Tue Jun  2 14:53:24 2020	(r537561)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566150616
-SHA256 (apache2/mod_qos-11.63.tar.gz) = 1a391c476d59617f69108d2069a4e0eadfc639caf3a4da29b0374d9e603815c8
-SIZE (apache2/mod_qos-11.63.tar.gz) = 1244801
+TIMESTAMP = 1591107976
+SHA256 (apache2/mod_qos-11.66.tar.gz) = 4ad65fc568d4a92ddb6fc2230587a36749a035267dc8b9ebb145faaae5b5eaa4
+SIZE (apache2/mod_qos-11.66.tar.gz) = 1247819



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