From d20c9332ed4804fc42cdef25e7d7aeee700ac843 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Wed, 18 Oct 2023 20:19:17 +0530 Subject: [PATCH] release: 6.0.15; update changelog --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 95202905ad31..2828f3188f8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +6.0.15 -- 2023-10-18 + +Security #6363: mime: quadratic complexity in MimeDecAddEntity (6.0.x backport) +Bug #6407: email: disabled fields in suricata.yaml also get logged (6.0.x backport) +Bug #6403: detect: multi-level tunneling inspection fails (6.0.x backport) +Bug #6377: byte_jump with negative post_offset before start of buffer failure (6.0.x backport) +Task #6364: decode: add drop reason for stream reassembly memcap (6.0.x backport) + 6.0.14 -- 2023-09-13 Security #6289: Crash in SMTP parser during parsing of email (6.0.x backport) diff --git a/configure.ac b/configure.ac index 32b276a67af1..765fbd101bbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[6.0.15-dev]) + AC_INIT([suricata],[6.0.15]) 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])