Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2016 20:05:20 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419548 - head/www/mod_qos
Message-ID:  <201608032005.u73K5KfR047158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Aug  3 20:05:20 2016
New Revision: 419548
URL: https://svnweb.freebsd.org/changeset/ports/419548

Log:
  Update to version 11.31
  
  Release highlights:
   - QS_SetReqHeader supports header removal (unset) by prefixing
     the header name with "!".
   - QS_SetEnvIfResBody supports variable removal (unset) by
     prefixing the variably with "!".
   - New cookie data format (user tracking, vip, milestones).
  
  PR:		211545
  Submitted by:	Eero Hanninen (maintainer)

Modified:
  head/www/mod_qos/Makefile
  head/www/mod_qos/distinfo   (contents, props changed)

Modified: head/www/mod_qos/Makefile
==============================================================================
--- head/www/mod_qos/Makefile	Wed Aug  3 19:52:59 2016	(r419547)
+++ head/www/mod_qos/Makefile	Wed Aug  3 20:05:20 2016	(r419548)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_qos
-PORTVERSION=	11.30
+PORTVERSION=	11.31
 CATEGORIES=	www
 MASTER_SITES=	SF/mod-qos
 DIST_SUBDIR=	apache2

Modified: head/www/mod_qos/distinfo
==============================================================================
--- head/www/mod_qos/distinfo	Wed Aug  3 19:52:59 2016	(r419547)
+++ head/www/mod_qos/distinfo	Wed Aug  3 20:05:20 2016	(r419548)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468874742
-SHA256 (apache2/mod_qos-11.30.tar.gz) = 833deb1a8c29ebe73606719351bf5d0f327e65b8c6d217f439b05b05e6026c1f
-SIZE (apache2/mod_qos-11.30.tar.gz) = 535136
+TIMESTAMP = 1470225087
+SHA256 (apache2/mod_qos-11.31.tar.gz) = bf324980d6b4b7daf5d110a867224fd918caa4ec755083b8bce048851e23ef12
+SIZE (apache2/mod_qos-11.31.tar.gz) = 536007



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