Module Name: src
Committed By: snj
Date: Sun Feb 12 22:09:51 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1357
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.149 -r1.1.2.150 src/doc/CHANGES-7.1
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-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.149 src/doc/CHANGES-7.1:1.1.2.150
--- src/doc/CHANGES-7.1:1.1.2.149 Mon Feb 6 07:31:50 2017
+++ src/doc/CHANGES-7.1 Sun Feb 12 22:09:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.149 2017/02/06 07:31:50 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.150 2017/02/12 22:09:51 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -7958,3 +7958,23 @@ crypto/external/bsd/openssl/dist/crypto/
Fix CVE-2016-7056 and CVE-2017-3731.
[spz, ticket #1352]
+libexec/httpd/CHANGES 1.25
+libexec/httpd/bozohttpd.8 1.63-1.65
+libexec/httpd/bozohttpd.c 1.85, 1.86
+libexec/httpd/bozohttpd.h 1.47
+libexec/httpd/cgi-bozo.c 1.36, 1.37
+libexec/httpd/libbozohttpd/libbozohttpd.3 1.4
+libexec/httpd/testsuite/Makefile 1.7
+libexec/httpd/testsuite/cgi-bin/empty 1.1
+libexec/httpd/testsuite/html_cmp 1.5
+libexec/httpd/testsuite/t11.in 1.1
+libexec/httpd/testsuite/t11.out 1.1
+libexec/httpd/testsuite/test-bigfile 1.4
+libexec/httpd/testsuite/test-simple 1.3, 1.4
+
+ Update to bozohttpd 20170201:
+ - fix an infinite loop in cgi processing
+ - fixes and clean up for the testsuite
+ - no longer sends encoding header for compressed form
+ [mrg, ticket #1357]
+