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 20140717.
details: https://anonhg.NetBSD.org/src/rev/2fb7a35e8e92
branches: trunk
changeset: 330660:2fb7a35e8e92
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jul 17 10:21:51 2014 +0000
description:
call this 20140717.
diffstat:
libexec/httpd/CHANGES | 3 +++
libexec/httpd/bozohttpd.c | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r bc174c96ae34 -r 2fb7a35e8e92 libexec/httpd/CHANGES
--- a/libexec/httpd/CHANGES Thu Jul 17 08:21:34 2014 +0000
+++ b/libexec/httpd/CHANGES Thu Jul 17 10:21:51 2014 +0000
@@ -1,5 +1,8 @@
$eterna: CHANGES,v 1.78 2011/11/18 01:25:11 mrg Exp $
+changes in bozohttpd 20140717:
+ o properly handle SSL errors.
+
changes in bozohttpd 20140708:
o fixes for virtual host support, from rajeev_v_pillai%yahoo.com@localhost
o avoid printing double errors, from shm%netbsd.org@localhost
diff -r bc174c96ae34 -r 2fb7a35e8e92 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Thu Jul 17 08:21:34 2014 +0000
+++ b/libexec/httpd/bozohttpd.c Thu Jul 17 10:21:51 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bozohttpd.c,v 1.55 2014/07/17 06:27:52 mrg Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.56 2014/07/17 10:21:51 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/20140708"
+#define SERVER_SOFTWARE "bozohttpd/20140717"
#endif
#ifndef DIRECT_ACCESS_FILE
#define DIRECT_ACCESS_FILE ".bzdirect"
Home |
Main Index |
Thread Index |
Old Index