Module Name: src
Committed By: martin
Date: Wed Oct 9 10:26:50 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ammend ticket #1893 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-9.5
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.5
diff -u src/doc/CHANGES-9.5:1.1.2.21 src/doc/CHANGES-9.5:1.1.2.22
--- src/doc/CHANGES-9.5:1.1.2.21 Tue Oct 8 11:30:35 2024
+++ src/doc/CHANGES-9.5 Wed Oct 9 10:26:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.21 2024/10/08 11:30:35 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.22 2024/10/09 10:26:50 martin Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -381,7 +381,8 @@ crypto/external/bsd/openssh/dist/kex.c
openssh: kex: do not pass NULL as %s for logit() in our local diff.
[rin, ticket #1892]
-crypto/external/bsd/openssh/dist/auth2.c 1.30
+crypto/external/bsd/openssh/dist/auth.c 1.37
+crypto/external/bsd/openssh/dist/auth2.c 1.30,1.32
crypto/external/bsd/openssh/dist/monitor.c 1.44
sshd(8): fix spurious block for users with multiple public keys.