diff options
author | mrg <mrg@pkgsrc.org> | 2010-06-17 19:45:41 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2010-06-17 19:45:41 +0000 |
commit | 3b7fbb444fb6a5487dc1fdcf853e77790c26374b (patch) | |
tree | 226b06fa48f08fac9cf5cd732e2f547eef221a68 /www/bozohttpd/Makefile | |
parent | f5e40653df3f77541129eaf209ee65785b5eb286 (diff) | |
download | pkgsrc-3b7fbb444fb6a5487dc1fdcf853e77790c26374b.tar.gz |
update to bozohttpd 20100617. changes include:
o fix some compile issues
o fix SSL mode. from rtr
o fix some cgi-bin issues, as seen with cvsweb
o disable multi-file daemon mode for now, it breaks
o return 404's instead of 403's when chdir of ~user dirs fail
o remove "noreturn" attribute from bozo_http_error() that was
causing incorrect runtime behaviour
with approval from agc.
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 4dd36118a4a..066a76b22b0 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2010/05/15 06:50:33 mrg Exp $ +# $NetBSD: Makefile,v 1.71 2010/06/17 19:45:41 mrg Exp $ # -DISTNAME= bozohttpd-20100512 +DISTNAME= bozohttpd-20100617 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 |