Module Name: src
Committed By: snj
Date: Sat Apr 16 21:00:16 UTC 2016
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
mereg 1377 addition
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-6.0.7
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.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.61 src/doc/CHANGES-6.0.7:1.1.2.62
--- src/doc/CHANGES-6.0.7:1.1.2.61 Fri Apr 15 20:19:00 2016
+++ src/doc/CHANGES-6.0.7 Sat Apr 16 21:00:16 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.61 2016/04/15 20:19:00 mrg Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.62 2016/04/16 21:00:16 snj Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -7758,7 +7758,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
@@ -7791,7 +7791,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]