Source-Changes-HG archive

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

[src/trunk]: src/libexec/httpd there was a bug fix in july. call this 20160...



details:   https://anonhg.NetBSD.org/src/rev/2e9e848b9ec4
branches:  trunk
changeset: 819623:2e9e848b9ec4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Dec 11 20:40:41 2016 +0000

description:
there was a bug fix in july.   call this 20160720.

diffstat:

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

diffs (45 lines):

diff -r 7e65593b4ed5 -r 2e9e848b9ec4 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Sun Dec 11 16:25:54 2016 +0000
+++ b/libexec/httpd/bozohttpd.8 Sun Dec 11 20:40:41 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: bozohttpd.8,v 1.61 2016/10/04 18:33:00 mrg Exp $
+.\"    $NetBSD: bozohttpd.8,v 1.62 2016/12/11 20:40:41 mrg Exp $
 .\"
 .\"    $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
 .\"
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd October 4, 2016
+.Dd December 11, 2016
 .Dt BOZOHTTPD 8
 .Os
 .Sh NAME
@@ -531,7 +531,7 @@
 and regular code audits.
 This manual documents
 .Nm
-version 20160415.
+version 20160720.
 .Sh AUTHORS
 .An -nosplit
 .Nm
diff -r 7e65593b4ed5 -r 2e9e848b9ec4 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Sun Dec 11 16:25:54 2016 +0000
+++ b/libexec/httpd/bozohttpd.c Sun Dec 11 20:40:41 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bozohttpd.c,v 1.83 2016/10/04 18:33:00 mrg Exp $       */
+/*     $NetBSD: bozohttpd.c,v 1.84 2016/12/11 20:40:41 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/20160415"
+#define SERVER_SOFTWARE                "bozohttpd/20160720"
 #endif
 #ifndef DIRECT_ACCESS_FILE
 #define DIRECT_ACCESS_FILE     ".bzdirect"



Home | Main Index | Thread Index | Old Index