From patchwork Sat Oct 4 13:44:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9152 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cf6Fp17fwz3wb0 for ; Sat, 04 Oct 2025 13:44:14 +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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cf6Fn28BPz3x5 for ; Sat, 04 Oct 2025 13:44:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cf6Fn1PHCz2yXK for ; Sat, 04 Oct 2025 13:44:13 +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 4cf6Fk45kcz2xnx for ; Sat, 04 Oct 2025 13:44:10 +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 4cf6Fk22Dlz3H4; Sat, 04 Oct 2025 13:44:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1759585450; 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=gz8iVGZNkQK6htazIpD7tg1Fpo1US5etFZXf4wF669A=; b=NfxCUwsO934sdhl3VtEc9F2pgWaRcUdqQ02kQrQpxg5BZJfrcWNJBMgBx9W2TQzkf+p9uN 4dgC1LpH7exevVBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1759585450; 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=gz8iVGZNkQK6htazIpD7tg1Fpo1US5etFZXf4wF669A=; b=R1XWB0LeORiwHKF2TliGMBZ2JbktSzOcMC4CHsLnbV98MfXa4BCY2h8NTEnTce/XflsnF+ Gt35vDKc968evi+yHblEp+2gAYpl3bsZjvZ9f/KWX+0Mly19QRA8zl/DCdYA1yOqoRkDLD pcnD9VXn3n1FCv2kPnEDtvLaEJFzyG+KP+KMwfyPb5Na3py5l8Wik3d0LrIxbtGDFTf+OU CajqmaIMHMdjc/hPzcPN6Dirr+I9AZ1tgJUpBAQ7usJ7JVWg/UcY9uAlBYjfRH2ip2HTn4 fuPHEKYt1EfasUr3MMmEA2zowr8rfFdmPbb9lUJ4DPu1DQhQvtzvQSbBl7DwMw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship suricata Date: Sat, 4 Oct 2025 15:44:06 +0200 Message-ID: <20251004134406.577444-2-adolf.belka@ipfire.org> In-Reply-To: <20251004134406.577444-1-adolf.belka@ipfire.org> References: <20251004134406.577444-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/suricata | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/suricata diff --git a/config/rootfiles/core/199/filelists/suricata b/config/rootfiles/core/199/filelists/suricata new file mode 120000 index 000000000..f671f6993 --- /dev/null +++ b/config/rootfiles/core/199/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file