summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-12 22:46:35 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-12 22:46:35 +0000
commitb9e936ae8f90f2584d6b3cd5da3be277648cc7ae (patch)
treed6786783f9c34e82c9d4ebc8abbb635c54b1b861
parent- Make tinderbox happy by removing '@dirrmtry' handling on locale dirs (diff)
www/mod_extract_forwarded2||2010-05-12|Use www/mod_extract_forwarded instead
Wit hat: apache@
Notes
Notes: svn path=/head/; revision=254232
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_extract_forwarded2/Makefile37
-rw-r--r--www/mod_extract_forwarded2/distinfo3
-rw-r--r--www/mod_extract_forwarded2/pkg-descr11
-rw-r--r--www/mod_extract_forwarded2/pkg-message15
6 files changed, 1 insertions, 67 deletions
diff --git a/MOVED b/MOVED
index 49cf14754074..75004fa0143c 100644
--- a/MOVED
+++ b/MOVED
@@ -4390,3 +4390,4 @@ x11-toolkits/gir-repository-libwnck|x11-toolkits/libwnck|2010-05-10|Now installe
x11-toolkits/gir-repository-pango|x11-toolkits/pango|2010-05-10|Now installed by x11-toolkits/pango
x11/gir-repository-gnome-menus|x11/gnome-menus|2010-05-10|Now installed by x11/gnome-menus
x11/kdelibs4-experimental|x11/kdelibs4|2010-05-11|Now integrated to x11/kdelibs4
+www/mod_extract_forwarded2||2010-05-12|Use www/mod_extract_forwarded instead
diff --git a/www/Makefile b/www/Makefile
index 030ab6f3d7d4..4e4ba11ac791 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -479,7 +479,6 @@
SUBDIR += mod_encoding
SUBDIR += mod_evasive
SUBDIR += mod_extract_forwarded
- SUBDIR += mod_extract_forwarded2
SUBDIR += mod_extract_forwarded_ap13
SUBDIR += mod_fastcgi
SUBDIR += mod_fcgid
diff --git a/www/mod_extract_forwarded2/Makefile b/www/mod_extract_forwarded2/Makefile
deleted file mode 100644
index 664c1c5ae6d2..000000000000
--- a/www/mod_extract_forwarded2/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: mod_extract_forwarded2
-# Date created: Sun Nov 9
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_extract_forwarded2
-PORTVERSION= 0.1
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://www.cotds.org/${PORTNAME}/
-DIST_SUBDIR= apache2
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= An Apache module that can make proxied requests appear with client IP
-
-MAKE_JOBS_SAFE= yes
-
-USE_APACHE= 20+
-SHORTMODNAME= extract_forwarded
-AP_FAST_BUILD= YES
-AP_GENPLIST= YES
-CONFLICTS= mod_extract_forwarded-1.* mod_extract_forwarded-2.*
-
-PORTDOCS= doc.html README
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/mod_extract_forwarded2/distinfo b/www/mod_extract_forwarded2/distinfo
deleted file mode 100644
index 015abf5c6b8f..000000000000
--- a/www/mod_extract_forwarded2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (apache2/mod_extract_forwarded2-0.1.tar.gz) = 2359d40383c0cb7cc298dc92f4f89b74
-SHA256 (apache2/mod_extract_forwarded2-0.1.tar.gz) = 1093e09dd63d7c93bd48fe6e479bafa2f5d1b5c06c73cb85eb89d98456f0d2d2
-SIZE (apache2/mod_extract_forwarded2-0.1.tar.gz) = 9412
diff --git a/www/mod_extract_forwarded2/pkg-descr b/www/mod_extract_forwarded2/pkg-descr
deleted file mode 100644
index a127605b6b6d..000000000000
--- a/www/mod_extract_forwarded2/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-mod_extract_forwarded2 hooks itself into Apache's header parsing phase and looks
-for the X-Forwarded-For header which some (most?) proxies add to the proxied
-HTTP requests. It extracts the IP from the X-Forwarded-For and modifies the
-connection data so to the rest of Apache the request looks like it came from
-that IP rather than the proxy IP.
-
-mod_extract_forwarded can be dangerous for host based access control because
-X-Forwarded-For is easily spoofed. Because of this you can configure which
-proxies you trust or don't trust.
-
-WWW: http://www.cotds.org/mod_extract_forwarded2/
diff --git a/www/mod_extract_forwarded2/pkg-message b/www/mod_extract_forwarded2/pkg-message
deleted file mode 100644
index c3cdc772e6cf..000000000000
--- a/www/mod_extract_forwarded2/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-************************************************************
-You've installed mod_extract_forward, an Apache module that
-can make proxied requests appear with client IPs.
-
-Edit your apache.conf or httpd.conf to enable and setup this
-module. Have a look at the files in
-${PREFIX}/share/doc/mod_extract_forward2 for information on
-how to configure it.
-
-Then do this to make it work effective:
-
-# apachectl configtest (see if there are any config errors)
-# apachectl restart
-
-************************************************************