aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-05-19 04:46:47 +0800
committerohauer <ohauer@FreeBSD.org>2014-05-19 04:46:47 +0800
commit131241dacc52dce0c6ca3e2c1db00872402cf134 (patch)
tree24a4fd959fe9da33bf7fcdb48c1fdeb28470d649 /www
parent565da40ed9306ab273b2953474c5e4490e1c7b44 (diff)
downloadfreebsd-ports-gnome-131241dacc52dce0c6ca3e2c1db00872402cf134.tar.gz
freebsd-ports-gnome-131241dacc52dce0c6ca3e2c1db00872402cf134.tar.zst
freebsd-ports-gnome-131241dacc52dce0c6ca3e2c1db00872402cf134.zip
- 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@nohik.ee> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/mod_qos/Makefile2
-rw-r--r--www/mod_qos/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_qos/Makefile b/www/mod_qos/Makefile
index 53700fad7917..2afb02b521a3 100644
--- a/www/mod_qos/Makefile
+++ b/www/mod_qos/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mod_qos
-PORTVERSION= 10.30
+PORTVERSION= 11.1
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= mod-qos
diff --git a/www/mod_qos/distinfo b/www/mod_qos/distinfo
index ab4bc9f00de4..a280f93a21fb 100644
--- a/www/mod_qos/distinfo
+++ b/www/mod_qos/distinfo
@@ -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