From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer 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 Message-ID: <4TWbWP20BBz2xdb@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5121594740205431545==" List-Id: --===============5121594740205431545== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Fri Feb 9 14:15:32 2024 +0000 core183: Ship suricata =20 Signed-off-by: Michael Tremer commit 89941c3d131176a2cbc81f18dda2ab8a312e4aa0 Author: Michael Tremer Date: Fri Feb 9 11:30:38 2024 +0000 suricata: Update to 6.0.16 =20 https://redmine.openinfosecfoundation.org/versions/201 =20 Signed-off-by: Michael Tremer commit 456aad9443bade55b2e8ef337191729c02632aed Author: Michael Tremer Date: Fri Feb 9 11:33:23 2024 +0000 libhtp: Update to 0.5.46 =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/{oldcore/131 =3D> core/183}/filelists/libhtp | 0 config/rootfiles/{oldcore/131 =3D> 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 =3D> core/183}/filelists/libhtp (100%) copy config/rootfiles/{oldcore/131 =3D> core/183}/filelists/suricata (100%) Difference in files: diff --git a/config/rootfiles/core/183/filelists/libhtp b/config/rootfiles/co= re/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=3Don" /var/ipfire/vpn/settings; then /etc/rc.d/init.d/ipsec start fi - +/etc/init.d/suricata restart =20 # 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 @@ =20 include Config =20 -VER =3D 0.5.44 +VER =3D 0.5.46 =20 THISAPP =3D libhtp-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 6b4c8d617e6a649997e9375677baed99315be83e598317ce495188= 3482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613 +$(DL_FILE)_BLAKE2 =3D 326246433b3d8525cd211fec73bc0fdd9fb61a65001fc55d1fed4e= 966c53b16a1052ef0597990681d805c2c560e670b8b2d2558851971df6c31910dea571d0cc =20 install : $(TARGET) =20 diff --git a/lfs/suricata b/lfs/suricata index 2e71ba49d..fbad89672 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.0.15 +VER =3D 6.0.16 =20 THISAPP =3D suricata-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D cf5c2d5760e52f0b4eb0276feb89e056d74ef5478e3158a047fbde= c14022aa6e0ba986b7ee9f9ec49e2ebb3f206c7d71ad8ce8dc4eb9a6b48b4ba38c96c2f1c6 +$(DL_FILE)_BLAKE2 =3D 831d18072b52bfdd8379ac43a99b1660e575b04a805034371c1341= f7fb4875f1b110d2f35bbf7eb7834f2b6b44cafdb939b32dbc50b43c4657277fa24c4dd3f4 =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============5121594740205431545==--