Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=H/R9iVeO; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ILSCkjNK Received: by mail.netbsd.org (Postfix, from userid 605) id 7FB7584D2D; Thu, 18 Apr 2024 15:41:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454875; bh=cU1cgbrOFVpPheaw+OksQmxZ16MF1oCI/c4HBCVru0E=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=H/R9iVeOea6KMwrF/amvTJHQruJqZAxSmH+PcE3z0wYREpECKkpCEl/FWvZLIJrzc 3kXPKvAPPAH5Kr+YpSKeK7O0B9oYZQEiiw+jFBvbriQ/hTwgIWTlFSecLrkWwe6rXY 56LRDhs7VCa3mOXqV8roVKnN2wO+ESYylq8f7mdg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 639CB84F21 for ; Thu, 18 Apr 2024 15:41:14 +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 kBevpmkGDZ7p for ; Thu, 18 Apr 2024 15:41:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F133D84CC8 for ; Thu, 18 Apr 2024 15:41:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454874; bh=cU1cgbrOFVpPheaw+OksQmxZ16MF1oCI/c4HBCVru0E=; h=Date:From:Subject:To:Reply-To; b=ILSCkjNKMX7CydH/cnkq/1zFbukNx89RBhhGC+GYEEHTx3Refj/4Ql+N4KHKkwebU DrzquvOPITYu+RsjGOHaex9l3lmydiATxbiRR+dMMuUt7yRJRqnCatJVqJe857DvUm zKrp+0DkBKC7I7lFA+hOo41OUXTQ8n6cijkKcUZo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA65AFA2C; Thu, 18 Apr 2024 15:41:13 +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:41:13 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/distrib/evbarm/instkernel/sshramdisk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418154113.EA65AFA2C@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:41:13 UTC 2024 Modified Files: src/distrib/evbarm/instkernel/sshramdisk [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by riastradh in ticket #1829): 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.17.4.1 -r1.17.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.