Module Name: src Committed By: martin Date: Tue Feb 14 16:20:43 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1592 - #1595 To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-9.4 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.4 diff -u src/doc/CHANGES-9.4:1.1.2.49 src/doc/CHANGES-9.4:1.1.2.50 --- src/doc/CHANGES-9.4:1.1.2.49 Sun Feb 12 12:24:05 2023 +++ src/doc/CHANGES-9.4 Tue Feb 14 16:20:43 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.49 2023/02/12 12:24:05 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.50 2023/02/14 16:20:43 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -792,3 +792,27 @@ sys/arch/next68k/stand/boot/version 1.5 next68k: bootloader fixes. [tsutsui, ticket #1591] +xsrc/external/mit/xorg-server.old/dist/Xi/exevents.c 1.2 +xsrc/external/mit/xorg-server/dist/Xi/exevents.c (apply patch) + + Pullover fix from xorg-server 21.1.7: + Xi: fix potential use-after-free in DeepCopyPointerClasses + CVE-2023-0494, ZDI-CAN-19596 + [mrg, ticket #1592] + +usr.bin/audio/play/audioplay.1 1.31 + + audioplay(1): PR 57228: fix typo. + [uwe, ticket #1593] + +sys/dev/usb/u3g.c 1.44 + + u3g(4): add support for ZTE MF112 and D-Link DWM222 3G USB modems. + [manu, ticket #1594] + +sys/kern/subr_devsw.c 1.50 + + PR 57229: fix devsw_attach(9) to allow the combination of dynamically + assigned major numbers and character device only drivers. + [buhrow, ticket #1595] +