diff options
author | mrg <mrg@pkgsrc.org> | 2003-03-13 12:06:20 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-03-13 12:06:20 +0000 |
commit | 098f597ca33e099b988732b309b655f36ec1942c (patch) | |
tree | b6a56adb80a28a46c5fa38eb8345b21dfcd1580b /www/bozohttpd | |
parent | fb66cec4bf8b4cca27f2a9385ada3aad7c6a7f60 (diff) | |
download | pkgsrc-098f597ca33e099b988732b309b655f36ec1942c.tar.gz |
update to bozohttpd 20030313.
changes since bozohttpd 20021106:
o deprecate -r flag; make this the default and silently ignore -r now
o add support for file extentions to call CGI programs (from lukem)
o add dynamic support to add new content map entries, allowing both
new file types and non /cgi-bin CGI programs to be run with the
new -C "suffix cgihandler" and -M "suffix type encoding encoding11"
options
o in -b mode, set the http date after accept() returns, not before we
call accept().
o in -b mode, bind all addresses found not just the first one
o unsupport old hostname API
o in -b mode, set the SO_REUSEADDR socket option (lukem)
o allow -x (index.html) mode to work with CGI handlers
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 4 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 0ac6ec9d520..41124dc7990 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2002/11/06 11:03:28 mrg Exp $ +# $NetBSD: Makefile,v 1.30 2003/03/13 12:06:20 mrg Exp $ # -DISTNAME= bozohttpd-20021106 +DISTNAME= bozohttpd-20030313 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index b46ef04816d..e0e5d528fd9 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2002/11/06 11:03:28 mrg Exp $ +$NetBSD: distinfo,v 1.23 2003/03/13 12:06:20 mrg Exp $ -SHA1 (bozohttpd-20021106.tar.bz2) = 36bf10dc3096d95a97ba9647d5fd023c4f83b270 -Size (bozohttpd-20021106.tar.bz2) = 23002 bytes +SHA1 (bozohttpd-20030313.tar.bz2) = bc9bb661f908dd60ed5a8dc9f462fe2e04bb4145 +Size (bozohttpd-20030313.tar.bz2) = 24202 bytes |