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 08d869d54f4903593992d7aee2ef17d79d235108 (commit) via 5e9fd833e6eac8bb3481b744782f1e2409eef6f7 (commit) via d4f66c22a8a240ba87e63fcd7fa0174e6bea03ec (commit) via 3396c743034c41413a7078e752ef426ef074ef77 (commit) from 5552f51de026fe1657bf404ce73e73462389854a (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 08d869d54f4903593992d7aee2ef17d79d235108 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 20 10:03:51 2024 +0000
suricata: Update to 7.0.4
https://suricata.io/2024/03/19/suricata-7-0-4-and-6-0-17-released/
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5e9fd833e6eac8bb3481b744782f1e2409eef6f7 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 20 10:01:13 2024 +0000
core185: Ship libhtp
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d4f66c22a8a240ba87e63fcd7fa0174e6bea03ec Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 20 10:00:51 2024 +0000
libhtp: Update to 0.5.47
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3396c743034c41413a7078e752ef426ef074ef77 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 20 09:56:14 2024 +0000
Config: Update source upload URL
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/131 => core/185}/filelists/libhtp | 0 lfs/Config | 2 +- lfs/libhtp | 4 ++-- lfs/suricata | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) copy config/rootfiles/{oldcore/131 => core/185}/filelists/libhtp (100%)
Difference in files: diff --git a/config/rootfiles/core/185/filelists/libhtp b/config/rootfiles/core/185/filelists/libhtp new file mode 120000 index 000000000..676e2c5e8 --- /dev/null +++ b/config/rootfiles/core/185/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file diff --git a/lfs/Config b/lfs/Config index 589bd7195..6711af997 100644 --- a/lfs/Config +++ b/lfs/Config @@ -79,7 +79,7 @@ ZSTD_OPTIONS = \ # URL_IPFIRE = https://source.ipfire.org/source-2.x URL_TOOLCHAIN = https://source.ipfire.org/toolchains -URL_SOURCE = git.ipfire.org:/pub/sources/source-2.x +URL_SOURCE = people.ipfire.org:/pub/sources/source-2.x
# Don't change this; it will be overridden by other makefiles where necessary. # diff --git a/lfs/libhtp b/lfs/libhtp index 882f191d7..cbd4cb093 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -24,7 +24,7 @@
include Config
-VER = 0.5.46 +VER = 0.5.47
THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 326246433b3d8525cd211fec73bc0fdd9fb61a65001fc55d1fed4e966c53b16a1052ef0597990681d805c2c560e670b8b2d2558851971df6c31910dea571d0cc +$(DL_FILE)_BLAKE2 = a2a126052ea528b84dfffd7926a80e633f649968bf098e3ff0f49d441821723a4d3f78f0f15d530e9ce9e393c6173aceced8c0d863afecbe65c736e4ab874a03
install : $(TARGET)
diff --git a/lfs/suricata b/lfs/suricata index e8729e368..17cc45585 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@
include Config
-VER = 7.0.3 +VER = 7.0.4
THISAPP = suricata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = b42044428ae5ac4ecd6b41d083f0f3ac5839bf9a0734c3a64bb5e9a6f1a0ffe0c1f5da262f4e167461836bd26ebf9238ec9c0c213ba61f6419b6af1314f3becb +$(DL_FILE)_BLAKE2 = 6c85ee7134548261a5a766ee3e7c0ce095ef478e9323342f17bb48eb0abc74035a66212c7f7e6ba45bd2efd552d82ad6d218d4b09279877f60526f8f79de9764
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree