Skip to content

Commit

Permalink
release: 6.0.20; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Jun 26, 2024
1 parent 62d5cac commit ab01c58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
6.0.20 -- 2024-06-26

Security #7041: defrag: id reuse can lead to invalid reassembly (6.0.x backport)(CVE 2024-37151)
Security #7112: http2: oom from duplicate headers (6.0.x backport)
Bug #7014: rust: build with rust 1.78 with slice::from_raw_parts now requiring the pointer to be non-null (6.0.x backport)
Bug #7007: rust: fails to build for msrv
Bug #5578: rules: stateful drop on dsize sig with app proto set

6.0.19 -- 2024-04-23

Security #6978: http2: timeout logging headers (6.0.x backport)(CVE 2024-32663)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([suricata],[6.0.20-dev])
AC_INIT([suricata],[6.0.20])
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])
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Format:
#
# name {repo} {branch|tag}
libhtp https://github.com/OISF/libhtp 0.5.x
suricata-update https://github.com/OISF/suricata-update master-1.2.x
libhtp https://github.com/OISF/libhtp 0.5.48
suricata-update https://github.com/OISF/suricata-update 1.2.8

0 comments on commit ab01c58

Please # to comment.