From 9378707700832052889bb9b76753bd100279b701 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Tue, 25 Mar 2025 07:33:48 +0530 Subject: [PATCH] release: 7.0.10; update changelog --- ChangeLog | 4 ++++ configure.ac | 2 +- requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c959fa81da..c40b2ec831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +7.0.10 -- 2025-03-25 + +Bug #7619: af-packet: setting bpf fails (7.0.x backport) + 7.0.9 -- 2025-03-18 Security #7616: datasets: hashsize setting via rules can cause high memory usage (7.0.x backport)(MODERATE - CVE 2025-29916) diff --git a/configure.ac b/configure.ac index cb225c84c5..0335c1fc65 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[7.0.10-dev]) + AC_INIT([suricata],[7.0.10]) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([src/autoconf.h]) AC_CONFIG_SRCDIR([src/suricata.c]) diff --git a/requirements.txt b/requirements.txt index 6df1358f07..4b1e8145ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ # Format: # # name {repo} {branch|tag} -libhtp https://github.com/OISF/libhtp 0.5.x -suricata-update https://github.com/OISF/suricata-update master +libhtp https://github.com/OISF/libhtp 0.5.50 +suricata-update https://github.com/OISF/suricata-update 1.3.4 -- 2.47.2