diff options
author | mrg <mrg@pkgsrc.org> | 2004-02-18 13:40:37 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2004-02-18 13:40:37 +0000 |
commit | b013622cf9526d7f3583cd952735b304c1e7a036 (patch) | |
tree | bc2c15c3fe59f6090ebda492630c002df0323283 /www | |
parent | 9348f8afb55e7a29b329d4f03a1537ebbf7eb112 (diff) | |
download | pkgsrc-b013622cf9526d7f3583cd952735b304c1e7a036.tar.gz |
update to bozohttpd 20040218. changes include:
o new .bzredirect file support for sane directory redirection
o new -Z option that enables SSL mode, from <rtr@eterna.com.au>
o the -C option has been changed to take two explicit options, rather
than a single option with a space separating the suffix and the
interpreter. ``-C ".foo /path/to/bar"'' should now be written
as ``-C .foo /path/to/bar''
o the -M option has been changed like -C and no longer requires or
supports a single argument with space-separated options
o with -a, still print the 200 OK. from <rtr@eterna.com.au>
o with -r, if a .bzdirect file appears in a directory, allow direct
access to this directory
Diffstat (limited to 'www')
-rw-r--r-- | www/bozohttpd/DESCR | 10 | ||||
-rw-r--r-- | www/bozohttpd/Makefile | 4 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/www/bozohttpd/DESCR b/www/bozohttpd/DESCR index 21ef78bce2a..3e92b9ee3e2 100644 --- a/www/bozohttpd/DESCR +++ b/www/bozohttpd/DESCR @@ -1,6 +1,8 @@ -bozohttpd is a small and secure http version 1.1 server. Its main +bozohttpd is a small and secure http version 1.1 server. it's main feature is the lack of features, reducing the code size and improving -verifiability. +verifiability. -It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations, -and can run multiple IP-based or virtual http servers on single machine. +it supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations, +virtual hosting support, as well as multiple IP-based servers on a +single machine. it is capable of services pages via the IPv6 protocol. +it has ssl support. it has no configuration file by design. diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 789a6d3631d..9a1c03df36f 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2004/01/05 12:50:34 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2004/02/18 13:40:37 mrg Exp $ # -DISTNAME= bozohttpd-20031005 +DISTNAME= bozohttpd-20040218 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index dd3bd16e43b..ad2ab019b07 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.28 2003/10/06 01:16:47 mrg Exp $ +$NetBSD: distinfo,v 1.29 2004/02/18 13:40:37 mrg Exp $ -SHA1 (bozohttpd-20031005.tar.bz2) = 363b3984e26a5d36c859194b96afdc180150f759 -Size (bozohttpd-20031005.tar.bz2) = 29304 bytes +SHA1 (bozohttpd-20040218.tar.bz2) = 849753fd96c75a2df7b7f79a0be329d52eabeaf9 +Size (bozohttpd-20040218.tar.bz2) = 31936 bytes |