Source-Changes-HG archive

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

[src/trunk]: src/libexec/httpd bump the version; we have real fixes now.



details:   https://anonhg.NetBSD.org/src/rev/44984e6b8f5d
branches:  trunk
changeset: 342598:44984e6b8f5d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Dec 31 04:58:43 2015 +0000

description:
bump the version; we have real fixes now.

diffstat:

 libexec/httpd/bozohttpd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 534138e6dcfa -r 44984e6b8f5d libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Thu Dec 31 04:39:16 2015 +0000
+++ b/libexec/httpd/bozohttpd.c Thu Dec 31 04:58:43 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bozohttpd.c,v 1.76 2015/12/29 04:30:33 mrg Exp $       */
+/*     $NetBSD: bozohttpd.c,v 1.77 2015/12/31 04:58:43 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/20150501"
+#define SERVER_SOFTWARE                "bozohttpd/20151231"
 #endif
 #ifndef DIRECT_ACCESS_FILE
 #define DIRECT_ACCESS_FILE     ".bzdirect"



Home | Main Index | Thread Index | Old Index