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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0.7,v 1.1.2.84 2017/02/19 17:45:16 snj Exp $ 1# $NetBSD: CHANGES-6.0.7,v 1.1.2.85 2017/03/07 07:16:38 snj Exp $
2 2
3A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7 3A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
4release: 4release:
5 5
6doc/LAST_MINUTE patched by hand 6doc/LAST_MINUTE patched by hand
7doc/README.files patched by hand 7doc/README.files patched by hand
8gnu/usr.bin/groff/tmac/mdoc.local patched by hand 8gnu/usr.bin/groff/tmac/mdoc.local patched by hand
9sys/sys/param.h patched by hand 9sys/sys/param.h patched by hand
10 10
11 Welcome to 6.0.6_PATCH. 11 Welcome to 6.0.6_PATCH.
12 [snj] 12 [snj]
13 13
14sys/compat/freebsd/freebsd_sysctl.c 1.17 14sys/compat/freebsd/freebsd_sysctl.c 1.17
@@ -10289,13 +10289,44 @@ external/bsd/tcpdump/tcpdump2netbsd up  @@ -10289,13 +10289,44 @@ external/bsd/tcpdump/tcpdump2netbsd up
10289 IPv6 mobility header check issue: CVE-2015-0261 10289 IPv6 mobility header check issue: CVE-2015-0261
10290 kday packets: CVE-2015-2153, 2154, 2155 10290 kday packets: CVE-2015-2153, 2154, 2155
10291 buffer overflows: CVE-2016-7922 CVE-2016-7923 CVE-2016-7924 10291 buffer overflows: CVE-2016-7922 CVE-2016-7923 CVE-2016-7924
10292 CVE-2016-7925 CVE-2016-7926 CVE-2016-7927 CVE-2016-7928 CVE-2016-7929 10292 CVE-2016-7925 CVE-2016-7926 CVE-2016-7927 CVE-2016-7928 CVE-2016-7929
10293 CVE-2016-7930 CVE-2016-7931 CVE-2016-7932 CVE-2016-7933 CVE-2016-7934 10293 CVE-2016-7930 CVE-2016-7931 CVE-2016-7932 CVE-2016-7933 CVE-2016-7934
10294 CVE-2016-7935 CVE-2016-7936 CVE-2016-7937 CVE-2016-7938 CVE-2016-7939 10294 CVE-2016-7935 CVE-2016-7936 CVE-2016-7937 CVE-2016-7938 CVE-2016-7939
10295 CVE-2016-7940 CVE-2016-7973 CVE-2016-7974 CVE-2016-7975 CVE-2016-7983 10295 CVE-2016-7940 CVE-2016-7973 CVE-2016-7974 CVE-2016-7975 CVE-2016-7983
10296 CVE-2016-7984 CVE-2016-7985 CVE-2016-7986 CVE-2016-7992 CVE-2016-7993 10296 CVE-2016-7984 CVE-2016-7985 CVE-2016-7986 CVE-2016-7992 CVE-2016-7993
10297 CVE-2016-8574 CVE-2016-8575 CVE-2017-5202 CVE-2017-5203 CVE-2017-5204 10297 CVE-2016-8574 CVE-2016-8575 CVE-2017-5202 CVE-2017-5203 CVE-2017-5204
10298 CVE-2017-5205 CVE-2017-5341 CVE-2017-5342 CVE-2017-5482 CVE-2017-5483 10298 CVE-2017-5205 CVE-2017-5341 CVE-2017-5342 CVE-2017-5482 CVE-2017-5483
10299 CVE-2017-5484 CVE-2017-5485 CVE-2017-5486 10299 CVE-2017-5484 CVE-2017-5485 CVE-2017-5486
10300 [spz, ticket #1436] 10300 [spz, ticket #1436]
10301 10301
 10302sys/arch/x86/include/pmap.h 1.63 via patch
 10303sys/arch/x86/x86/pmap.c 1.241 via patch
 10304
 10305 Remove PG_u from the kernel pages on Xen. Otherwise there is
 10306 no privilege separation between the kernel and userland.
 10307 [bouyer, ticket #1441]
 10308
 10309libexec/httpd/CHANGES up to 1.25
 10310libexec/httpd/bozohttpd.8 up to 1.65
 10311libexec/httpd/bozohttpd.c up to 1.86
 10312libexec/httpd/bozohttpd.h up to 1.47
 10313libexec/httpd/cgi-bozo.c up to 1.37
 10314libexec/httpd/content-bozo.c up to 1.14
 10315libexec/httpd/libbozohttpd/libbozohttpd.3 up to 1.4
 10316libexec/httpd/main.c up to 1.16
 10317libexec/httpd/small/Makefile up to 1.3
 10318libexec/httpd/testsuite/Makefile up to 1.7
 10319libexec/httpd/testsuite/cgi-bin/empty up to 1.1
 10320libexec/httpd/testsuite/html_cmp up to 1.5
 10321libexec/httpd/testsuite/t11.in up to 1.1
 10322libexec/httpd/testsuite/t11.out up to 1.1
 10323libexec/httpd/testsuite/test-bigfile up to 1.4
 10324libexec/httpd/testsuite/test-simple up to 1.4
 10325
 10326 Update bozohttpd to 20170201. Changes:
 10327 - fix an infinite loop in cgi processing
 10328 - fixes and clean up for the testsuite
 10329 - no longer sends encoding header for compressed formats
 10330 - add a bozo_get_version() function which returns the version number
 10331 [mrg, ticket #1437]
 10332