diff options
author | mrg <mrg@pkgsrc.org> | 2003-06-11 06:41:43 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-06-11 06:41:43 +0000 |
commit | 0f36778be8dac0ede0986b5bcbd194bbe99379f6 (patch) | |
tree | 52e67620888c1e854a71d7681b65c972c48ae298 /www/bozohttpd | |
parent | 9dc2923da25f8c4c741bfe12b7ccd0e6a6dcb831 (diff) | |
download | pkgsrc-0f36778be8dac0ede0986b5bcbd194bbe99379f6.tar.gz |
update to bozohttpd 20030409.
o -d without DEBUG enabled only prints one warning and continues
o one can now define the C macro SERVER_SOFTWARE when building to
change the Server: header and CGI variable of the same name
o add new -s flag the force logging output to stderr. from zakj@nox.cx
o add new -a flag for CGI bin that stops bozohttpd from outputting
any HTTP reply, the CGI program must output these. from zakj@nox.cx
o new REQUEST_URI and DATE_GMT environment variables for CGI. from
zakj@nox.cx
o add a "Makefile.boot" that should work with any make program
o build on linux again
o fix core dumps when using -C
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 41124dc7990..6dec24a4701 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2003/03/13 12:06:20 mrg Exp $ +# $NetBSD: Makefile,v 1.31 2003/06/11 06:41:43 mrg Exp $ # -DISTNAME= bozohttpd-20030313 +DISTNAME= bozohttpd-20030409 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index e0e5d528fd9..b857b5b8bd0 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2003/03/13 12:06:20 mrg Exp $ +$NetBSD: distinfo,v 1.24 2003/06/11 06:41:43 mrg Exp $ -SHA1 (bozohttpd-20030313.tar.bz2) = bc9bb661f908dd60ed5a8dc9f462fe2e04bb4145 -Size (bozohttpd-20030313.tar.bz2) = 24202 bytes +SHA1 (bozohttpd-20030409.tar.bz2) = 79b132283023e5e08b059aefb0a8c054377b2ef7 +Size (bozohttpd-20030409.tar.bz2) = 27044 bytes |