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 20220517.



details:   https://anonhg.NetBSD.org/src/rev/c222fd025192
branches:  trunk
changeset: 366199:c222fd025192
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed May 18 00:37:11 2022 +0000

description:
call this bozohttpd 20220517.

diffstat:

 libexec/httpd/bozohttpd.8      |  8 ++++----
 libexec/httpd/bozohttpd.c      |  6 +++---
 libexec/httpd/bozohttpd.h      |  4 ++--
 libexec/httpd/dir-index-bozo.c |  4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (86 lines):

diff -r a88498ef4dd9 -r c222fd025192 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Tue May 17 18:56:29 2022 +0000
+++ b/libexec/httpd/bozohttpd.8 Wed May 18 00:37:11 2022 +0000
@@ -1,8 +1,8 @@
-.\"    $NetBSD: bozohttpd.8,v 1.90 2022/01/04 06:08:14 kim Exp $
+.\"    $NetBSD: bozohttpd.8,v 1.91 2022/05/18 00:37:11 mrg Exp $
 .\"
 .\"    $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
 .\"
-.\" Copyright (c) 1997-2021 Matthew R. Green
+.\" Copyright (c) 1997-2022 Matthew R. Green
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 24, 2021
+.Dd May 24, 17
 .Dt BOZOHTTPD 8
 .Os
 .Sh NAME
@@ -654,7 +654,7 @@
 and regular code audits.
 This manual documents
 .Nm
-version 20220104.
+version 20220517.
 .Sh AUTHORS
 .An -nosplit
 .Nm
diff -r a88498ef4dd9 -r c222fd025192 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Tue May 17 18:56:29 2022 +0000
+++ b/libexec/httpd/bozohttpd.c Wed May 18 00:37:11 2022 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: bozohttpd.c,v 1.140 2022/04/10 09:50:44 andvar Exp $   */
+/*     $NetBSD: bozohttpd.c,v 1.141 2022/05/18 00:37:11 mrg Exp $      */
 
 /*     $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $      */
 
 /*
- * Copyright (c) 1997-2021 Matthew R. Green
+ * Copyright (c) 1997-2022 Matthew R. Green
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -108,7 +108,7 @@
 #define INDEX_HTML             "index.html"
 #endif
 #ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE                "bozohttpd/20220104"
+#define SERVER_SOFTWARE                "bozohttpd/20220517"
 #endif
 #ifndef PUBLIC_HTML
 #define PUBLIC_HTML            "public_html"
diff -r a88498ef4dd9 -r c222fd025192 libexec/httpd/bozohttpd.h
--- a/libexec/httpd/bozohttpd.h Tue May 17 18:56:29 2022 +0000
+++ b/libexec/httpd/bozohttpd.h Wed May 18 00:37:11 2022 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: bozohttpd.h,v 1.71 2022/01/04 06:08:14 kim Exp $       */
+/*     $NetBSD: bozohttpd.h,v 1.72 2022/05/18 00:37:11 mrg Exp $       */
 
 /*     $eterna: bozohttpd.h,v 1.39 2011/11/18 09:21:15 mrg Exp $       */
 
 /*
- * Copyright (c) 1997-2021 Matthew R. Green
+ * Copyright (c) 1997-2022 Matthew R. Green
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff -r a88498ef4dd9 -r c222fd025192 libexec/httpd/dir-index-bozo.c
--- a/libexec/httpd/dir-index-bozo.c    Tue May 17 18:56:29 2022 +0000
+++ b/libexec/httpd/dir-index-bozo.c    Wed May 18 00:37:11 2022 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: dir-index-bozo.c,v 1.35 2022/03/14 05:06:59 mrg Exp $  */
+/*     $NetBSD: dir-index-bozo.c,v 1.36 2022/05/18 00:37:11 mrg Exp $  */
 
 /*     $eterna: dir-index-bozo.c,v 1.20 2011/11/18 09:21:15 mrg Exp $  */
 
 /*
- * Copyright (c) 1997-2020 Matthew R. Green
+ * Copyright (c) 1997-2022 Matthew R. Green
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without



Home | Main Index | Thread Index | Old Index