* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. ee4c8d28e493862cb630e79b7ffadd6807b465fa
@ 2024-02-09 14:16 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2024-02-09 14:16 UTC (permalink / raw)
To: ipfire-scm
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-09 14:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-09 14:16 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. ee4c8d28e493862cb630e79b7ffadd6807b465fa Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox