1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/mod_qos/Makefile
Raphael Kubo da Costa f132dbdf46 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)
2016-12-27 18:48:34 +00:00

22 lines
364 B
Makefile

# Created by: Andrea Cervesato <andrea@cervesato.it>
# $FreeBSD$
PORTNAME= mod_qos
PORTVERSION= 11.36
CATEGORIES= www
MASTER_SITES= SF/mod-qos
DIST_SUBDIR= apache2
MAINTAINER= fax@nohik.ee
COMMENT= QoS for Apache
LICENSE= GPLv2+
USE_APACHE= 22+
AP_GENPLIST= yes
AP_FAST_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2
.include <bsd.port.mk>