Tue Mar 7 07:22:48 2017 UTC ()
1441, 1437


(snj)
diff -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-6.1.6

cvs diff -r1.1.2.82 -r1.1.2.83 src/doc/Attic/CHANGES-6.1.6 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.1.6 2017/02/19 17:44:11 1.1.2.82
+++ src/doc/Attic/CHANGES-6.1.6 2017/03/07 07:22:48 1.1.2.83
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.1.6,v 1.1.2.82 2017/02/19 17:44:11 snj Exp $ 1# $NetBSD: CHANGES-6.1.6,v 1.1.2.83 2017/03/07 07:22:48 snj Exp $
2 2
3A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6 3A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
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.1.5_PATCH. 11 Welcome to 6.1.5_PATCH.
12 [snj] 12 [snj]
13 13
14sys/compat/freebsd/freebsd_sysctl.c 1.17 14sys/compat/freebsd/freebsd_sysctl.c 1.17
@@ -10009,13 +10009,44 @@ external/bsd/tcpdump/tcpdump2netbsd up  @@ -10009,13 +10009,44 @@ external/bsd/tcpdump/tcpdump2netbsd up
10009 IPv6 mobility header check issue: CVE-2015-0261 10009 IPv6 mobility header check issue: CVE-2015-0261
10010 kday packets: CVE-2015-2153, 2154, 2155 10010 kday packets: CVE-2015-2153, 2154, 2155
10011 buffer overflows: CVE-2016-7922 CVE-2016-7923 CVE-2016-7924 10011 buffer overflows: CVE-2016-7922 CVE-2016-7923 CVE-2016-7924
10012 CVE-2016-7925 CVE-2016-7926 CVE-2016-7927 CVE-2016-7928 CVE-2016-7929 10012 CVE-2016-7925 CVE-2016-7926 CVE-2016-7927 CVE-2016-7928 CVE-2016-7929
10013 CVE-2016-7930 CVE-2016-7931 CVE-2016-7932 CVE-2016-7933 CVE-2016-7934 10013 CVE-2016-7930 CVE-2016-7931 CVE-2016-7932 CVE-2016-7933 CVE-2016-7934
10014 CVE-2016-7935 CVE-2016-7936 CVE-2016-7937 CVE-2016-7938 CVE-2016-7939 10014 CVE-2016-7935 CVE-2016-7936 CVE-2016-7937 CVE-2016-7938 CVE-2016-7939
10015 CVE-2016-7940 CVE-2016-7973 CVE-2016-7974 CVE-2016-7975 CVE-2016-7983 10015 CVE-2016-7940 CVE-2016-7973 CVE-2016-7974 CVE-2016-7975 CVE-2016-7983
10016 CVE-2016-7984 CVE-2016-7985 CVE-2016-7986 CVE-2016-7992 CVE-2016-7993 10016 CVE-2016-7984 CVE-2016-7985 CVE-2016-7986 CVE-2016-7992 CVE-2016-7993
10017 CVE-2016-8574 CVE-2016-8575 CVE-2017-5202 CVE-2017-5203 CVE-2017-5204 10017 CVE-2016-8574 CVE-2016-8575 CVE-2017-5202 CVE-2017-5203 CVE-2017-5204
10018 CVE-2017-5205 CVE-2017-5341 CVE-2017-5342 CVE-2017-5482 CVE-2017-5483 10018 CVE-2017-5205 CVE-2017-5341 CVE-2017-5342 CVE-2017-5482 CVE-2017-5483
10019 CVE-2017-5484 CVE-2017-5485 CVE-2017-5486 10019 CVE-2017-5484 CVE-2017-5485 CVE-2017-5486
10020 [spz, ticket #1436] 10020 [spz, ticket #1436]
10021 10021
 10022sys/arch/x86/include/pmap.h 1.63 via patch
 10023sys/arch/x86/x86/pmap.c 1.241 via patch
 10024
 10025 Remove PG_u from the kernel pages on Xen. Otherwise there is
 10026 no privilege separation between the kernel and userland.
 10027 [bouyer, ticket #1441]
 10028
 10029libexec/httpd/CHANGES up to 1.25
 10030libexec/httpd/bozohttpd.8 up to 1.65
 10031libexec/httpd/bozohttpd.c up to 1.86
 10032libexec/httpd/bozohttpd.h up to 1.47
 10033libexec/httpd/cgi-bozo.c up to 1.37
 10034libexec/httpd/content-bozo.c up to 1.14
 10035libexec/httpd/libbozohttpd/libbozohttpd.3 up to 1.4
 10036libexec/httpd/main.c up to 1.16
 10037libexec/httpd/small/Makefile up to 1.3
 10038libexec/httpd/testsuite/Makefile up to 1.7
 10039libexec/httpd/testsuite/cgi-bin/empty up to 1.1
 10040libexec/httpd/testsuite/html_cmp up to 1.5
 10041libexec/httpd/testsuite/t11.in up to 1.1
 10042libexec/httpd/testsuite/t11.out up to 1.1
 10043libexec/httpd/testsuite/test-bigfile up to 1.4
 10044libexec/httpd/testsuite/test-simple up to 1.4
 10045
 10046 Update bozohttpd to 20170201. Changes:
 10047 - fix an infinite loop in cgi processing
 10048 - fixes and clean up for the testsuite
 10049 - no longer sends encoding header for compressed formats
 10050 - add a bozo_get_version() function which returns the version number
 10051 [mrg, ticket #1437]
 10052