Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd call this bozohttpd 20190228, and merge the CH...



details:   https://anonhg.NetBSD.org/src/rev/439ed7740f94
branches:  trunk
changeset: 449244:439ed7740f94
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 28 09:16:42 2019 +0000

description:
call this bozohttpd 20190228, and merge the CHANGES entries from the
previous release.

diffstat:

 libexec/httpd/CHANGES     |  9 +++++----
 libexec/httpd/bozohttpd.c |  4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r b79dfa9b4b34 -r 439ed7740f94 libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES     Thu Feb 28 08:28:21 2019 +0000
+++ b/libexec/httpd/CHANGES     Thu Feb 28 09:16:42 2019 +0000
@@ -1,10 +1,11 @@
-$NetBSD: CHANGES,v 1.39 2019/01/27 04:40:57 dholland Exp $
+$NetBSD: CHANGES,v 1.40 2019/02/28 09:16:42 mrg Exp $
 
-changes in bozohttpd 20190121:
+changes in bozohttpd 20190228:
+       o  extend timeout facility to ssl and stop servers hanging forever
+          if the client never sends anything.  reported by Steffen in netbsd
+          PR#50655.
        o  don't display special files in the directory index.  they aren't
           served, but links to them are generated.
-
-changes in bozohttpd 20190116:
        o  fix CGI '+' parameter handling, some error checking, and a double
           free.  from rajeev_v_pillai%yahoo.com@localhost
        o  more directory indexing clean up.  from rajeev_v_pillai%yahoo.com@localhost
diff -r b79dfa9b4b34 -r 439ed7740f94 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Thu Feb 28 08:28:21 2019 +0000
+++ b/libexec/httpd/bozohttpd.c Thu Feb 28 09:16:42 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bozohttpd.c,v 1.112 2019/02/28 08:28:21 mrg Exp $      */
+/*     $NetBSD: bozohttpd.c,v 1.113 2019/02/28 09:16:42 mrg Exp $      */
 
 /*     $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $      */
 
@@ -109,7 +109,7 @@
 #define INDEX_HTML             "index.html"
 #endif
 #ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE                "bozohttpd/20190121"
+#define SERVER_SOFTWARE                "bozohttpd/20190228"
 #endif
 #ifndef PUBLIC_HTML
 #define PUBLIC_HTML            "public_html"



Home | Main Index | Thread Index | Old Index