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 | 07ac2c3e1533fec67ce0f0997265921dd5f987bf (patch) | |
tree | bc2c15c3fe59f6090ebda492630c002df0323283 /www/bozohttpd/Makefile | |
parent | efa1ab70ba871ae157aeaa0b56ad9a331eb91e69 (diff) | |
download | pkgsrc-07ac2c3e1533fec67ce0f0997265921dd5f987bf.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/bozohttpd/Makefile')
-rw-r--r-- | www/bozohttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |