1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/mod_remoteip/Makefile
John Marino 72e779aa3f www/mod_remoteip: fix segfault with .httaccess and allow/deny
As described in Apache issue 49838, mod_remoteip may cause segfaults when
used together with .htaccess files and allow/deny statements

The existing patch was modified to backport fixes from Apache svn r990745
and r990746.

PR:		193507
Submitted by:	David Froehlich
Approved by:	maintainer (Jim Riggs)
2014-11-09 08:15:14 +00:00

21 lines
446 B
Makefile

# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$
PORTNAME= mod_remoteip
PORTVERSION= 2.3.5.a
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-2.3.5-alpha
MAINTAINER= ports@christianserving.org
COMMENT= Replaces the client IP address/hostname with that given by a proxy
USE_APACHE= 22
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= modules/metadata/${PORTNAME}.c
.include <bsd.port.mk>