From patchwork Fri Apr 24 16:42:56 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9699 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g2Jg547yHz3wbJ for ; Fri, 24 Apr 2026 16:43:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g2Jg41S9Jz79h for ; Fri, 24 Apr 2026 16:43:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g2Jg10Xs1z3496 for ; Fri, 24 Apr 2026 16:43:09 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g2Jfy29npz33bW for ; Fri, 24 Apr 2026 16:43:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g2Jfw5s0Dz3xC; Fri, 24 Apr 2026 16:43:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777048985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QdP+omfoNsWKt6Eo7xOAOGINLoOweBfokt9GeMpevY8=; b=ds6d/bYkaJYc06OSEP680ysGBmD6t2Vo7+Ft4TlDoOHRNECubg5tJdhDEZPWEjOrIsEIiK ZzvhVLGYSdeDyACw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777048985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QdP+omfoNsWKt6Eo7xOAOGINLoOweBfokt9GeMpevY8=; b=nOw9LiRB7qYdqguViAi6qNSf/G3aP2CA/SmKez2P+rgDy+H/IPvulhxAgrEqohIrxbRrJB DQDb36XB4c9mUYJczRS/LyCwfbg/9gmidzUW3LtVvrm8Fjrcld+eSaWKVNcjoT/3X1q39k 29o7y578kWxLz+yeI65vp44NPpbhAcnUszUOcPTEgCNFNxRfB6WBu6cFZFUgs4XrpoQqCn Wy4m790nT9JXVPD52ELCBeCwL/5fucffoCMekznuX7nEL2JqzeX05BOKxShltp3hS5bzJC +82LoAifnMGZfN183A3quyFJczrZSboM+xoVyX9fm0X1LpRPhmSZf5aqN+xsEw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship openssh Date: Fri, 24 Apr 2026 18:42:56 +0200 Message-ID: <20260424164300.3505717-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/202/filelists/openssh | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/openssh diff --git a/config/rootfiles/core/202/filelists/openssh b/config/rootfiles/core/202/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/202/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file