From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fzhtY1LSrz2yrL for ; Mon, 20 Apr 2026 10:44:05 +0000 (UTC) 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 4fzhtY0rVqz2xSM for ; Mon, 20 Apr 2026 10:44:05 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fzhtW6MjKzQ5 for ; Mon, 20 Apr 2026 10:44:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1776681843; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=l5cIc+PV2TibFYWFNLpr6OiEXGcwpei9NjKPDLqhDWE=; b=svUSb0nSdrtM5zdYXP866H3PMFpOr5xZ70cbyPneGrfYfLKQyvrTORxUY6znwT/3ZW17bI 9x4KxhelDjSebH8KdnuvggHH5+nJjfmlzzEplxpcIpwN/a4O3wTihD9W4JBtNt9BpHdxDq hO/xa/SqDW0DxwKPhJrIY8xwGjtoNy5ICLmiVxzBLHSL5gqH+G6foPc6dQEm+8AE/RlwEr lTlisSgfi4T/4DG9gmWUTILDmb1FlMr0DIyPmwZ/Y2jYEFyHXSmuFh8B+0kQ2oGeqx7xZb NfnMEh+wKxLsRMGZqoKHr11Q5jw489OCXoxVmzeEBW3VjUM8h5gD6H0PGs/BZQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1776681843; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=l5cIc+PV2TibFYWFNLpr6OiEXGcwpei9NjKPDLqhDWE=; b=UEp7OmOeDcrqE6YLehYTMG/8Ch6fp7ENaQI/119pN5bVcWhPdkwxWEFJAKYy+wxWuP9NqB snaX2tCoTbtd0ECA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4fzhtW4hggz2xZ2; Mon, 20 Apr 2026 10:44:03 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 5b3743a80347aa83f6773c2955428a90afe65978 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: ec6f8b6de04c4e761d998b16e2ec16df2bfb2cef X-Git-Newrev: 5b3743a80347aa83f6773c2955428a90afe65978 Message-Id: <4fzhtW4hggz2xZ2@people01.haj.ipfire.org> Date: Mon, 20 Apr 2026 10:44:03 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 5b3743a80347aa83f6773c2955428a90afe65978 (commit) via 0143f36711eb8f948a183459918d1fae7a65354e (commit) from ec6f8b6de04c4e761d998b16e2ec16df2bfb2cef (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5b3743a80347aa83f6773c2955428a90afe65978 Author: Michael Tremer Date: Mon Apr 20 10:43:40 2026 +0000 core202: Ship Suricata configuration and remove stats.log Signed-off-by: Michael Tremer commit 0143f36711eb8f948a183459918d1fae7a65354e Author: Michael Tremer Date: Mon Apr 20 10:39:07 2026 +0000 suricata: Disable the stats log This is generating a large amount of logs which are not worth storing at this point in time. Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/202/filelists/files | 1 + config/rootfiles/core/202/update.sh | 3 +++ config/suricata/suricata.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) Difference in files: diff --git a/config/rootfiles/core/202/filelists/files b/config/rootfiles/core/202/filelists/files index 92ffde38d..1c4795ebc 100644 --- a/config/rootfiles/core/202/filelists/files +++ b/config/rootfiles/core/202/filelists/files @@ -1,6 +1,7 @@ etc/rc.d/init.d/firewall etc/rc.d/init.d/sysklogd etc/rc.d/init.d/unbound +etc/suricata/suricata.yaml srv/web/ipfire/cgi-bin/dnsbl.cgi srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi diff --git a/config/rootfiles/core/202/update.sh b/config/rootfiles/core/202/update.sh index f5b77e8dd..59f13f900 100644 --- a/config/rootfiles/core/202/update.sh +++ b/config/rootfiles/core/202/update.sh @@ -109,6 +109,9 @@ fi # Reload cronjobs fcrontab -z +# Remove Suricata's stats.log +rm -vf /var/log/suricata/stats.log* + # This update needs a reboot... touch /var/run/need_reboot diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index e91c003e7..1027cf373 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -467,7 +467,7 @@ outputs: # Stats.log contains data from various counters of the Suricata engine. - stats: - enabled: yes + enabled: no filename: stats.log append: yes # append to file (yes) or overwrite it (no) totals: yes # stats for all threads merged together hooks/post-receive -- IPFire 2.x development tree