Module Name: src
Committed By: mrg
Date: Thu Aug 20 07:55:10 UTC 2020
Modified Files:
src/libexec/httpd: CHANGES bozohttpd.8
Log Message:
update for recent changes.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.83 -r1.84 src/libexec/httpd/bozohttpd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/CHANGES
diff -u src/libexec/httpd/CHANGES:1.40 src/libexec/httpd/CHANGES:1.41
--- src/libexec/httpd/CHANGES:1.40 Thu Feb 28 09:16:42 2019
+++ src/libexec/httpd/CHANGES Thu Aug 20 07:55:10 2020
@@ -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 [email protected].
+ o add readme support to directory indexing. from [email protected]
+ o add blocklist(8) support. from [email protected].
changes in bozohttpd 20190228:
o extend timeout facility to ssl and stop servers hanging forever
Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.83 src/libexec/httpd/bozohttpd.8:1.84
--- src/libexec/httpd/bozohttpd.8:1.83 Mon Jul 13 09:41:18 2020
+++ src/libexec/httpd/bozohttpd.8 Thu Aug 20 07:55:10 2020
@@ -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 [email protected]
-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 [email protected]
@@ -804,6 +804,19 @@ provided http authorization fixes
.Aq Mt [email protected]
provided chroot and change-to-user support, and other various fixes
.It
+.An Jukka Ruohonen
+.Aq Mt [email protected]
+provided support for
+.Xr blocklist 8
+.It
+.An Jared McNeill
+.Aq Mt [email protected]
+added support for readme in directory indexing
+.It
+.An S.P.Zeidler
+.Aq Mt [email protected]
+fixed several SSL shutdown issues
+.It
Coyote Point provided various CGI fixes
.El
.Pp