Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tiepI8Ge; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jfg1wTcw Received: by mail.netbsd.org (Postfix, from userid 605) id A721D84D2D; Thu, 18 Apr 2024 15:40:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454818; bh=A+BtJD9MM8pgssuKDEWS8+6D2Uy8Re2gQLKmitu5EYI=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=tiepI8Ge/Sx6IoD6bhOmWKf8eftpTA30GqjGMaDAF5yxE1Psxub9tkSr4+fd85hSN qQOzfVwsZ1qxt8B1jAbk3aqe0+kWfEzTKCgSIrhrNbMynPv+dyVJzjlpdhPp4QkVdR hqrFJLRz5HTdCDR8W07ezexJPR/Gx9kw3HzbvXcY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B40084F21 for ; Thu, 18 Apr 2024 15:40:17 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zB2x6n-kciEA for ; Thu, 18 Apr 2024 15:40:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 248FD84CC8 for ; Thu, 18 Apr 2024 15:40:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454817; bh=A+BtJD9MM8pgssuKDEWS8+6D2Uy8Re2gQLKmitu5EYI=; h=Date:From:Subject:To:Reply-To; b=jfg1wTcw6g4I2hDr5slMGOnF9+mWKcXVeHr4y4n203SOVLwLo/iTv+/dzr7D18mPg NBz80pbrZ8xI78iVzr5vTjy5umhM26TKUdDJYvtYxzKipf2dgEOBuy9yCsljpLGS+O +xMp1Ftt07lbEV1jdIFKyJQVfaIjyS7OJ2p/cvcc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 180B5FA2C; Thu, 18 Apr 2024 15:40:17 +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:40:17 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/distrib/evbarm/instkernel/sshramdisk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418154017.180B5FA2C@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:40:17 UTC 2024 Modified Files: src/distrib/evbarm/instkernel/sshramdisk [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by riastradh in ticket #657): 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.25 -r1.25.6.1 \ 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.