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


(snj)
diff -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-7.0.3

cvs diff -r1.1.2.55 -r1.1.2.56 src/doc/Attic/CHANGES-7.0.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.0.3 2017/08/12 19:12:04 1.1.2.55
+++ src/doc/Attic/CHANGES-7.0.3 2017/08/19 05:24:31 1.1.2.56
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.0.3,v 1.1.2.55 2017/08/12 19:12:04 martin Exp $ 1# $NetBSD: CHANGES-7.0.3,v 1.1.2.56 2017/08/19 05:24:31 snj Exp $
2 2
3A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 3A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
4release: 4release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 7.0.2_PATCH. 9 Welcome to 7.0.2_PATCH.
10 [snj] 10 [snj]
11 11
12sys/arch/amd64/conf/std.xen 1.8 12sys/arch/amd64/conf/std.xen 1.8
13sys/arch/xen/conf/std.xen 1.8 13sys/arch/xen/conf/std.xen 1.8
14 14
@@ -3785,13 +3785,24 @@ external/bsd/wpa/dist/wpa_supplicant/wpa @@ -3785,13 +3785,24 @@ external/bsd/wpa/dist/wpa_supplicant/wpa
3785external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c up to 1.9 3785external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.c up to 1.9
3786external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf up to 1.1.1.6 3786external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf up to 1.1.1.6
3787external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h up to 1.3 3787external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant_i.h up to 1.3
3788external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c up to 1.1.1.7 3788external/bsd/wpa/dist/wpa_supplicant/wpas_glue.c up to 1.1.1.7
3789external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h up to 1.1.1.4 3789external/bsd/wpa/dist/wpa_supplicant/wpas_glue.h up to 1.1.1.4
3790external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c up to 1.1.1.2 3790external/bsd/wpa/dist/wpa_supplicant/wpas_kay.c up to 1.1.1.2
3791external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c up to 1.1.1.3 3791external/bsd/wpa/dist/wpa_supplicant/wpas_module_tests.c up to 1.1.1.3
3792external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c up to 1.1.1.7 3792external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.c up to 1.1.1.7
3793external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h up to 1.1.1.6 3793external/bsd/wpa/dist/wpa_supplicant/wps_supplicant.h up to 1.1.1.6
3794 3794
3795 Update wpa_supplicant/hostapd to 2.6. 3795 Update wpa_supplicant/hostapd to 2.6.
3796 [mrg, ticket #1490] 3796 [mrg, ticket #1490]
3797 3797
 3798sys/dev/vnd.c 1.260, 1.262 via patch
 3799
 3800 int overflows / truncation issues in vndioctl can cause
 3801 memory corruption
 3802 [mrg, ticket #1476]
 3803
 3804sys/kern/kern_ktrace.c 1.171 via patch
 3805
 3806 infoleak in ktruser() if copyin fails.
 3807 [mrg, ticket #1481]
 3808