Tue Mar 7 07:16:38 2017 UTC ()
1441, 1437


(snj)
diff -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-6.0.7

cvs diff -r1.1.2.84 -r1.1.2.85 src/doc/Attic/CHANGES-6.0.7 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-6.0.7 2017/02/19 17:45:16 1.1.2.84
+++ src/doc/Attic/CHANGES-6.0.7 2017/03/07 07:16:38 1.1.2.85
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.84 2017/02/19 17:45:16 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.85 2017/03/07 07:16:38 snj Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -10298,4 +10298,35 @@
 	CVE-2017-5205 CVE-2017-5341 CVE-2017-5342 CVE-2017-5482 CVE-2017-5483
 	CVE-2017-5484 CVE-2017-5485 CVE-2017-5486
 	[spz, ticket #1436]
+
+sys/arch/x86/include/pmap.h			1.63 via patch
+sys/arch/x86/x86/pmap.c				1.241 via patch
+
+	Remove PG_u from the kernel pages on Xen. Otherwise there is
+	no privilege separation between the kernel and userland.
+	[bouyer, ticket #1441]
+
+libexec/httpd/CHANGES                           up to 1.25
+libexec/httpd/bozohttpd.8                       up to 1.65
+libexec/httpd/bozohttpd.c                       up to 1.86
+libexec/httpd/bozohttpd.h                       up to 1.47
+libexec/httpd/cgi-bozo.c                        up to 1.37
+libexec/httpd/content-bozo.c                    up to 1.14
+libexec/httpd/libbozohttpd/libbozohttpd.3       up to 1.4
+libexec/httpd/main.c                            up to 1.16
+libexec/httpd/small/Makefile                    up to 1.3
+libexec/httpd/testsuite/Makefile                up to 1.7
+libexec/httpd/testsuite/cgi-bin/empty           up to 1.1
+libexec/httpd/testsuite/html_cmp                up to 1.5
+libexec/httpd/testsuite/t11.in                  up to 1.1
+libexec/httpd/testsuite/t11.out                 up to 1.1
+libexec/httpd/testsuite/test-bigfile            up to 1.4
+libexec/httpd/testsuite/test-simple             up to 1.4
+
+	Update bozohttpd to 20170201.  Changes:
+	- fix an infinite loop in cgi processing
+	- fixes and clean up for the testsuite
+	- no longer sends encoding header for compressed formats
+	- add a bozo_get_version() function which returns the version number
+	[mrg, ticket #1437]