diff options
author | mrg <mrg@pkgsrc.org> | 2005-04-25 14:29:07 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2005-04-25 14:29:07 +0000 |
commit | fd330a246d72adec0fb1cbf676e2005723a362cf (patch) | |
tree | a982db0624b6807bad20753b517c67410c21b2df /www/bozohttpd/Makefile | |
parent | c36fe675e2acce313e15bdd44feb9ca19c9efcaf (diff) | |
download | pkgsrc-fd330a246d72adec0fb1cbf676e2005723a362cf.tar.gz |
update to bozohttpd 20050410. changes include:
o fix some off-by-one errors from <roland.illig@gmx.de>
o properly support nph- CGI
o make content maps case insensitive
o fix proto header merging to include the missing comma
o major source reorganisation; most features are in separate files now
o new -V flag that makes unknown virtualhosts use slashdir
from <rumble@ephemeral.org>
o HTTP/1.x protocol headers are now properly merged for CGI
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r-- | www/bozohttpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 47d16738b7b..db730d83233 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2005/04/11 21:47:52 tv Exp $ +# $NetBSD: Makefile,v 1.49 2005/04/25 14:29:07 mrg Exp $ # -DISTNAME= bozohttpd-20040823 -PKGREVISION= 1 +DISTNAME= bozohttpd-20050410 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 |