diff options
author | abs <abs> | 2007-12-04 12:08:45 +0000 |
---|---|---|
committer | abs <abs> | 2007-12-04 12:08:45 +0000 |
commit | fd7d52978056a8b653928fd423a5fce4e4f6a0ce (patch) | |
tree | d35524aefe41d3f41a20c18ee835e4df8a0551cb /www/apache22/Makefile | |
parent | 0759bdcba96904125fe302f283811fb0f77e6817 (diff) | |
download | pkgsrc-fd7d52978056a8b653928fd423a5fce4e4f6a0ce.tar.gz |
Update www/apache to 2.2.6nb1
Add apache SVN revision 574884 to fix garbage characters in Server header
http://issues.apache.org/bugzilla/show_bug.cgi?id=43334
When it hits, this issue can completely screw up returned pages if the
Server header gets embedded newlines
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 57b758dc674..083146a5abe 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2007/09/09 08:12:58 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2007/12/04 12:08:45 abs Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ |