]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
release: 6.0.15; update changelog suricata-6.0.15
authorShivani Bhardwaj <shivani@oisf.net>
Wed, 18 Oct 2023 14:49:17 +0000 (20:19 +0530)
committerShivani Bhardwaj <shivani@oisf.net>
Wed, 18 Oct 2023 14:49:17 +0000 (20:19 +0530)
ChangeLog
configure.ac

index 95202905ad316344c6c7a68b16fe7dccc3574cb0..2828f3188f8dd79c1a7efd3fd24cb06eb92d6280 100644 (file)
--- 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)
index 32b276a67af1267dcf12562fd019f9177250c40c..765fbd101bbd1eb1ee78fb28f1d206c6c8423133 100644 (file)
@@ -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])