freebsd-ports/www/mod_mpm_itk/Makefile
Kurt Jaeger 10e5ed5c06 www/mod_mpm_itk: 2.4.7-02 -> 2.4.7-03
- Fix an issue where connections would be attempted closed in the
  parent instead of in the child. This would result in "Connection:
  close" not being honored, and various odd effects with SSL keepalive
  in certain browsers.
- Correct a log message on AssignGroupIDExpr failure; patch from
  Roland Mas.
- Update copyright to 2015.

Everybody using the 2.4.x series are highly advised to upgrade.

Many thanks to Remko Lodder (remko@) for notification about this
security issue.

PR:		203067
Submitted by:	lukasz@wasikowski.net (maintainer)
2015-09-22 20:17:03 +00:00

26 lines
540 B
Makefile

# Created by: Lukasz Wasikowski <lukasz@wasikowski.net>
# $FreeBSD$
PORTNAME= mod_mpm_itk
PORTVERSION= 2.4.7
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://mpm-itk.sesse.net/ \
http://lukasz.wasikowski.net/files/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= mpm-itk-2.4.7-03
MAINTAINER= lukasz@wasikowski.net
COMMENT= This MPM allows you to run each vhost under a separate uid and gid
LICENSE= APACHE20
USE_APACHE= 24
GNU_CONFIGURE= yes
AP_FAST_BUILD= yes
SRC_FILE= mpm_itk.c
PLIST_SUB= SED=${SED}
.include <bsd.port.mk>