From patchwork Tue Apr 7 15:10:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9620 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fqqR56KC0z3xN2 for ; Tue, 07 Apr 2026 15:11:29 +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 "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fqqR34ZJRz7Bd for ; Tue, 07 Apr 2026 15:11:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fqqQy2B8qz34Cb for ; Tue, 07 Apr 2026 15:11:22 +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 4fqqQq30Vrz33r3 for ; Tue, 07 Apr 2026 15:11:15 +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 4fqqQq0z61z5h8; Tue, 07 Apr 2026 15:11:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775574675; 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=IM2j6b0ptrTKb8OMW7+Rc5o+EAvOibr7lhjIla85MW4=; b=8uPLGJRzhi4aTYiQ4JHH4WIq9wIu5TYs2mx2PA95u6+5ye1Yy73p8GswnBz/zHeRFLFHe7 /cqofMWor3eQFBDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775574675; 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=IM2j6b0ptrTKb8OMW7+Rc5o+EAvOibr7lhjIla85MW4=; b=koWZSX9GX3rYX0KBxEOC3LuweeikkEzoK0gUZ0v0aVXWnoB9bsTNnNSo38t5Y5sGGYcTss D8fZeJ8+mZunTBarMY9jli394ZtmduORoDuacjOJpPViQVyzoa+HfwwS775Z58MpTOxRUn R4QOcsVWX/z95kwI/mXVR3B0f4wE8shssiZY4W8hkj/PU8T69yQ5FJccsI5Zk/rXeTjklp 4ao2CJzdNkU2b2TZDEPixwnOuZ24qzqYs5qoKYMYO6/K8jjCR0JvqFOQduPw/s1UvwuBhe UaO8X9dRc8rRvruapOUgnED8vvsmwFugge8GMyjzAlQ/H7g/p3dPbILLmGI0oQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship ncat Date: Tue, 7 Apr 2026 17:10:43 +0200 Message-ID: <20260407151108.3472751-10-adolf.belka@ipfire.org> In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org> References: <20260407151108.3472751-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/ncat | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/ncat diff --git a/config/rootfiles/core/202/filelists/ncat b/config/rootfiles/core/202/filelists/ncat new file mode 120000 index 000000000..38dcdb224 --- /dev/null +++ b/config/rootfiles/core/202/filelists/ncat @@ -0,0 +1 @@ +../../../common/ncat \ No newline at end of file