Module Name: src
Committed By: martin
Date: Sat Sep 28 07:50:46 UTC 2019
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1709
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-7.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.62 src/doc/CHANGES-7.3:1.1.2.63
--- src/doc/CHANGES-7.3:1.1.2.62 Tue Sep 17 18:07:54 2019
+++ src/doc/CHANGES-7.3 Sat Sep 28 07:50:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.62 2019/09/17 18:07:54 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.63 2019/09/28 07:50:46 martin Exp $
A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
release:
@@ -683,3 +683,12 @@ sys/netinet6/ip6_input.c 1.209 (patch)
m_pullup() when needed.
[bouyer, ticket #1708]
+sys/netbt/hci.h 1.46
+sys/netbt/hci_event.c 1.26
+
+ When encrypted connections are configured, verify that the encryption
+ key length has a minimum size when the adaptor supports that.
+ This addresses the 'Key Negotiation of Bluetooth' attack,
+ CVE-2019-9506.
+ [plunky, ticket #1709]
+