Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D86884ED3 for ; Fri, 9 Jun 2023 18:44:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Q4_r-Y5IMo3P for ; Fri, 9 Jun 2023 18:44:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3036E84D3F for ; Fri, 9 Jun 2023 18:44:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2937CFA89; Fri, 9 Jun 2023 18:44:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 9 Jun 2023 18:44:17 +0000 From: "Martin Husemann" Subject: CVS commit: src/usr.sbin/sysinst To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20230609184417.2937CFA89@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Fri Jun 9 18:44:17 UTC 2023 Modified Files: src/usr.sbin/sysinst: main.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/sysinst/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.