diff options
author | mrg <mrg@pkgsrc.org> | 2003-07-09 17:11:42 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2003-07-09 17:11:42 +0000 |
commit | 5a5d461c5855c08f997ba07cac4f838162199079 (patch) | |
tree | d6ffb50c96272604ae0d941eb7a65e475ab40a45 /www/bozohttpd | |
parent | 3ef68c51ebaa5263607440c73cfddf091e29baa3 (diff) | |
download | pkgsrc-5a5d461c5855c08f997ba07cac4f838162199079.tar.gz |
update to bozohttpd 20030622. changes since bozohttpd 20030409:
o fix a recent core dump when given no input
o add new -r flag that ensures referrer is set to this host
o fix several compile time errors with -DNO_CGIBIN_SUPPORT
o fix some man page details. from lukem@wasabisystems.com
o re-add a missing memset(), fixing a core dump. from lukem
o support HTTP basic authorisation, disabled by default. from lukem
o print the port number in redirects and errors. from lukem
o only syslog the basename of the program. from lukem
o add __attribute__() format checking. from lukem
o fix cgibin SCRIPT_NAME to have a leading /. from zakj@nox.cx
o simplify some code in -C to avoid a core dump. from lukem
o add a .css -> css/text entry to the content_map[]. from zakj@nox.cx
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 6dec24a4701..22f76485c49 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2003/06/11 06:41:43 mrg Exp $ +# $NetBSD: Makefile,v 1.32 2003/07/09 17:11:42 mrg Exp $ # -DISTNAME= bozohttpd-20030409 +DISTNAME= bozohttpd-20030626 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index b857b5b8bd0..1ee665fb726 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2003/06/11 06:41:43 mrg Exp $ +$NetBSD: distinfo,v 1.25 2003/07/09 17:11:43 mrg Exp $ -SHA1 (bozohttpd-20030409.tar.bz2) = 79b132283023e5e08b059aefb0a8c054377b2ef7 -Size (bozohttpd-20030409.tar.bz2) = 27044 bytes +SHA1 (bozohttpd-20030626.tar.bz2) = 9ea81e7810def0b4d587803cd7707008d5198baf +Size (bozohttpd-20030626.tar.bz2) = 26831 bytes |