svn commit: r419548 - head/www/mod_qos

Pawel Pekala pawel at FreeBSD.org
Wed Aug 3 20:05:21 UTC 2016


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


More information about the svn-ports-head mailing list