- Upgrade to 2.0.2 (for Apache 2.x).

- This is upgraded version of 1.4 (by non-original author), but is not
  same as www/mod_extract_forwarded2 port (was forked from 1.x by
  another author).
- I'm not sure we should upgrade like this (upgrade 1.4 to forked
  2.0.2), but it seems original web site is disappeared, so I think we
  should do.

- This version does not support Apache 1.3.x versions.  If someone
  need old version of this port, I'll prepare
  www/mod_extract_forwarded1 port after repocopy.
This commit is contained in:
Jun Kuriyama 2009-08-05 14:27:11 +00:00
parent d19cf21caf
commit 080bdd57c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238993
6 changed files with 22 additions and 26 deletions

View file

@ -6,24 +6,22 @@
#
PORTNAME= mod_extract_forwarded
PORTVERSION= 1.4
PORTVERSION= 2.0.2
CATEGORIES= www
MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \
http://atreides.freenix.no/~anders/
MASTER_SITES= http://www.openinfo.co.uk/apache/
DISTNAME= extract_forwarded-${DISTVERSION}
MAINTAINER= apache@FreeBSD.org
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= An Apache module that can make proxied requests appear with client IP
USE_APACHE= 20+
WRKSRC= ${WRKDIR}/extract_forwarded
PORTDOCS= INSTALL README
MAKE_JOBS_SAFE= yes
USE_APACHE= 1.3
AP_FAST_BUILD= yes
AP_GENPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= doc.html README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/

View file

@ -1,3 +1,3 @@
MD5 (mod_extract_forwarded-1.4.tar.gz) = 10fd6551c0daef4022fdcbda321374a0
SHA256 (mod_extract_forwarded-1.4.tar.gz) = e37688792d518e6e4ef24f03e66f9790f58a0358a6489166319927345ccc0c41
SIZE (mod_extract_forwarded-1.4.tar.gz) = 9478
MD5 (extract_forwarded-2.0.2.tar.gz) = d7aeb59fa81cbe74c485c33873ea1c65
SHA256 (extract_forwarded-2.0.2.tar.gz) = 934e2da02a2a71dd40a6050e884ac034174a1bfee0d0d4aeeeb68b942d94cafb
SIZE (extract_forwarded-2.0.2.tar.gz) = 13812

View file

@ -8,6 +8,6 @@ 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://web.warhound.org/mod_extract_forwarded/
WWW: http://www.openinfo.co.uk/apache/
- Anders Nordby <anders@fix.no>

View file

@ -6,24 +6,22 @@
#
PORTNAME= mod_extract_forwarded
PORTVERSION= 1.4
PORTVERSION= 2.0.2
CATEGORIES= www
MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \
http://atreides.freenix.no/~anders/
MASTER_SITES= http://www.openinfo.co.uk/apache/
DISTNAME= extract_forwarded-${DISTVERSION}
MAINTAINER= apache@FreeBSD.org
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= An Apache module that can make proxied requests appear with client IP
USE_APACHE= 20+
WRKSRC= ${WRKDIR}/extract_forwarded
PORTDOCS= INSTALL README
MAKE_JOBS_SAFE= yes
USE_APACHE= 1.3
AP_FAST_BUILD= yes
AP_GENPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= doc.html README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/

View file

@ -1,3 +1,3 @@
MD5 (mod_extract_forwarded-1.4.tar.gz) = 10fd6551c0daef4022fdcbda321374a0
SHA256 (mod_extract_forwarded-1.4.tar.gz) = e37688792d518e6e4ef24f03e66f9790f58a0358a6489166319927345ccc0c41
SIZE (mod_extract_forwarded-1.4.tar.gz) = 9478
MD5 (extract_forwarded-2.0.2.tar.gz) = d7aeb59fa81cbe74c485c33873ea1c65
SHA256 (extract_forwarded-2.0.2.tar.gz) = 934e2da02a2a71dd40a6050e884ac034174a1bfee0d0d4aeeeb68b942d94cafb
SIZE (extract_forwarded-2.0.2.tar.gz) = 13812

View file

@ -8,6 +8,6 @@ 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://web.warhound.org/mod_extract_forwarded/
WWW: http://www.openinfo.co.uk/apache/
- Anders Nordby <anders@fix.no>