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 a9285618b9f709d575442eba636e28858885d456 (commit) via 88cd5e5d0b7623fc47db08da22c0bc3e392cd23b (commit) via 106a5206ec9222de88fee30d7d9d1ff184fbb650 (commit) from ffafaa71a6970a8c3d0942247feb37facfe24d25 (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 a9285618b9f709d575442eba636e28858885d456 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Wed Mar 3 13:56:56 2021 +0100
suricata: Update to 5.0.6
For details see: https://forum.suricata.io/t/suricata-6-0-2-and-5-0-6-released/1170
and
https://redmine.openinfosecfoundation.org/versions/164
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 88cd5e5d0b7623fc47db08da22c0bc3e392cd23b Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 3 13:25:02 2021 +0000
core155: Ship libhtp
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 106a5206ec9222de88fee30d7d9d1ff184fbb650 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Wed Mar 3 13:52:43 2021 +0100
libhtp: Update to 0.5.37
For details see: https://github.com/OISF/libhtp/releases
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/suricata | 4 +++- config/rootfiles/{oldcore/131 => core/155}/filelists/libhtp | 0 lfs/libhtp | 6 +++--- lfs/suricata | 6 +++--- 4 files changed, 9 insertions(+), 7 deletions(-) copy config/rootfiles/{oldcore/131 => core/155}/filelists/libhtp (100%)
Difference in files: diff --git a/config/rootfiles/common/suricata b/config/rootfiles/common/suricata index f891fa449..32358483a 100644 --- a/config/rootfiles/common/suricata +++ b/config/rootfiles/common/suricata @@ -3,7 +3,6 @@ etc/suricata/suricata.yaml #root/.cargo #root/.cargo/.package-cache usr/bin/suricata -#usr/include/suricata-plugin.h #usr/share/doc/suricata #usr/share/doc/suricata/AUTHORS #usr/share/doc/suricata/Basic_Setup.txt @@ -17,6 +16,9 @@ usr/bin/suricata #usr/share/doc/suricata/TODO #usr/share/doc/suricata/Third_Party_Installation_Guides.txt #usr/share/man/man1/suricata.1 +#usr/share/man/man1/suricatactl-filestore.1 +#usr/share/man/man1/suricatactl.1 +#usr/share/man/man1/suricatasc.1 var/lib/suricata var/lib/suricata/classification.config var/lib/suricata/reference.config diff --git a/config/rootfiles/core/155/filelists/libhtp b/config/rootfiles/core/155/filelists/libhtp new file mode 120000 index 000000000..676e2c5e8 --- /dev/null +++ b/config/rootfiles/core/155/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file diff --git a/lfs/libhtp b/lfs/libhtp index 90a55112c..e21db73a9 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2021 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 0.5.36 +VER = 0.5.37
THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 15f567527e437b38b9b1d6b86adb6a54 +$(DL_FILE)_MD5 = ccc2f25ab3c1db53a22034280f1600dd
install : $(TARGET)
diff --git a/lfs/suricata b/lfs/suricata index c5dc46af4..522cdc440 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2021 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 5.0.5 +VER = 5.0.6
THISAPP = suricata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = fe039cc4571eb56828874ddc0b71dc51 +$(DL_FILE)_MD5 = 82d80b4b3179315bf6f5695c6437ee1f
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree