From: Priyanka Bangalore Gurudev (prbg) Date: Mon, 17 Jul 2023 14:34:34 +0000 (+0000) Subject: Pull request #3917: build: generate and tag 3.1.66.0 X-Git-Tag: 3.1.66.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=323d5cb4cf277b8bd9283762f4ce08acd0f06205;p=thirdparty%2Fsnort3.git Pull request #3917: build: generate and tag 3.1.66.0 Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.66.0 to master Squashed commit of the following: commit 554747573d62ecf073381b0b2843cf4bf0e8ea84 Author: Priyanka Gurudev Date: Fri Jul 14 16:01:05 2023 -0400 build: generate and tag 3.1.66.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bc07694ae..2f284fbc9 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 65) +set (VERSION_PATCH 66) set (VERSION_SUBLEVEL 0) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}") diff --git a/ChangeLog.md b/ChangeLog.md index dafbff2d0..807c50182 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,19 @@ +2023-07-14: 3.1.66.0 + +* appid: cache Complex HTTP Pattern glossary before detectors reload +* appid: early detection of ssh and ignoring third-party detection +* appid: fix for opportunistic tls detected as ssl +* binder: in case of a service change, remove flags indicating an abort of the direction +* flow: changes to support derived classes of parent class Flow +* ftp: remove file_data dependency on file_id +* helpers: added additional log in print_backtrace for debugging purpose +* ips_options: add gadget check for vba_data +* ips_options: add unit tests for vba_data +* ips_options: update dev_notes about IPS options input values +* perf_mon: fix dump_stats collision with perf mon +* rna: add stats for rna graphs +* stream_tcp: validate proper update of stream_tcp state when seglist head follows a hole + 2023-06-29: 3.1.65.0 * analyzer: poison memory segment after msg->data diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index 963c84e7e..7bbd2ec15 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.65.0 2023-06-29 22:23:53 EDT TST +Revision 3.1.66.0 2023-07-14 16:06:42 EDT TST --------------------------------------------------------------------- @@ -5147,6 +5147,9 @@ Peg counts: * rna.dhcp_info: count of new DHCP lease events received (sum) * rna.smb: count of new SMB events received (sum) * rna.netflow_record: count of netflow record events received (sum) + * rna.total_events_in_interval: count of RNA events generated (sum) + * rna.total_packets_in_interval: count of packets processed (sum) + * rna.total_bytes_in_interval: count of bytes processed (sum) 5.40. rpc_decode @@ -11899,6 +11902,9 @@ libraries see the Getting Started section of the manual. * rna.tcp_midstream: count of TCP midstream packets received (sum) * rna.tcp_syn_ack: count of TCP SYN-ACK packets received (sum) * rna.tcp_syn: count of TCP SYN packets received (sum) + * rna.total_bytes_in_interval: count of bytes processed (sum) + * rna.total_events_in_interval: count of RNA events generated (sum) + * rna.total_packets_in_interval: count of packets processed (sum) * rna.udp_bidirectional: count of bidirectional UDP flows received (sum) * rna.udp_new: count of new UDP flows received (sum) diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index 22e05cfd5..f79fb2a00 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.65.0 2023-06-29 22:24:56 EDT TST +Revision 3.1.66.0 2023-07-14 16:07:46 EDT TST --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index 3e64dd134..6271f3a57 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.65.0 2023-06-29 22:24:14 EDT TST +Revision 3.1.66.0 2023-07-14 16:07:03 EDT TST ---------------------------------------------------------------------