From: Priyanka Bangalore Gurudev (prbg) Date: Wed, 5 Feb 2025 14:08:13 +0000 (+0000) Subject: Pull request #4606: build: generate and tag 3.7.0.0 X-Git-Tag: 3.7.0.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00ed2c8f5fcba16c78eb7ab9bf30a711cef0d55f;p=thirdparty%2Fsnort3.git Pull request #4606: build: generate and tag 3.7.0.0 Merge in SNORT/snort3 from ~PRBG/snort3:build__3.7.0.0 to master Squashed commit of the following: commit f664321fe8b841c7e0597a88efec8083dc4a11c9 Author: Priyanka Gurudev Date: Tue Feb 4 17:28:46 2025 -0500 build: generate and tag 3.7.0.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fcaab5524..6123cabba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 3.4.3) project (snort CXX C) set (VERSION_MAJOR 3) -set (VERSION_MINOR 6) -set (VERSION_PATCH 3) +set (VERSION_MINOR 7) +set (VERSION_PATCH 0) set (VERSION_SUBLEVEL 0) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}") diff --git a/ChangeLog.md b/ChangeLog.md index e6f054bae..73f14459f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,12 @@ +2025-02-04: 3.7.0.0 + +* extractor: add default filter +* extractor: add logging constraints +* framework: add interface to warn about reaching limit of ips opt re-usage +* framework: bump base API version +* framework: bump ips option version +* ips_options: warn about excessive detection options + 2025-02-03: 3.6.3.0 * appid: added check for brute force manager presence diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index a75befc68..99aa9b574 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.6.3.0 2025-02-04 00:09:48 EST TST +Revision 3.7.0.0 2025-02-04 17:21:58 EST TST --------------------------------------------------------------------- @@ -3591,6 +3591,8 @@ Configuration: * enum extractor.formatting = csv: output format for extractor { csv | json } * string extractor.connector: output destination for extractor + * enum extractor.default_filter = pick: default action for protocol + with no filter provided { pick | skip } * enum extractor.protocols[].service: service to extract from { http | ftp | conn } * int extractor.protocols[].tenant_id = 0: tenant_id of target @@ -9866,6 +9868,8 @@ libraries see the Getting Started section of the manual. * bool event_queue.process_all_events = false: process just first action group or all action groups * string extractor.connector: output destination for extractor + * enum extractor.default_filter = pick: default action for protocol + with no filter provided { pick | skip } * enum extractor.formatting = csv: output format for extractor { csv | json } * string extractor.protocols[].fields: specify fields to log diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index abe1dbe41..231e62d98 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.6.3.0 2025-02-04 00:10:40 EST TST +Revision 3.7.0.0 2025-02-04 17:22:43 EST TST --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index 3a8a777b5..e78cd36a2 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.6.3.0 2025-02-04 00:10:05 EST TST +Revision 3.7.0.0 2025-02-04 17:22:15 EST TST ---------------------------------------------------------------------