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, master has been updated via c649a19441aa7e800d5dca2f4af229d72f443503 (commit) via 422fce9cb0cfcc0d784cf5bb84ce39cb641ff6d4 (commit) from 91443f923429d41c79a850295796ccaf1cd8ec4b (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 c649a19441aa7e800d5dca2f4af229d72f443503 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Aug 2 09:10:22 2023 +0000
core177: Ship suricata rulesets
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 422fce9cb0cfcc0d784cf5bb84ce39cb641ff6d4 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Tue Aug 1 17:58:40 2023 +0200
ruleset-sources: Adjust download URL for snort community ruleset
Fixes: #13203
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/177/filelists/files | 1 + config/suricata/ruleset-sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/177/filelists/files b/config/rootfiles/core/177/filelists/files index 5f0034d81..1b9ce3261 100644 --- a/config/rootfiles/core/177/filelists/files +++ b/config/rootfiles/core/177/filelists/files @@ -238,3 +238,4 @@ lib/firmware/rtw89/rtw8851b_fw.bin lib/firmware/rtw89/rtw8852b_fw-1.bin lib/firmware/rtw89/rtw8852c_fw.bin usr/sbin/unbound-dhcp-leases-bridge +var/ipfire/suricata/ruleset-sources diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources index 592cbedf0..14d1b865f 100644 --- a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources @@ -43,7 +43,7 @@ our %Providers = ( website => "https://www.snort.org", tr_string => "community rules", requires_subscription => "False", - dl_url => "https://www.snort.org/rules/community", + dl_url => "https://www.snort.org/downloads/community/community-rules.tar.gz", dl_type => "archive", },
hooks/post-receive -- IPFire 2.x development tree