Module Name: src
Committed By: martin
Date: Wed Oct 9 10:22:27 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ammend ticket #931 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-10.1
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-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.39 src/doc/CHANGES-10.1:1.1.2.40
--- src/doc/CHANGES-10.1:1.1.2.39 Tue Oct 8 11:27:01 2024
+++ src/doc/CHANGES-10.1 Wed Oct 9 10:22:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.39 2024/10/08 11:27:01 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.40 2024/10/09 10:22:27 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -2032,7 +2032,8 @@ sys/sys/syslog.h 1.42
blocklist(3).
[rin, ticket #930]
-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.