Skip to content

Commit 7d419c0

Browse files
committed
release: 6.0.14; update changelog
1 parent e9f4834 commit 7d419c0

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

ChangeLog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
6.0.14 -- 2023-09-13
2+
3+
Security #6289: Crash in SMTP parser during parsing of email (6.0.x backport)
4+
Security #6196: process exit in hyperscan error handling (6.0.x backport)
5+
Security #6156: dcerpc: max-tx config parameter, also for UDP (6.0.x backport)
6+
Bug #6285: community-id: Fix IPv6 address sorting not respecting byte order (6.0.x backport)
7+
Bug #6248: Multi-tenancy: crash under test mode when tenant signature load fails (6.0.x backport)
8+
Bug #6245: tcp: RST with data used in reassembly (6.0.x backport)
9+
Bug #6236: if protocol dcerpc first packet type is Alter_context, it will not parse dcerpc (6.0.x backport)
10+
Bug #6228: ips/af-packet: crash when copy-iface is the same as the interface (6.0.x backport)
11+
Bug #6227: windows: lua script path truncated (6.0.x backport)
12+
Bug #6226: Decode-events of IPv6 GRE are not triggered (6.0.x backport)
13+
Bug #6224: base64: complete support for RFC2045 (6.0.x backport)
14+
Bug #6220: Backport tenant_id conversion to uint32_t
15+
Bug #6213: file.magic: rule reload can lead to crashes (6.0.x backport)
16+
Bug #6193: smtp: Attachment not being md5 matched (6.0.x backport)
17+
Bug #6192: smtp: use every byte to compute email.body_md5 (6.0.x backport)
18+
Bug #6182: log-pcap: fix segfault on lz4 compressed pcaps (6.0.x backport)
19+
Bug #6181: eve/alert: deprecated fields can have unexpected side affects (6.0.x backport)
20+
Bug #6174: FTP bounce detection doesn't work for big-endian platforms (6.0.x backport)
21+
Bug #6166: http2: fileinfo events log http2 object instead of http object as alerts and http2 do (6.0.x backport)
22+
Bug #6139: smb: wrong offset when parse SMB_COM_WRITE_ANDX record (6.0.x backport)
23+
Bug #6082: pcap: device reopen broken (6.0.x backport)
24+
Bug #6068: pcap: memory leaks (6.0.x backport)
25+
Bug #6045: detect: multi-tenancy leaks memory if more than 1 tenant registered (6.0.x backport)
26+
Bug #6035: stream.midstream: if enabled breaks exception policy (6.0.x backport)
27+
Bug #5915: rfb: parser returns error on unimplemented record types (6.0.x backport)
28+
Bug #5794: eve: if alert and drop rules match for a packet, "alert.action" is ambigious (6.0.x backport)
29+
Bug #5439: Invalid certificate when Issuer is not present.
30+
Optimization #6229: Performance impact of Cisco Fabricpath (6.0.x backport)
31+
Optimization #6203: detect: modernize filename fileext filemagic (6.0.x backport)
32+
Optimization #6153: suricatasc: Gracefully handle unsupported commands (6.0.x backport)
33+
Feature #6282: dns/eve: add 'HTTPS' type logging (6.0.x backport)
34+
Feature #5935: ips: add 'master switch' to enable dropping on traffic (handling) exceptions (6.0.x backport)
35+
Documentation #6234: userguide: add installation from Ubuntu PPA section (6.0.x backport)
36+
137
6.0.13 -- 2023-06-15
238

339
Security #6119: datasets: absolute path in rules can overwrite arbitrary files (6.0.x backport)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([suricata],[6.0.14-dev])
1+
AC_INIT([suricata],[6.0.14])
22
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
33
AC_CONFIG_HEADERS([src/autoconf.h])
44
AC_CONFIG_SRCDIR([src/suricata.c])

0 commit comments

Comments
 (0)