Sat Aug 19 05:24:21 2017 UTC ()
1476, 1481


(snj)
diff -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.1.1

cvs diff -r1.1.2.24 -r1.1.2.25 src/doc/Attic/CHANGES-7.1.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.1.1 2017/08/12 19:10:23 1.1.2.24
+++ src/doc/Attic/CHANGES-7.1.1 2017/08/19 05:24:21 1.1.2.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1.1,v 1.1.2.24 2017/08/12 19:10:23 martin Exp $ 1# $NetBSD: CHANGES-7.1.1,v 1.1.2.25 2017/08/19 05:24:21 snj Exp $
2 2
3A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1 3A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.1.0_PATCH. 10 Welcome to 7.1.0_PATCH.
11 [snj] 11 [snj]
12 12
13doc/3RDPARTY 1.1380, 1.1381 13doc/3RDPARTY 1.1380, 1.1381
14external/bsd/ntp/Makefile.inc up to 1.16 via patch 14external/bsd/ntp/Makefile.inc up to 1.16 via patch
@@ -2495,13 +2495,24 @@ external/bsd/wpa/dist/wpa_supplicant/wpa @@ -2495,13 +2495,24 @@ external/bsd/wpa/dist/wpa_supplicant/wpa
2495external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c up to 1.9 2495external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c up to 1.9
2496external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf up to 1.1.1.6 2496external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf up to 1.1.1.6
2497external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h up to 1.3 2497external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h up to 1.3
2498external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c up to 1.1.1.7 2498external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c up to 1.1.1.7
2499external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h up to 1.1.1.4 2499external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h up to 1.1.1.4
2500external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c up to 1.1.1.2 2500external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c up to 1.1.1.2
2501external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c up to 1.1.1.3 2501external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c up to 1.1.1.3
2502external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c up to 1.1.1.7 2502external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c up to 1.1.1.7
2503external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h up to 1.1.1.6 2503external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h up to 1.1.1.6
2504 2504
2505 Update wpa_supplicant/hostapd to 2.6. 2505 Update wpa_supplicant/hostapd to 2.6.
2506 [mrg, ticket #1490] 2506 [mrg, ticket #1490]
2507 2507
 2508sys/dev/vnd.c 1.260, 1.262 via patch
 2509
 2510 int overflows / truncation issues in vndioctl can cause
 2511 memory corruption
 2512 [mrg, ticket #1476]
 2513
 2514sys/kern/kern_ktrace.c 1.171 via patch
 2515
 2516 infoleak in ktruser() if copyin fails.
 2517 [mrg, ticket #1481]
 2518