Module Name:    src
Committed By:   mrg
Date:           Thu Jul 17 10:21:51 UTC 2014

Modified Files:
        src/libexec/httpd: CHANGES bozohttpd.c

Log Message:
call this 20140717.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.55 -r1.56 src/libexec/httpd/bozohttpd.c

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.18 src/libexec/httpd/CHANGES:1.19
--- src/libexec/httpd/CHANGES:1.18	Tue Jul  8 14:06:17 2014
+++ src/libexec/httpd/CHANGES	Thu Jul 17 10:21:51 2014
@@ -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_pil...@yahoo.com
 	o  avoid printing double errors, from s...@netbsd.org

Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.55 src/libexec/httpd/bozohttpd.c:1.56
--- src/libexec/httpd/bozohttpd.c:1.55	Thu Jul 17 06:27:52 2014
+++ src/libexec/httpd/bozohttpd.c	Thu Jul 17 10:21:51 2014
@@ -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"

Reply via email to