]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3917: build: generate and tag 3.1.66.0 3.1.66.0
authorPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Mon, 17 Jul 2023 14:34:34 +0000 (14:34 +0000)
committerPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Mon, 17 Jul 2023 14:34:34 +0000 (14:34 +0000)
Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.66.0 to master

Squashed commit of the following:

commit 554747573d62ecf073381b0b2843cf4bf0e8ea84
Author: Priyanka Gurudev <prbg@cisco.com>
Date:   Fri Jul 14 16:01:05 2023 -0400

    build: generate and tag 3.1.66.0

CMakeLists.txt
ChangeLog.md
doc/reference/snort_reference.text
doc/upgrade/snort_upgrade.text
doc/user/snort_user.text

index bc07694aebee18cbd4e2845f5715aa285764bc87..2f284fbc9ff506390d2d599bc978122c10da26da 100644 (file)
@@ -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}")
 
index dafbff2d0fbb7da49d8692d027f01d3f7378d5ed..807c50182c62e156f2570c9180a4bd4709b7291b 100644 (file)
@@ -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
index 963c84e7ef445effb7edf64f5600c8dac0e969a9..7bbd2ec158b46c4c97cb507b576c499a5fb29e15 100644 (file)
@@ -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)
index 22e05cfd5cb4445b3908d44cd6ceed9ddbd82d96..f79fb2a00ecd29301553c6c3d5975bd3f30e00ae 100644 (file)
@@ -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
 
 ---------------------------------------------------------------------
 
index 3e64dd1340da5a19398a75ade43b813ce665ba0a..6271f3a577977a0967bfea2ec8dfeb7b98973eae 100644 (file)
@@ -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
 
 ---------------------------------------------------------------------