From owner-svn-ports-all@freebsd.org Tue Dec 27 18:48:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18DE8C938F3; Tue, 27 Dec 2016 18:48:36 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBB1715C5; Tue, 27 Dec 2016 18:48:35 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBRImYO4037558; Tue, 27 Dec 2016 18:48:34 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBRImYGo037556; Tue, 27 Dec 2016 18:48:34 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201612271848.uBRImYGo037556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 27 Dec 2016 18:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429644 - head/www/mod_qos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 18:48:36 -0000 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 (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