]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
release: 6.0.16; update changelog suricata-6.0.16
authorShivani Bhardwaj <shivani@oisf.net>
Thu, 8 Feb 2024 09:06:43 +0000 (14:36 +0530)
committerShivani Bhardwaj <shivani@oisf.net>
Thu, 8 Feb 2024 09:06:43 +0000 (14:36 +0530)
ChangeLog
configure.ac
requirements.txt

index 2828f3188f8dd79c1a7efd3fd24cb06eb92d6280..83282e3da18b861368cc4d352cb82e3ef12b2125 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+6.0.16 -- 2024-02-08
+
+Security #6751: http2: evasion by splitting header fields over frames (6.0.x backport)
+Security #6660: http2: quadratic complexity in find_or_create_tx not bounded by max-tx (6.0.x backport)
+Security #6659: SMTP: quadratic complexity from unbounded number of transaction per flow (6.0.x backport)
+Security #6658: http1: configurable limit for maximum number of live transactions per flow (6.0.x backport)
+Security #6528: http1: quadratic complexity from infinite folded headers (6.0.x backport)
+Bug #6598: ebpf: llc detection failure (6.0.x backport)
+Bug #6549: multi-tenancy: ASAN error on engine analysis
+Bug #6529: http.header, http.header.raw and http.request_header buffers not populated when malformed header value exists (6.0.x backport)
+Bug #6437: host: ip rep prevents tag/threshold/hostbits cleanup (6.0.x backport)
+Bug #6421: dns/eve: an empty format section results in no response details being logged (6.0.x backport)
+Bug #6378: byte_jump with negative post_offset value fails at the end of the buffer (6.0.x backport)
+Feature #6602: ci: add eBPF to Github workflow for Suricata 6.0.x
+Feature #6430: HTTP/2 - app-layer-event and normalization when userinfo is in the :authority pseudo header for the http.host header (6.0.x backport)
+Feature #6429: HTTP/2 - new app-layer-event when `:authority` and `host` headers do not match (6.0.x backport)
+Task #6563: doc: document file.data (6.0.x backport)
+Task #6517: libhtp 0.5.46 (6.0.x backport)
+Documentation #6630: Fix byte_test examples (6.0.x backport)
+Documentation #6512: userguide: update tls eve-log fields 'not_before' and 'not_after' (6.0.x backport)
+Documentation #6505: userguide: update tls eve-log fields 'not_before' and 'not_after' (6.0.x backport)
+Documentation #5988: doc: update build instructions (6.0.x backport)
+
 6.0.15 -- 2023-10-18
 
 Security #6363: mime: quadratic complexity in MimeDecAddEntity (6.0.x backport)
index 9635185378b02896e5afc4272383f77ee8cbfd1c..d988139f502a25c6a52cbef1a05f39f1387abe2c 100644 (file)
@@ -1,4 +1,4 @@
-    AC_INIT([suricata],[6.0.16-dev])
+    AC_INIT([suricata],[6.0.16])
     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])
             echo
             exit 1
         fi
-        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.44],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
+        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.46],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
         if test "$libhtp_minver_found" = "no"; then
             PKG_CHECK_MODULES(LIBHTPDEVVERSION, [htp = 0.5.X],[libhtp_devver_found="yes"],[libhtp_devver_found="no"])
             if test "$libhtp_devver_found" = "no"; then
                 echo
-                echo "   ERROR! libhtp was found but it is neither >= 0.5.44, nor the dev 0.5.X"
+                echo "   ERROR! libhtp was found but it is neither >= 0.5.46, nor the dev 0.5.X"
                 echo
                 exit 1
             fi
index a46b29ccbb574dc382c67bfaa14c1113f09eaf9f..10e4d98b234324e220fe64b632682b63bd80b362 100644 (file)
@@ -3,5 +3,5 @@
 # Format:
 #
 #   name {repo} {branch|tag}
-libhtp https://github.com/OISF/libhtp 0.5.x
+libhtp https://github.com/OISF/libhtp 0.5.46
 suricata-update https://github.com/OISF/suricata-update 1.2.8