summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2020-08-20 07:55:10 +0000
committermrg <mrg@NetBSD.org>2020-08-20 07:55:10 +0000
commit45853565360c5a07ecc42171ed9130818322320d (patch)
treef6e421f358bf6c62d58eac33471702b3cf204f89 /libexec/httpd
parente060cd230766c99306af8891857ddf365d500b73 (diff)
update for recent changes.
Diffstat (limited to 'libexec/httpd')
-rw-r--r--libexec/httpd/CHANGES8
-rw-r--r--libexec/httpd/bozohttpd.819
2 files changed, 23 insertions, 4 deletions
diff --git a/libexec/httpd/CHANGES b/libexec/httpd/CHANGES
index 405af1b4cca..67c294ec513 100644
--- a/libexec/httpd/CHANGES
+++ b/libexec/httpd/CHANGES
@@ -1,4 +1,10 @@
-$NetBSD: CHANGES,v 1.40 2019/02/28 09:16:42 mrg Exp $
+$NetBSD: CHANGES,v 1.41 2020/08/20 07:55:10 mrg Exp $
+
+changes in bozohttpd 20200820:
+ o make this work on sun2 by reducing mmap window there.
+ o fix SSL shutdown sequence. from spz@netbsd.org.
+ o add readme support to directory indexing. from jmcneill@netbsd.org
+ o add blocklist(8) support. from jruoho@netbsd.org.
changes in bozohttpd 20190228:
o extend timeout facility to ssl and stop servers hanging forever
diff --git a/libexec/httpd/bozohttpd.8 b/libexec/httpd/bozohttpd.8
index 180576b66b4..c2a20de8c5b 100644
--- a/libexec/httpd/bozohttpd.8
+++ b/libexec/httpd/bozohttpd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.83 2020/07/13 09:41:18 wiz Exp $
+.\" $NetBSD: bozohttpd.8,v 1.84 2020/08/20 07:55:10 mrg Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
@@ -701,8 +701,8 @@ provided initial IPv6 support
.It
.An Martin Husemann
.Aq Mt martin@NetBSD.org
-provided .bzabsredirect and .bzredir support, and fixed various
-redirection issues
+provided .bzabsredirect and .bzredir support, fixed various
+redirection issues and more
.It
.An Arto Huusko
.Aq Mt arto.huusko@pp2.inet.fi
@@ -804,6 +804,19 @@ provided http authorization fixes
.Aq Mt xs@kittenz.org
provided chroot and change-to-user support, and other various fixes
.It
+.An Jukka Ruohonen
+.Aq Mt jruoho@NetBSD.org
+provided support for
+.Xr blocklist 8
+.It
+.An Jared McNeill
+.Aq Mt jmcneill@NetBSD.org
+added support for readme in directory indexing
+.It
+.An S.P.Zeidler
+.Aq Mt spz@NetBSD.org
+fixed several SSL shutdown issues
+.It
Coyote Point provided various CGI fixes
.El
.Pp