From patchwork Tue Oct 14 13:08:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9207 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cmF064Rjtz3xRc for ; Tue, 14 Oct 2025 13:08:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cmF041x3fz45j for ; Tue, 14 Oct 2025 13:08:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cmDzz0Dcjz366D for ; Tue, 14 Oct 2025 13:08:31 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cmDzv1csFz335n for ; Tue, 14 Oct 2025 13:08:27 +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 4cmDzs6VwzzCx; Tue, 14 Oct 2025 13:08:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760447306; 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: in-reply-to:in-reply-to:references:references; bh=R7Fo7Mc42/d59e46Y/F73h91UcaIxvFmuGQfgnm1AWI=; b=QdR1u1mssqBnfsNAdq34wKPNVWb2ii56afMzsyOv55fk9UA1ztlLPp0WqgBqrJfW2xYX1n aZeTlW9X6IwtqPAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760447306; 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: in-reply-to:in-reply-to:references:references; bh=R7Fo7Mc42/d59e46Y/F73h91UcaIxvFmuGQfgnm1AWI=; b=InRIyBZswjWFiAcjKHPeMWl6RQ1vZcrnDnvRzYaqf3H20tAE9zYDRxBgAlITXUcbozNxwA DOZGyGoDODr3AQtUvH52QjEHNZWUpQp2DVHETOODa+yNGjCcAgVbw1Izw4rjDdfxXed5GR XrfAoX6Rojdm2IcAsI/XQCWED0DR8pXMyzJzt/ofhi0Oa/YeKWSU1/nofnox5N2RqLSm0w W6W5eydDZbhYd2qMNV44UBLbg6KB7ydVw0PTLw8r+J0xtWvf57g0aQZdB81gXAfkta3POh SLYiTlgkOIIzzv9LrfECCwOO0xFQVzzJJPCOTfoj9jW9Zpk8kbttK+GpQwUJ2Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship openssh Date: Tue, 14 Oct 2025 15:08:05 +0200 Message-ID: <20251014130807.3469514-13-adolf.belka@ipfire.org> In-Reply-To: <20251014130807.3469514-1-adolf.belka@ipfire.org> References: <20251014130807.3469514-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/199/filelists/openssh | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/openssh diff --git a/config/rootfiles/core/199/filelists/openssh b/config/rootfiles/core/199/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/199/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file