Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/httpd/bozohttpd.c,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/httpd/bozohttpd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.140 retrieving revision 1.141 diff -u -p -r1.140 -r1.141 --- src/libexec/httpd/bozohttpd.c 2022/04/10 09:50:44 1.140 +++ src/libexec/httpd/bozohttpd.c 2022/05/18 00:37:11 1.141 @@ -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"