Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vmD09mkp; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=THUMdhlH Received: by mail.netbsd.org (Postfix, from userid 605) id F01D684D2D; Thu, 18 Apr 2024 15:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454967; bh=U3/65K78N8wNe5KODku7g+vHl0yvG7MjNXVuRMtWVr0=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=vmD09mkpr5RwpJdk1Dj9uMzneS3k+Na5p5Fo020TFvKqtTKHR/R9tT4O6PfEr/zYP ohydK3tSyKJtxY50B3WUErCmhdaorhh2SXRN3TdkgLqiuzyBEUTeG72QruceWwcUjb +x2kNHVBnB/28l1o0Zk0p0vrpIuPf8GlUbcOTd2I= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6E0C84F22 for ; Thu, 18 Apr 2024 15:42:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id q2LiYloXavi0 for ; Thu, 18 Apr 2024 15:42:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70EAA84CC8 for ; Thu, 18 Apr 2024 15:42:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454965; bh=U3/65K78N8wNe5KODku7g+vHl0yvG7MjNXVuRMtWVr0=; h=Date:From:Subject:To:Reply-To; b=THUMdhlH1MIsEcXfZqVBU0lewc+jW1ftqYunp+cMTpMJN3eAcjJMVT2EW37sbjLx9 HydFZOcxytb5bwkxE3k4R0QvyNNiv0j1usM3rK/rbUhIsb1NcvXzNj9GyyxRq+vbd2 Hk0E8rlyS3OtV0bET+HSYDRuwsFUWmQh4P7mFVcU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6AA8CFA2C; Thu, 18 Apr 2024 15:42:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 15:42:45 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/distrib/evbarm/instkernel/sshramdisk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418154245.6AA8CFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 15:42:45 UTC 2024 Modified Files: src/distrib/evbarm/instkernel/sshramdisk [netbsd-8]: Makefile Log Message: Pull up following revision(s) (requested by riastradh in ticket #1955): distrib/evbarm/instkernel/sshramdisk/Makefile: revision 1.26 evbarm/instkernel/sshramdisk: Put firmware in the right paths. Maybe this should also be wired up to `release' to put the ramdisk in the releasedir so we detect destdir path leakage like this had. PR port-evbarm/58035 To generate a diff of this commit: cvs rdiff -u -r1.15.4.1 -r1.15.4.2 \ src/distrib/evbarm/instkernel/sshramdisk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.