From: Victor Julien Date: Tue, 27 Sep 2022 17:25:37 +0000 (+0200) Subject: release: 6.0.8; update changelog X-Git-Tag: suricata-6.0.8^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84536b0b69cfa4a93644669bf338882616842713;p=thirdparty%2Fsuricata.git release: 6.0.8; update changelog Re-releasing 6.0.7 with the correct libhtp and Suricata-Update versions. --- diff --git a/ChangeLog b/ChangeLog index 9c7c0bdba4..eebd1e3410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +6.0.8 -- 2022-09-27 + +Task #5552: libhtp 0.5.41 + 6.0.7 -- 2022-09-27 Security #5430: mqtt: DOS by quadratic with too many transactions in one parse (6.0.x backport) @@ -17,7 +21,6 @@ Bug #5335: flow: vlan.use-for-tracking is not used for ICMPv4 (6.0.x backport) Bug #4421: flow manager: using too much CPU during idle (6.0.x backport) Feature #5535: ips: add "reject" action to exception policies (6.0.x backport) Feature #5500: ips: midstream: add "exception policy" for midstream (6.0.x backport) -Task #5552: libhtp 0.5.41 Task #5551: doc: add exception policy documentation (6.0.x) Task #5533: detect/parse: add tests for parsing signatures with reject and drop action (6.0.x backport) Task #5525: exceptions: error out when invalid configuration value is passed (6.0.x backport) diff --git a/configure.ac b/configure.ac index f137695571..34b2b811c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[6.0.7]) + AC_INIT([suricata],[6.0.8]) 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])