Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 11:52:12 GMT
From:      Eero Hänninen <fax@nohik.ee>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189416: [MAINTAINER UPDATE] www/mod_qos update to version 11.1
Message-ID:  <201405071152.s47BqCTO085799@cgiserv.freebsd.org>
Resent-Message-ID: <201405071200.s47C00ds095840@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189416
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] www/mod_qos update to version 11.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 07 12:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Eero Hänninen
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD sneezy 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
- 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
1
 - 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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN mod_qos.orig/Makefile mod_qos/Makefile
--- mod_qos.orig/Makefile	2014-04-30 20:31:29.000000000 +0300
+++ mod_qos/Makefile	2014-05-07 14:45:16.000000000 +0300
@@ -2,7 +2,7 @@
 # $FreeBSD: head/www/mod_qos/Makefile 352692 2014-04-30 17:31:29Z ohauer $
 
 PORTNAME=	mod_qos
-PORTVERSION=	10.30
+PORTVERSION=	11.1
 CATEGORIES=	www
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	mod-qos
diff -ruN mod_qos.orig/distinfo mod_qos/distinfo
--- mod_qos.orig/distinfo	2014-04-30 20:31:29.000000000 +0300
+++ mod_qos/distinfo	2014-05-07 14:45:25.000000000 +0300
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



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