From: Steve Chew (stechew) Date: Wed, 7 Feb 2024 19:38:04 +0000 (+0000) Subject: Pull request #4200: build: generate and tag 3.1.80.0 X-Git-Tag: 3.1.81.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d4f30cd852402501ed324d866d268bc4f3c4a3;p=thirdparty%2Fsnort3.git Pull request #4200: build: generate and tag 3.1.80.0 Merge in SNORT/snort3 from ~STECHEW/snort3:build_3.1.80.0 to master Squashed commit of the following: commit 731250c54f91cb83f1b317525f7c9e24fb8490fe Author: Steve Chew Date: Mon Feb 5 18:41:01 2024 -0500 build: generate and tag 3.1.80.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9550a2771..ba2027101 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 79) +set (VERSION_PATCH 80) set (VERSION_SUBLEVEL 0) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}") diff --git a/ChangeLog.md b/ChangeLog.md index 0ca91c845..4969438a5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,26 +1,26 @@ 2024-02-01: 3.1.79.0 -appid: add tenants filter for appid debug -appid: process organization unit instead of organization name -appid: return false in is_appid_inspecting_session for quic if not decrypting -appid: update peg counts to be thread safe -coverity: fix for stream and hash -filters: make rate_filter multithreaded + some cleanup -kaizen: add dev_notes.txt -kaizen: change default value of uri_depth to -1 -kaizen: change kaizen gid to 411 -kaizen: extend mock object with simple matching mechanism -kaizen: make kaizen configurable per policy -kaizen: register module only when LibML present or REG_TEST defined -kaizen: update copyright -mercury: updating alpn info without sni in 7.6 -network_inspectors: add kaizen ML based exploit detector -packet_tracer: add tenants to filters -profiler: improve multithread rule percentage calculation -ssl: heap overflow issue when processing handshake records -stream_tcp: correct labeling of in-sequence and out-of-sequence packets -stream_tcp: persist disable_reassembly in Flow -stream_tcp: set packet direction flag based on direction saved in reassembly state +* appid: add tenants filter for appid debug +* appid: process organization unit instead of organization name +* appid: return false in is_appid_inspecting_session for quic if not decrypting +* appid: update peg counts to be thread safe +* coverity: fix for stream and hash +* filters: make rate_filter multithreaded + some cleanup +* kaizen: add dev_notes.txt +* kaizen: change default value of uri_depth to -1 +* kaizen: change kaizen gid to 411 +* kaizen: extend mock object with simple matching mechanism +* kaizen: make kaizen configurable per policy +* kaizen: register module only when LibML present or REG_TEST defined +* kaizen: update copyright +* mercury: updating alpn info without sni in 7.6 +* network_inspectors: add kaizen ML based exploit detector +* packet_tracer: add tenants to filters +* profiler: improve multithread rule percentage calculation +* ssl: heap overflow issue when processing handshake records +* stream_tcp: correct labeling of in-sequence and out-of-sequence packets +* stream_tcp: persist disable_reassembly in Flow +* stream_tcp: set packet direction flag based on direction saved in reassembly state 2024-01-16: 3.1.78.0 diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index d9ec71add..84cdfde1e 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.79.0 2024-02-01 19:30:03 UTC TST +Revision 3.1.80.0 2024-02-05 23:22:00 UTC TST --------------------------------------------------------------------- diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index d768fbf07..78deec5e9 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.79.0 2024-02-01 19:29:51 UTC TST +Revision 3.1.80.0 2024-02-05 23:21:48 UTC TST --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index 9f6574338..d3de424ee 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.79.0 2024-02-01 19:29:51 UTC TST +Revision 3.1.80.0 2024-02-05 23:21:48 UTC TST ---------------------------------------------------------------------