public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8967b76c3fd3ac0fa29142355f14c73fe193f978
@ 2026-07-08 10:17 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-07-08 10:17 UTC (permalink / raw)
  To: ipfire-scm

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  8967b76c3fd3ac0fa29142355f14c73fe193f978 (commit)
       via  ba536e1049d8f49466515c68a837fc11051bd1ad (commit)
       via  07d2a050481a9dd57aa364c079667aa9d9e04789 (commit)
       via  42d8e73da5b3882a34a8e9bc92a886e321be3b16 (commit)
      from  0c2a37696af51f44d11bcc013f8ab660a6e10f17 (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 8967b76c3fd3ac0fa29142355f14c73fe193f978
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Wed Jul 8 10:17:08 2026 +0000

    core204: Ship IPS ruleset sources
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit ba536e1049d8f49466515c68a837fc11051bd1ad
Author: Julio Lira <jul10l1r4@disroot.org>
Date:   Wed Jul 8 10:12:44 2026 +0000

    suricata: add julioliraup/Antiphishing ruleset
    
    This patch adds the 'julioliraup/antiphishing' ruleset to the
    Suricata configuration. This feed is hosted on GitHub and focuses
    on blocking phishing threats at the network layer. It is already
    officially indexed by suricata-update and frequently updated.
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 07d2a050481a9dd57aa364c079667aa9d9e04789
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Wed Jul 8 10:10:38 2026 +0000

    core204: Ship suricata
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

commit 42d8e73da5b3882a34a8e9bc92a886e321be3b16
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Wed Jul 8 10:09:27 2026 +0000

    suricata: Update to 8.0.6
    
      https://redmine.openinfosecfoundation.org/versions/234
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 .../{oldcore/131 => core/204}/filelists/ids-ruleset-sources   |  0
 config/rootfiles/{oldcore/131 => core/204}/filelists/suricata |  0
 config/rootfiles/core/204/update.sh                           |  1 +
 config/suricata/ruleset-sources                               | 11 +++++++++++
 lfs/suricata                                                  |  4 ++--
 5 files changed, 14 insertions(+), 2 deletions(-)
 copy config/rootfiles/{oldcore/131 => core/204}/filelists/ids-ruleset-sources (100%)
 copy config/rootfiles/{oldcore/131 => core/204}/filelists/suricata (100%)

Difference in files:
diff --git a/config/rootfiles/core/204/filelists/ids-ruleset-sources b/config/rootfiles/core/204/filelists/ids-ruleset-sources
new file mode 120000
index 000000000..a226ada39
--- /dev/null
+++ b/config/rootfiles/core/204/filelists/ids-ruleset-sources
@@ -0,0 +1 @@
+../../../common/ids-ruleset-sources
\ No newline at end of file
diff --git a/config/rootfiles/core/204/filelists/suricata b/config/rootfiles/core/204/filelists/suricata
new file mode 120000
index 000000000..f671f6993
--- /dev/null
+++ b/config/rootfiles/core/204/filelists/suricata
@@ -0,0 +1 @@
+../../../common/suricata
\ No newline at end of file
diff --git a/config/rootfiles/core/204/update.sh b/config/rootfiles/core/204/update.sh
index d01c9cea2..116e0267c 100644
--- a/config/rootfiles/core/204/update.sh
+++ b/config/rootfiles/core/204/update.sh
@@ -117,6 +117,7 @@ rm -rfv \
 
 # Start services
 /etc/init.d/apache start
+/etc/init.d/suricata restart
 
 # If 'monit' is installed: update '/etc/monitrc' for use with 'monit v6.0.0'
 if [ -e /etc/monitrc ]; then
diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources
index 5b9073d85..bbd9fa3b1 100644
--- a/config/suricata/ruleset-sources
+++ b/config/suricata/ruleset-sources
@@ -160,6 +160,17 @@ our %Providers = (
 		sid_range => ["2610000", "2619999"],
 	},
 
+	# julioliraup/Antiphishing protect against phishing attack
+	julioliraup_antiphishing => {
+		summary => "julioliraup/Antiphishing",
+		website => "https://github.com/julioliraup/Antiphishing",
+		tr_string => "julioliraup/Antiphishing for protect against phishing attack",
+		requires_subscription => "False",
+		dl_url => "https://raw.githubusercontent.com/julioliraup/Antiphishing/refs/heads/main/antiphishing.rules",
+		dl_type => "plain",
+		sid_range => ["6000000", "6100000"],
+	},
+
 	ipfire_dbl => {
 		summary => "IPFire DBL - Domain Blocklist",
 		website => "https://www.ipfire.org/dbl/",
diff --git a/lfs/suricata b/lfs/suricata
index 992128d9d..018209bac 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.0.5
+VER        = 8.0.6
 
 THISAPP    = suricata-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b8250ecfa2658e780624eaf2812c8bb758602efce8bce2b216efa8338544c2df4c4909cc23a8ddeca5889cc26b7cc147f3d19646b6894c7d259b13b5c056c91e
+$(DL_FILE)_BLAKE2 = 37ceed6b6ac608df628bda315f2e864d82424b66d6e8e64e1b7cebcb306fe90679b0ca2a19f0be98274aaade5d0c6986619182c56a353b93d71bce9d58892f19
 
 install : $(TARGET)
 


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 10:17 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8967b76c3fd3ac0fa29142355f14c73fe193f978 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox