From d07e20c0a3e7d021507130fe57f7248f924e519f Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Wed, 18 Oct 2023 19:44:53 +0530 Subject: [PATCH] release: 7.0.2; update changelog --- ChangeLog | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 051331a87c76..c5ffe05113c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +7.0.2 -- 2023-10-18 + +Security #6306: mime: quadratic complexity in MimeDecAddEntity +Bug #6402: detect: multi-level tunneling inspection fails +Bug #6397: detect: multiple legacy buffer selection leading to multi-buffer +Bug #6381: DPDK 23.11 changed function name of Bond API +Bug #6380: email: disabled fields in suricata.yaml also get logged +Bug #6303: conf: an empty child node is not checked for NULL +Bug #6300: config: includes provided as a sequence are loaded into the wrong parent configuration node +Bug #6297: configure/docs: check for a supported version of sphinx-build +Bug #6104: detect/multi-buffer: Heap-buffer-overflow in SigMatchAppendSMToList +Bug #6009: dpdk: incorrect final stats +Bug #5831: af-packet/ips: excessive mtu log messages +Bug #5211: detect/frames: crash with detect.profiling.grouping.dump-to-disk +Bug #4624: byte_jump with negative post_offset before start of buffer failure +Feature #6367: SMTP: do not delay mime chunk processing +Feature #5966: dpdk: Analyze hugepage allocation on startup +Feature #4968: QUIC v2 support +Task #6348: detect/analyzer: add more details for the ipopts keyword +Task #6235: decode: add drop reason for stream reassembly memcap +Documentation #6349: userguide: add section about tcp.flags +Documentation #6342: userguide: cover install-full and install-conf in the install page + 7.0.1 -- 2023-09-13 Security #6279: Crash in SMTP parser during parsing of email diff --git a/configure.ac b/configure.ac index cf6b8f625256..3193deb27697 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[7.0.2-dev]) + AC_INIT([suricata],[7.0.2]) 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])