public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. ee4c8d28e493862cb630e79b7ffadd6807b465fa
Date: Fri, 09 Feb 2024 14:16:32 +0000	[thread overview]
Message-ID: <4TWbWP20BBz2xdb@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4620 bytes --]

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  ee4c8d28e493862cb630e79b7ffadd6807b465fa (commit)
       via  89941c3d131176a2cbc81f18dda2ab8a312e4aa0 (commit)
       via  456aad9443bade55b2e8ef337191729c02632aed (commit)
      from  8c43d1481a99743ce23d8b92879ea04f7e0153c1 (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 ee4c8d28e493862cb630e79b7ffadd6807b465fa
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Feb 9 14:15:32 2024 +0000

    core183: Ship suricata
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 89941c3d131176a2cbc81f18dda2ab8a312e4aa0
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Feb 9 11:30:38 2024 +0000

    suricata: Update to 6.0.16
    
      https://redmine.openinfosecfoundation.org/versions/201
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 456aad9443bade55b2e8ef337191729c02632aed
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Feb 9 11:33:23 2024 +0000

    libhtp: Update to 0.5.46
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

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

Difference in files:
diff --git a/config/rootfiles/core/183/filelists/libhtp b/config/rootfiles/core/183/filelists/libhtp
new file mode 120000
index 000000000..676e2c5e8
--- /dev/null
+++ b/config/rootfiles/core/183/filelists/libhtp
@@ -0,0 +1 @@
+../../../common/libhtp
\ No newline at end of file
diff --git a/config/rootfiles/core/183/filelists/suricata b/config/rootfiles/core/183/filelists/suricata
new file mode 120000
index 000000000..f671f6993
--- /dev/null
+++ b/config/rootfiles/core/183/filelists/suricata
@@ -0,0 +1 @@
+../../../common/suricata
\ No newline at end of file
diff --git a/config/rootfiles/core/183/update.sh b/config/rootfiles/core/183/update.sh
index 1ace1cd79..6d1e1fd25 100644
--- a/config/rootfiles/core/183/update.sh
+++ b/config/rootfiles/core/183/update.sh
@@ -146,7 +146,7 @@ fi
 if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
 	/etc/rc.d/init.d/ipsec start
 fi
-
+/etc/init.d/suricata restart
 
 # Rebuild initial ramdisks
 dracut --regenerate-all --force
diff --git a/lfs/libhtp b/lfs/libhtp
index 987c159e5..882f191d7 100644
--- a/lfs/libhtp
+++ b/lfs/libhtp
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.44
+VER        = 0.5.46
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6b4c8d617e6a649997e9375677baed99315be83e598317ce4951883482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613
+$(DL_FILE)_BLAKE2 = 326246433b3d8525cd211fec73bc0fdd9fb61a65001fc55d1fed4e966c53b16a1052ef0597990681d805c2c560e670b8b2d2558851971df6c31910dea571d0cc
 
 install : $(TARGET)
 
diff --git a/lfs/suricata b/lfs/suricata
index 2e71ba49d..fbad89672 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.0.15
+VER        = 6.0.16
 
 THISAPP    = suricata-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = cf5c2d5760e52f0b4eb0276feb89e056d74ef5478e3158a047fbdec14022aa6e0ba986b7ee9f9ec49e2ebb3f206c7d71ad8ce8dc4eb9a6b48b4ba38c96c2f1c6
+$(DL_FILE)_BLAKE2 = 831d18072b52bfdd8379ac43a99b1660e575b04a805034371c1341f7fb4875f1b110d2f35bbf7eb7834f2b6b44cafdb939b32dbc50b43c4657277fa24c4dd3f4
 
 install : $(TARGET)
 


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

                 reply	other threads:[~2024-02-09 14:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4TWbWP20BBz2xdb@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox