diff options
author | cube <cube> | 2003-10-29 10:43:23 +0000 |
---|---|---|
committer | cube <cube> | 2003-10-29 10:43:23 +0000 |
commit | a5295e786962aa84c7a01bca3c29c993d95c1eff (patch) | |
tree | a7ab785d177d97a8b46126b08b79225282c3e531 /www/apache/Makefile | |
parent | 5fbdc885707872ef44802af6a06e4619bdd4eef0 (diff) | |
download | pkgsrc-a5295e786962aa84c7a01bca3c29c993d95c1eff.tar.gz |
Import security fix from 1.3.29 distribution for a buffer overflow in
mod_rewrite and mod_alias, referenced CAN-2003-0542. Bump PKGREVISION.
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 0cc899c5bb9..aefb227240b 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2003/10/11 13:40:19 grant Exp $ +# $NetBSD: Makefile,v 1.135 2003/10/29 10:43:23 cube 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). @@ -6,7 +6,7 @@ DISTNAME= apache_${APACHE_VERSION} PKGNAME= apache-${APACHE_VERSION} APACHE_VERSION= 1.3.28 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} |