Module Name: src
Committed By: martin
Date: Wed Oct 4 15:18:13 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1908
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.200 -r1.1.2.201 src/doc/CHANGES-8.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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.200 src/doc/CHANGES-8.3:1.1.2.201
--- src/doc/CHANGES-8.3:1.1.2.200 Tue Oct 3 10:15:31 2023
+++ src/doc/CHANGES-8.3 Wed Oct 4 15:18:13 2023
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.200 2023/10/03 10:15:31 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.201 2023/10/04 15:18:13 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3939,3 +3939,19 @@ libexec/ftpd/version.h 1.80
- fix pam_set_item call with proper struct passed as PAM_SOCKADDR
[lukem, ticket #1907]
+xsrc/external/mit/libXpm/dist/src/CrPFrBuf.c (apply patch)
+xsrc/external/mit/libXpm/dist/src/CrPFrDat.c (apply patch)
+xsrc/external/mit/libXpm/dist/src/CrPFrI.c (apply patch)
+xsrc/external/mit/libXpm/dist/src/RdFToP.c (apply patch)
+xsrc/external/mit/libXpm/dist/src/XpmI.h (apply patch)
+xsrc/external/mit/libXpm/dist/src/create.c (apply patch)
+xsrc/external/mit/libXpm/dist/src/data.c (apply patch)
+xsrc/external/mit/libX11/dist/src/CrPixmap.c (apply patch)
+xsrc/external/mit/libX11/dist/src/ImUtil.c (apply patch)
+xsrc/external/mit/libX11/dist/src/PutImage.c (apply patch)
+xsrc/external/mit/libX11/dist/src/xkb/XKBGetMap.c (apply patch)
+
+ Backport of upstream libX11 and libXpm 2023-10 security updates,
+ fixing: CVE-2023-43785, CVE-2023-43786, CVE-2023-43787, CVE-2023-43788,
+ CVE-2023-43789
+ [mrg, ticket #1908]