Module Name: src
Committed By: msaitoh
Date: Fri Jun 23 05:42:34 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #210.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-10.0
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.0
diff -u src/doc/CHANGES-10.0:1.1.2.72 src/doc/CHANGES-10.0:1.1.2.73
--- src/doc/CHANGES-10.0:1.1.2.72 Thu Jun 22 08:16:37 2023
+++ src/doc/CHANGES-10.0 Fri Jun 23 05:42:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.72 2023/06/22 08:16:37 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.73 2023/06/23 05:42:34 msaitoh Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -2277,3 +2277,9 @@ sys/dev/pci/if_wmvar.h 1.49
- Add comment.
[msaitoh, ticket #213]
+usr.sbin/sysinst/main.c 1.31
+
+ If the install medium does not come with any openssl trusted root
+ certs, tell ftp(1) not to verify trust chains when doing https
+ downloads.
+ [martin, ticket #212]