diff options
author | ache <ache@FreeBSD.org> | 1998-01-07 22:19:16 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-07 22:19:16 +0000 |
commit | 0188ee0799bc06265ace8c6b36991589274b7d3c (patch) | |
tree | d6ca75b4b656d4f29bcf6753a9832a2a0c662d5f /www/apache21 | |
parent | de89ce3872479fae35cf10b19a459cdd2fbd1189 (diff) | |
download | FreeBSD-ports-0188ee0799bc06265ace8c6b36991589274b7d3c.zip FreeBSD-ports-0188ee0799bc06265ace8c6b36991589274b7d3c.tar.gz |
Add official patch for //// attack
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 5 | ||||
-rw-r--r-- | www/apache21/distinfo | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index dd1ee65..fb8b0e2 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -3,13 +3,16 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.41 1997/10/23 16:39:46 ache Exp $ +# $Id: Makefile,v 1.42 1997/11/21 21:10:15 ache Exp $ # DISTNAME= apache_1.3b3 PKGNAME= apache-1.3b3 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ +PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_1.3b3/ +PATCHFILES= no2slash-loop-fix.patch +PATCH_DIST_ARGS= -d ${WRKSRC}/src/main -E -p0 MAINTAINER= ache@freebsd.org diff --git a/www/apache21/distinfo b/www/apache21/distinfo index 985f9b5..3fa6c12 100644 --- a/www/apache21/distinfo +++ b/www/apache21/distinfo @@ -1 +1,2 @@ MD5 (apache_1.3b3.tar.gz) = befabda0148e3a26a93920c8721c5918 +MD5 (no2slash-loop-fix.patch) = e56db42ebe5a79a7004afae8868570b4 |