From patchwork Thu Sep 10 13:17:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10184 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hgdX64Ylcz3wr7 for ; Thu, 10 Sep 2026 13:17:58 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hgdX626gSz6ln for ; Thu, 10 Sep 2026 13:17:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hgdX61H9Pz3040 for ; Thu, 10 Sep 2026 13:17:58 +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 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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hgdX347Gyz2yVL for ; Thu, 10 Sep 2026 13:17:55 +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 4hgdX26vJYz2V5; Thu, 10 Sep 2026 13:17:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789046275; 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=a3Y/CVGFBccFuk/rayRtlKUOgMeJNcsG8UgOy/qfJzM=; b=vgy6zxb1Y4YHqzFLwip0lYi39SydoKx33SQAM/yjTnWLWViUpUbOfLPwqSsJjcQuL8YkCR zfC33r8eQjc03HDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789046275; 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=a3Y/CVGFBccFuk/rayRtlKUOgMeJNcsG8UgOy/qfJzM=; b=vpywHiNu+qR7VTukSudZBkoJJo8wNvhWw4u6THD/CI3FSnjmW+fZoBizkmp5xCYHgRdil2 HoWWmQ7Wpe2dm/1OHMYnTmZVuCqkJfXwTCiztWcjyvEytwACdRHefOEZSuIPlqQOiAv8vH qKI4HYASn829j3NoIJPdI7o8IxmCX5FQa7RUQarhKaOejYTo4IFyetfAMnIceJJ1hEQk/N KTFK56vWGk1UFIGiHaBQHkD4Vplvn+5t8Qu3ZO4v4cOWH2lFff9SDz5nyhXZJOW3tEOjN7 udTIfhDGvOgVNJxZgxjLya8hK0QtKkutgE2X8v7laJOChohiAj6UTfEsY15GBg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] suricata-reporter: Fix Bug-14048 incorrect suricata-report-cron file used Date: Thu, 10 Sep 2026 15:17:51 +0200 Message-ID: <20260910131751.151378-2-adolf.belka@ipfire.org> In-Reply-To: <20260910131751.151378-1-adolf.belka@ipfire.org> References: <20260910131751.151378-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 - suricata-report-cron was created in August 2025 in the suricata-reporter package. After this all updates were done in the suricata-report-cron placed in the config/suricata/ directory in the ipfire-2.x repo but that file was not copied across into the /usr/bin directory - This patch for the lfs file installs suricata-report-cron from the config/suricata/ directory. - Confirmed by checking the file contents in the build directory and also by installing the iso from the build. Tested-by: Adolf Belka Fixes: Bug14048 Signed-off-by: Adolf Belka --- lfs/suricata-reporter | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lfs/suricata-reporter b/lfs/suricata-reporter index c56e0b5da..5f82a48e4 100644 --- a/lfs/suricata-reporter +++ b/lfs/suricata-reporter @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2025 IPFire Team # +# Copyright (C) 2025-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -88,5 +88,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) /etc/suricata/reporter.conf chown nobody:nobody /var/ipfire/suricata/reporter.conf + # Install suricata-report-cron file. + install -m 0644 $(DIR_SRC)/config/suricata/suricata-report-cron /usr/bin/suricata-report-cron + @rm -rf $(DIR_APP) @$(POSTBUILD)