]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3786: build: generate and tag 3.1.58.0 3.1.58.0
authorPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Thu, 23 Mar 2023 01:51:45 +0000 (01:51 +0000)
committerPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Thu, 23 Mar 2023 01:51:45 +0000 (01:51 +0000)
Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.58.0 to master

Squashed commit of the following:

commit b84026ea28ab20d03aaff276ced50b9e9fecbc0a
Author: Priyanka Gurudev <prbg@cisco.com>
Date:   Wed Mar 22 11:50:40 2023 -0400

    build: generate and tag 3.1.58.0

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

index b64be20f0a285bea09781b2e11f46b2cb9f35897..37805470d69336f06708c9cdddd27bf6c884e794 100644 (file)
@@ -3,7 +3,7 @@ project (snort CXX C)
 
 set (VERSION_MAJOR 3)
 set (VERSION_MINOR 1)
-set (VERSION_PATCH 57)
+set (VERSION_PATCH 58)
 set (VERSION_SUBLEVEL 0)
 set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}")
 
index 4b92ba051b1479cf192db07053937548c18847c1..cc16cc25d5422be9695bcd7ef7dc5496093b3ca1 100644 (file)
@@ -1,3 +1,13 @@
+2023-03-22: 3.1.58.0
+
+* actions: restore rtn check in Actions::alert and add to Actions::log
+* appid: give precedence to eve detected client over appid when eve_http_client_mapping config is set
+* detection: fix queue_limit pegcounter evaluation
+* host cache: removed some log to prevent log flooding
+* js_norm: initialize normalization context only when script is detected
+* loggers: fix pcap flushing
+* memory: add shell command to dump heap stats
+
 2023-03-09: 3.1.57.0
 
 * ftp_telnet: updated flushing around subnegotiation parameters
index bf20111bee31baed6b52aef2566ed0d135c99072..6014aa2e7ce81f28223f8702adf7d986ec82c854 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 Reference Manual
 The Snort Team
 
 Revision History
-Revision 3.1.57.0 2023-03-09 14:10:29 EST TST
+Revision 3.1.58.0 2023-03-22 11:45:40 EDT TST
 
 ---------------------------------------------------------------------
 
@@ -1698,6 +1698,7 @@ Commands:
   * snort.delete_inspector(inspector): delete an inspector from the
     default policy
   * snort.dump_stats(): show summary statistics
+  * snort.dump_heap_stats(): show heap statistics
   * snort.reset_stats(): clear summary statistics
   * snort.rotate_stats(): roll perfmonitor log files
   * snort.reload_config(filename): load new configuration
@@ -1705,6 +1706,8 @@ Commands:
     policy
   * snort.reload_daq(): reload daq module
   * snort.reload_hosts(filename): load a new hosts table
+  * snort.log_command(command, logging): enabled or disable logging
+    of a command
   * snort.pause(): suspend packet processing
   * snort.resume(pkt_num): continue packet processing. If number of
     packets is specified, will resume for n packets and pause
@@ -15547,6 +15550,7 @@ alert is raised by the enhanced JavaScript normalizer.
   * snort.delete_inspector(inspector): delete an inspector from the
     default policy
   * snort.dump_stats(): show summary statistics
+  * snort.dump_heap_stats(): show heap statistics
   * snort.reset_stats(): clear summary statistics
   * snort.rotate_stats(): roll perfmonitor log files
   * snort.reload_config(filename): load new configuration
@@ -15554,6 +15558,8 @@ alert is raised by the enhanced JavaScript normalizer.
     policy
   * snort.reload_daq(): reload daq module
   * snort.reload_hosts(filename): load a new hosts table
+  * snort.log_command(command, logging): enabled or disable logging
+    of a command
   * snort.pause(): suspend packet processing
   * snort.resume(pkt_num): continue packet processing. If number of
     packets is specified, will resume for n packets and pause
index 8dd9242b91ce5c04acda597f6debeddb0abb1088..0fa2613da9545f32d1965ef1ad2d4006eed6b427 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 Upgrade Manual
 The Snort Team
 
 Revision History
-Revision 3.1.57.0 2023-03-09 14:11:34 EST TST
+Revision 3.1.58.0 2023-03-22 11:46:44 EDT TST
 
 ---------------------------------------------------------------------
 
index 2be9fc6665b96f681cffb7c4b60c1d2da08f4e83..c07cd0e9aa1773dd3c11708d599f11188dd54676 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 User Manual
 The Snort Team
 
 Revision History
-Revision 3.1.57.0 2023-03-09 14:10:50 EST TST
+Revision 3.1.58.0 2023-03-22 11:46:02 EDT TST
 
 ---------------------------------------------------------------------