From 07ac2c3e1533fec67ce0f0997265921dd5f987bf Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 18 Feb 2004 13:40:37 +0000 Subject: update to bozohttpd 20040218. changes include: o new .bzredirect file support for sane directory redirection o new -Z option that enables SSL mode, from 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 o with -r, if a .bzdirect file appears in a directory, allow direct access to this directory --- www/bozohttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/bozohttpd/Makefile') 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 -- cgit v1.2.3