Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd update for recent changes.
details: https://anonhg.NetBSD.org/src/rev/1cada2113e08
branches: trunk
changeset: 1013041:1cada2113e08
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Aug 20 07:55:10 2020 +0000
description:
update for recent changes.
diffstat:
libexec/httpd/CHANGES | 8 +++++++-
libexec/httpd/bozohttpd.8 | 19 ++++++++++++++++---
2 files changed, 23 insertions(+), 4 deletions(-)
diffs (55 lines):
diff -r 167ec0d90865 -r 1cada2113e08 libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES Thu Aug 20 07:32:40 2020 +0000
+++ b/libexec/httpd/CHANGES Thu Aug 20 07:55:10 2020 +0000
@@ -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@localhost.
+ o add readme support to directory indexing. from jmcneill%netbsd.org@localhost
+ o add blocklist(8) support. from jruoho%netbsd.org@localhost.
changes in bozohttpd 20190228:
o extend timeout facility to ssl and stop servers hanging forever
diff -r 167ec0d90865 -r 1cada2113e08 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Thu Aug 20 07:32:40 2020 +0000
+++ b/libexec/httpd/bozohttpd.8 Thu Aug 20 07:55:10 2020 +0000
@@ -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 @@
.It
.An Martin Husemann
.Aq Mt martin%NetBSD.org@localhost
-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@localhost
@@ -804,6 +804,19 @@
.Aq Mt xs%kittenz.org@localhost
provided chroot and change-to-user support, and other various fixes
.It
+.An Jukka Ruohonen
+.Aq Mt jruoho%NetBSD.org@localhost
+provided support for
+.Xr blocklist 8
+.It
+.An Jared McNeill
+.Aq Mt jmcneill%NetBSD.org@localhost
+added support for readme in directory indexing
+.It
+.An S.P.Zeidler
+.Aq Mt spz%NetBSD.org@localhost
+fixed several SSL shutdown issues
+.It
Coyote Point provided various CGI fixes
.El
.Pp
Home |
Main Index |
Thread Index |
Old Index