Module Name: src
Committed By: martin
Date: Mon Oct 2 17:41:04 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1898 and #1899
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.198 -r1.1.2.199 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.198 src/doc/CHANGES-8.3:1.1.2.199
--- src/doc/CHANGES-8.3:1.1.2.198 Fri Sep 15 15:45:19 2023
+++ src/doc/CHANGES-8.3 Mon Oct 2 17:41:04 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.198 2023/09/15 15:45:19 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.199 2023/10/02 17:41:04 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3882,3 +3882,14 @@ sys/arch/i386/stand/efiboot/eficpufunc.h
efiboot/x86: add serial console support via raw I/O port access.
[rin, ticket #1897]
+lib/libpam/modules/pam_krb5/pam_krb5.c 1.32
+
+ pam_krb5: PR lib/57631: fix double-free and use of uninitialized
+ memory.
+ [riastradh, ticket #1898]
+
+share/examples/wpa_supplicant/wpa_supplicant.conf 1.4
+
+ wpa_supplicant.conf: fix connection string for Eduroam example config.
+ [gutteridge, ticket #1899]
+