Skip to content

Commit 98b12d1

Browse files
committed
release: 7.0.11; update changelog
1 parent 7fa88ea commit 98b12d1

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
7.0.11 -- 2025-07-08
2+
3+
Security #7766: libhtp-c: memory leak with lzma(HIGH - CVE 2025-53537)
4+
Security #7659: http2: global tx (stream id 0) may open file and never close it (7.0.x backport)(HIGH - CVE 2025-53538)
5+
Bug #7779: mpm/ac: error "Just ran out of space in the queue" (7.0.x backport)
6+
Bug #7748: byte_extract: issue with saved 'name' in distance keyword (7.0.x backport)
7+
Bug #7736: brotli: old crate version has integer underflow (7.0.x backport)
8+
Bug #7731: dcerpc: uint16 overflow (rust debug assertion) (7.0.x backport)
9+
Bug #7716: snmp: probing parser returns ALPROTO_FAILED instead of ALPROTO_UNKNOWN if slice.len() < 4 (7.0.x backport)
10+
Bug #7690: datasets: set type IP can't set IPv4 (7.0.x backport)
11+
Bug #7688: flow: non-TCP protocol timeout handling leads to missing flows (7.0.x backport)
12+
Bug #7682: flow: race condition at shutdown leads to duplicate flows (7.0.x backport)
13+
Bug #7670: http: lack of setting updated_ts leads to detection delay (7.0.x backport)
14+
Bug #7663: ips: deconflict pass flow and drop packet rules (7.0.x backport)
15+
Bug #7661: pcap: continuous file reading fails on an empty directory (7.0.x backport)
16+
Bug #7652: rust: warnings with rustc 1.86
17+
Bug #7610: http: reachable assertion when memcap reached during rule reload
18+
Bug #7375: dpdk: iface-copy should not be mandatory (7.0.x backport)
19+
Bug #7293: CI: clang-format does not work for main-7.0.x branch (7.0.x backport)
20+
Optimization #7781: mpm/ac-ks: reduce stack usage (7.0.x backport)
21+
122
7.0.10 -- 2025-03-25
223

324
Bug #7619: af-packet: setting bpf fails (7.0.x backport)

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([suricata],[7.0.11-dev])
1+
AC_INIT([suricata],[7.0.11])
22
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
33
AC_CONFIG_HEADERS([src/autoconf.h])
44
AC_CONFIG_SRCDIR([src/suricata.c])
@@ -1580,12 +1580,12 @@
15801580
echo
15811581
exit 1
15821582
fi
1583-
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.50],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
1583+
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.51],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
15841584
if test "$libhtp_minver_found" = "no"; then
15851585
PKG_CHECK_MODULES(LIBHTPDEVVERSION, [htp = 0.5.X],[libhtp_devver_found="yes"],[libhtp_devver_found="no"])
15861586
if test "$libhtp_devver_found" = "no"; then
15871587
echo
1588-
echo " ERROR! libhtp was found but it is neither >= 0.5.50, nor the dev 0.5.X"
1588+
echo " ERROR! libhtp was found but it is neither >= 0.5.51, nor the dev 0.5.X"
15891589
echo
15901590
exit 1
15911591
fi

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Format:
44
#
55
# name {repo} {branch|tag}
6-
libhtp https://github.com/OISF/libhtp 0.5.x
7-
suricata-update https://github.com/OISF/suricata-update master
6+
libhtp https://github.com/OISF/libhtp 0.5.51
7+
suricata-update https://github.com/OISF/suricata-update 1.3.6

rust/Cargo.lock.in

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)