Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 18:48:34 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429644 - head/www/mod_qos
Message-ID:  <201612271848.uBRImYGo037556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Dec 27 18:48:34 2016
New Revision: 429644
URL: https://svnweb.freebsd.org/changeset/ports/429644

Log:
  Update to 11.36.
  
  Changes between releases:
   - Fixed: moves code from "process connection" hook to the "pre
     connection" hook for Apache 2.4 compatibility and higher efficiency.
   - Lower severity of message 036 to critical.
   - Fixed: potential segfault by mod_ssl in ssl_io_filter_disable()
     when closing a connection after a failed SSL handshake.
   - New variable QS_SetEnvIfResBodyIgnore which might be used to
     deactivate QS_SetEnvIfResBody.
   - mod_qos_ev: sets "v" if an IP is marked as VIP.
   - QS_ClientLowPrio variable's value contains the status flag representing
     the tracked attribues.
   - Sets QS_IsVipRequest variable for marked IP addresses at connection
     processing handler and propagetes it to every request.
   - Fixed: message 045 (uri check ignores log-only mode).
   - Header filter: accept reagion specific language codes in
     Accept-Language request header by default.
   - Compiles also against OpenSSL 1.1.0b.
  
  PR:		215605
  Submitted by:	Eero Hänninen <fax@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	Tue Dec 27 18:41:21 2016	(r429643)
+++ head/www/mod_qos/Makefile	Tue Dec 27 18:48:34 2016	(r429644)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_qos
-PORTVERSION=	11.31
+PORTVERSION=	11.36
 CATEGORIES=	www
 MASTER_SITES=	SF/mod-qos
 DIST_SUBDIR=	apache2

Modified: head/www/mod_qos/distinfo
==============================================================================
--- head/www/mod_qos/distinfo	Tue Dec 27 18:41:21 2016	(r429643)
+++ head/www/mod_qos/distinfo	Tue Dec 27 18:48:34 2016	(r429644)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470225087
-SHA256 (apache2/mod_qos-11.31.tar.gz) = bf324980d6b4b7daf5d110a867224fd918caa4ec755083b8bce048851e23ef12
-SIZE (apache2/mod_qos-11.31.tar.gz) = 536007
+TIMESTAMP = 1482835930
+SHA256 (apache2/mod_qos-11.36.tar.gz) = cb80e1c2862afb3ef3db0e94ef69b7d9df7630fe36a14084c399bbfc91f902b7
+SIZE (apache2/mod_qos-11.36.tar.gz) = 532559



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