svn commit: r354468 - head/www/mod_qos

Olli Hauer ohauer at FreeBSD.org
Sun May 18 20:46:48 UTC 2014


Author: ohauer
Date: Sun May 18 20:46:47 2014
New Revision: 354468
URL: http://svnweb.freebsd.org/changeset/ports/354468
QAT: https://qat.redports.org/buildarchive/r354468/

Log:
  - mod_qos update to version 11.1
  
  feature safe: yes
  
  Changelog highlights:
  
  Version 11.1
  - Fixed: Shows "T" log marker only for requests which has really
    been delayed by mod_qos.
  
  - Further improved bytes/sec limitation implementation.
  
  Version 11.0
  - Highly improves bytes/sec limitation (response throttling) based
    on the input I got from Jeff Trawick - many thanks!
    * Calculates delay within filter (immediately(!) when reaching the
      defined amount of bytes).
    * Uses nanoseconds delay (instead of milliseconds).
    * Splits large bucket brigades to 8k blocks (support for local
      files, not using mod_proxy).
    * Inserts filter late (after mod_deflate).
  
  - User tracking: set Cache-Control header when accessing
    the cookie check page.
  - QS_UserTrackingCookieName: improved cookie header processing.
  - Fixed: 'qslog -pc' does no longer require 'S' nor a date.
  
  PR:		ports/189416
  Submitted by:	Eero Hänninen <fax at nohik.ee> (maintainer)

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

Modified: head/www/mod_qos/Makefile
==============================================================================
--- head/www/mod_qos/Makefile	Sun May 18 20:22:52 2014	(r354467)
+++ head/www/mod_qos/Makefile	Sun May 18 20:46:47 2014	(r354468)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_qos
-PORTVERSION=	10.30
+PORTVERSION=	11.1
 CATEGORIES=	www
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	mod-qos

Modified: head/www/mod_qos/distinfo
==============================================================================
--- head/www/mod_qos/distinfo	Sun May 18 20:22:52 2014	(r354467)
+++ head/www/mod_qos/distinfo	Sun May 18 20:46:47 2014	(r354468)
@@ -1,2 +1,2 @@
-SHA256 (apache2/mod_qos-10.30.tar.gz) = d638a63c427b767a7bf05465b56f364d125f9611f2307abd4c85dd7c014997f7
-SIZE (apache2/mod_qos-10.30.tar.gz) = 477667
+SHA256 (apache2/mod_qos-11.1.tar.gz) = 795435b514cb0ac1c4767cd172084f36d10dedd940537fade47f7148f7b47b12
+SIZE (apache2/mod_qos-11.1.tar.gz) = 479154


More information about the svn-ports-all mailing list