Module Name: src
Committed By: snj
Date: Sat Apr 16 20:59:50 UTC 2016
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
merge 1377 addition
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.59 -r1.1.2.60 src/doc/CHANGES-6.1.6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.59 src/doc/CHANGES-6.1.6:1.1.2.60
--- src/doc/CHANGES-6.1.6:1.1.2.59 Fri Apr 15 20:16:24 2016
+++ src/doc/CHANGES-6.1.6 Sat Apr 16 20:59:49 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.59 2016/04/15 20:16:24 mrg Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.60 2016/04/16 20:59:49 snj Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -7478,7 +7478,7 @@ libexec/httpd/auth-bozo.c
libexec/httpd/bozohttpd.8 up to 1.59
libexec/httpd/bozohttpd.c up to 1.80 via patch
libexec/httpd/bozohttpd.h up to 1.45
-libexec/httpd/cgi-bozo.c up to 1.33
+libexec/httpd/cgi-bozo.c up to 1.34
libexec/httpd/content-bozo.c up to 1.13
libexec/httpd/daemon-bozo.c up to 1.17
libexec/httpd/dir-index-bozo.c up to 1.25
@@ -7511,7 +7511,3 @@ libexec/httpd/tilde-luzah-bozo.c
o -C option supports now CGI scripts only
[mrg, ticket #1377]
-libexec/httpd/cgi-bozo.c 1.34
-
- Fix the build: use %zu instead of %lu for size_t.
- [mrg, ticket #1377]