Module Name: src Committed By: martin Date: Sun Dec 6 10:31:48 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Tickets #1139 and #1141 To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-9.2 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-9.2 diff -u src/doc/CHANGES-9.2:1.1.2.16 src/doc/CHANGES-9.2:1.1.2.17 --- src/doc/CHANGES-9.2:1.1.2.16 Sun Nov 29 11:41:49 2020 +++ src/doc/CHANGES-9.2 Sun Dec 6 10:31:48 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.2,v 1.1.2.16 2020/11/29 11:41:49 martin Exp $ +# $NetBSD: CHANGES-9.2,v 1.1.2.17 2020/12/06 10:31:48 martin Exp $ A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 release: @@ -1129,3 +1129,17 @@ external/cddl/osnet/dist/uts/common/fs/z the vnodes were opened for writing. [yhardy, ticket #1138] +xsrc/external/mit/xorg-server/dist/xkb/xkb.c apply patch + + Apply upstream patches for: + * CVE-2020-14360 / ZDI CAN 11572 XkbSetMap Out-Of-Bounds Access + * CVE-2020-25712 / ZDI-CAN-11839 XkbSetDeviceInfo Heap-based Buffer + Overflow + [mrg, ticket #1141] + +sbin/dump/dump.h 1.59 +sbin/dump/main.c 1.78 + + PR 55834: fix status updates for files larger than 2TiB. + [kre, ticket #1139] +