From: Steve Chew (stechew) Date: Tue, 20 Feb 2024 18:54:47 +0000 (+0000) Subject: Pull request #4214: build: generate and tag 3.1.81.0 X-Git-Tag: 3.1.81.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0977a3a8a98632e5cd1238c1d0da6dc2693b5f;p=thirdparty%2Fsnort3.git Pull request #4214: build: generate and tag 3.1.81.0 Merge in SNORT/snort3 from ~STECHEW/snort3:build_3.1.81.0 to master Squashed commit of the following: commit 4c29bf2c082140b028cb2becc4a7c665a77c0221 Author: Steve Chew Date: Fri Feb 16 17:46:23 2024 -0500 build: generate and tag 3.1.81.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ba2027101..daaeaf74f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (snort CXX C) set (VERSION_MAJOR 3) set (VERSION_MINOR 1) -set (VERSION_PATCH 80) +set (VERSION_PATCH 81) set (VERSION_SUBLEVEL 0) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}") diff --git a/ChangeLog.md b/ChangeLog.md index 4969438a5..0c32a6cb8 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,25 @@ +2024-02-20: 3.1.81.0 + +* appid: check tenant_match() if required +* appid: log error message instead of fatal error if appid stats logfile is not accessible +* appid: Lowering max packet count before service fail +* control: Adds counting to ctrlcon blocked to allow for nested commands +* detection: add c'tors, use new instead of snort_calloc +* detection: copy ip var name in dup_rtn +* flow: added ips event suppression flags +* host_cache: fixed update_stats to remove race_condition +* http_inspect: recreate JSNorm if reload takes place inside transaction +* ips_context: add lazy-allocation of alt buffer +* kaizen: provide an option to enable Kaizen's mock +* kaizen: remove redundant semicolon and add explicit cast +* kaizen: rename modules +* lua: improve spell of wizard for HTTP +* memory: prevent data race between main and packet threads +* service_inspectors: add check for JSNorm config actuality +* stream_tcp: add alerts for exceeding thresholds for max queued bytes or segments +* stream_tcp: add check to verify seglist head is not nullptr and only initialize PAF when it is not +* utils: add macro for setting thread name + 2024-02-01: 3.1.79.0 * appid: add tenants filter for appid debug diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index 1417fe629..3217e83b2 100644 --- a/doc/reference/snort_reference.text +++ b/doc/reference/snort_reference.text @@ -8,7 +8,7 @@ Snort 3 Reference Manual The Snort Team Revision History -Revision 3.1.80.0 2024-02-05 23:22:00 UTC TST +Revision 3.1.81.0 2024-02-16 22:51:25 UTC TST --------------------------------------------------------------------- @@ -5880,8 +5880,10 @@ Rules: * 129:18 (stream_tcp) data sent on stream after TCP reset received * 129:19 (stream_tcp) TCP window closed before receiving data * 129:20 (stream_tcp) TCP session without 3-way handshake - * 129:21 (stream_tcp) TCP max queued reassembly bytes exceeded threshold - * 129:22 (stream_tcp) TCP max queued reassembly segments exceeded threshold + * 129:21 (stream_tcp) TCP max queued reassembly bytes exceeded + threshold + * 129:22 (stream_tcp) TCP max queued reassembly segments exceeded + threshold Peg counts: @@ -14588,16 +14590,6 @@ TCP window was closed before receiving data. The TCP 3-way handshake was not seen for this TCP session. -129:21 (stream_tcp) TCP maximum bytes queued limit exceeded - -The maximum bytes allowed to be queued for reassembly for an -endpoint has been exceeded. - -129:22 (stream_tcp) TCP maximum segments queued limit exceeded - -The maximum number of segments allowed to be queued for reassembly -for an endpoint has been exceeded. - 131:1 (dns) obsolete DNS RR types DNS Response Resource Record Type is Obsolete. diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index 78deec5e9..1e1578cf0 100644 --- a/doc/upgrade/snort_upgrade.text +++ b/doc/upgrade/snort_upgrade.text @@ -8,7 +8,7 @@ Snort 3 Upgrade Manual The Snort Team Revision History -Revision 3.1.80.0 2024-02-05 23:21:48 UTC TST +Revision 3.1.81.0 2024-02-16 22:51:13 UTC TST --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index d3de424ee..5d96f45fd 100644 --- a/doc/user/snort_user.text +++ b/doc/user/snort_user.text @@ -8,7 +8,7 @@ Snort 3 User Manual The Snort Team Revision History -Revision 3.1.80.0 2024-02-05 23:21:48 UTC TST +Revision 3.1.81.0 2024-02-16 22:51:13 UTC TST ---------------------------------------------------------------------