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 20170201.
details: https://anonhg.NetBSD.org/src/rev/bed9bd5d49f7
branches: trunk
changeset: 351029:bed9bd5d49f7
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jan 31 14:36:09 2017 +0000
description:
call this bozohttpd 20170201.
diffstat:
libexec/httpd/bozohttpd.8 | 12 ++++++++----
libexec/httpd/bozohttpd.c | 6 +++---
libexec/httpd/bozohttpd.h | 4 ++--
libexec/httpd/cgi-bozo.c | 4 ++--
4 files changed, 15 insertions(+), 11 deletions(-)
diffs (97 lines):
diff -r 18efe4d5a47b -r bed9bd5d49f7 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Tue Jan 31 14:33:54 2017 +0000
+++ b/libexec/httpd/bozohttpd.8 Tue Jan 31 14:36:09 2017 +0000
@@ -1,8 +1,8 @@
-.\" $NetBSD: bozohttpd.8,v 1.64 2017/01/20 16:14:44 abhinav Exp $
+.\" $NetBSD: bozohttpd.8,v 1.65 2017/01/31 14:36:09 mrg Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
-.\" Copyright (c) 1997-2016 Matthew R. Green
+.\" Copyright (c) 1997-2017 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 December 11, 2016
+.Dd February 1, 2017
.Dt BOZOHTTPD 8
.Os
.Sh NAME
@@ -531,7 +531,7 @@
and regular code audits.
This manual documents
.Nm
-version 20160720.
+version 20170201.
.Sh AUTHORS
.An -nosplit
.Nm
@@ -631,6 +631,10 @@
.Aq Mt jlam%NetBSD.org@localhost
provided man page fixes
.It
+.An Dennis Lindroos
+.Aq Mt denafcm%gmail.com@localhost
+provided a cgi-bin fix
+.It
.An Julio Merino
.Aq Mt jmmv%NetBSD.org@localhost
Added the
diff -r 18efe4d5a47b -r bed9bd5d49f7 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Tue Jan 31 14:33:54 2017 +0000
+++ b/libexec/httpd/bozohttpd.c Tue Jan 31 14:36:09 2017 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: bozohttpd.c,v 1.84 2016/12/11 20:40:41 mrg Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.85 2017/01/31 14:36:09 mrg Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
/*
- * Copyright (c) 1997-2016 Matthew R. Green
+ * Copyright (c) 1997-2017 Matthew R. Green
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -109,7 +109,7 @@
#define INDEX_HTML "index.html"
#endif
#ifndef SERVER_SOFTWARE
-#define SERVER_SOFTWARE "bozohttpd/20160720"
+#define SERVER_SOFTWARE "bozohttpd/20170102"
#endif
#ifndef DIRECT_ACCESS_FILE
#define DIRECT_ACCESS_FILE ".bzdirect"
diff -r 18efe4d5a47b -r bed9bd5d49f7 libexec/httpd/bozohttpd.h
--- a/libexec/httpd/bozohttpd.h Tue Jan 31 14:33:54 2017 +0000
+++ b/libexec/httpd/bozohttpd.h Tue Jan 31 14:36:09 2017 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: bozohttpd.h,v 1.46 2016/05/24 21:18:29 agc Exp $ */
+/* $NetBSD: bozohttpd.h,v 1.47 2017/01/31 14:36:09 mrg Exp $ */
/* $eterna: bozohttpd.h,v 1.39 2011/11/18 09:21:15 mrg Exp $ */
/*
- * Copyright (c) 1997-2015 Matthew R. Green
+ * Copyright (c) 1997-2017 Matthew R. Green
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r 18efe4d5a47b -r bed9bd5d49f7 libexec/httpd/cgi-bozo.c
--- a/libexec/httpd/cgi-bozo.c Tue Jan 31 14:33:54 2017 +0000
+++ b/libexec/httpd/cgi-bozo.c Tue Jan 31 14:36:09 2017 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: cgi-bozo.c,v 1.36 2017/01/31 14:33:54 mrg Exp $ */
+/* $NetBSD: cgi-bozo.c,v 1.37 2017/01/31 14:36:09 mrg Exp $ */
/* $eterna: cgi-bozo.c,v 1.40 2011/11/18 09:21:15 mrg Exp $ */
/*
- * Copyright (c) 1997-2015 Matthew R. Green
+ * Copyright (c) 1997-2017 Matthew R. Green
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Home |
Main Index |
Thread Index |
Old Index