diff options
author | cube <cube@pkgsrc.org> | 2003-10-29 10:43:23 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-10-29 10:43:23 +0000 |
commit | 7d34deef0c8a48990c7debcfdbd08cacde9c661b (patch) | |
tree | a7ab785d177d97a8b46126b08b79225282c3e531 /www/apache/Makefile | |
parent | 5ad062403749b6355e4cb389c53d996dbb4b203d (diff) | |
download | pkgsrc-7d34deef0c8a48990c7debcfdbd08cacde9c661b.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/} |