summaryrefslogtreecommitdiff
path: root/www/apache/Makefile
diff options
context:
space:
mode:
authorreed <reed>2004-04-07 19:53:27 +0000
committerreed <reed>2004-04-07 19:53:27 +0000
commit945ef9e637dbf8734f31996ebe2c5f1d8b2d2a30 (patch)
tree0369da91756bd7f108bd1f88bc10e746fc0c2e5f /www/apache/Makefile
parent2f265acbcc6d178c697ce9225ceadce786e306f6 (diff)
downloadpkgsrc-945ef9e637dbf8734f31996ebe2c5f1d8b2d2a30.tar.gz
Add three patches to resolve security issue:
SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the errorlog The three patches are from Apache cvs. http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/ Also bump PKGREVISION too.
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r--www/apache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 2166ae17f89..f03f0c018f4 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.139 2004/02/28 22:18:35 snj Exp $
+# $NetBSD: Makefile,v 1.140 2004/04/07 19:53:27 reed Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
DISTNAME= apache_${APACHE_VERSION}
PKGNAME= apache-${APACHE_VERSION}
+PKGREVISION= 1
APACHE_VERSION= 1.3.29
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \