summaryrefslogtreecommitdiff
path: root/libexec/httpd
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2022-05-18 00:37:11 +0000
committermrg <mrg@NetBSD.org>2022-05-18 00:37:11 +0000
commit53e1cd32766f0374bfe1aee5061746f2bf6ea242 (patch)
tree499d2b1c3bccc4bddda85e084e4027da7aee655e /libexec/httpd
parent4b15129eb6f154569c89ee8a95a0efea9c5fa2dd (diff)
call this bozohttpd 20220517.
Diffstat (limited to 'libexec/httpd')
-rw-r--r--libexec/httpd/bozohttpd.88
-rw-r--r--libexec/httpd/bozohttpd.c6
-rw-r--r--libexec/httpd/bozohttpd.h4
-rw-r--r--libexec/httpd/dir-index-bozo.c4
4 files changed, 11 insertions, 11 deletions
diff --git a/libexec/httpd/bozohttpd.8 b/libexec/httpd/bozohttpd.8
index 979092b79d9..a3cbf4aa5c6 100644
--- a/libexec/httpd/bozohttpd.8
+++ b/libexec/httpd/bozohttpd.8
@@ -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 @@ The focus has always been simplicity and security, with minimal features
and regular code audits.
This manual documents
.Nm
-version 20220104.
+version 20220517.
.Sh AUTHORS
.An -nosplit
.Nm
diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c
index aba54939364..f04efe131b6 100644
--- a/libexec/httpd/bozohttpd.c
+++ b/libexec/httpd/bozohttpd.c
@@ -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 --git a/libexec/httpd/bozohttpd.h b/libexec/httpd/bozohttpd.h
index b4736b71bfe..28c2a6634ca 100644
--- a/libexec/httpd/bozohttpd.h
+++ b/libexec/httpd/bozohttpd.h
@@ -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 --git a/libexec/httpd/dir-index-bozo.c b/libexec/httpd/dir-index-bozo.c
index aa13f34a1c4..cfac71be65f 100644
--- a/libexec/httpd/dir-index-bozo.c
+++ b/libexec/httpd/dir-index-bozo.c
@@ -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