]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4271: build: generate and tag 3.1.84.0 3.1.84.0
authorPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Tue, 9 Apr 2024 20:42:54 +0000 (20:42 +0000)
committerPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Tue, 9 Apr 2024 20:42:54 +0000 (20:42 +0000)
Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.84.0 to master

Squashed commit of the following:

commit ea6d2d4ce80fe78f27587f110cce3d9aa290dc55
Author: Priyanka Gurudev <prbg@cisco.com>
Date:   Mon Apr 8 23:21:03 2024 -0400

    build: generate and tag 3.1.84.0

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

index 2ef9225f5b30a6074f72922003c0f34adebf99f1..366fef785065b413000a456284e069935feff469 100644 (file)
@@ -3,7 +3,7 @@ project (snort CXX C)
 
 set (VERSION_MAJOR 3)
 set (VERSION_MINOR 1)
-set (VERSION_PATCH 83)
+set (VERSION_PATCH 84)
 set (VERSION_SUBLEVEL 0)
 set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}")
 
index ea2cd5c0304b4b45cf63821aba80d052b45296fd..ec17051c0fbf0ab2b5293cc5703b5e9c6ee75528 100644 (file)
@@ -1,3 +1,15 @@
+2024-04-08: 3.1.84.0
+
+* appid: enhanced appid config parsing
+* appid: remove locks from peg counts
+* appid: separate main thread and packet thread appid_pub_id
+* dce_smb: fixing an ASAN memory corruption issue
+* detection: handle policy changes in continuation
+* framework: add correct cast from double to unsigned
+* http_inspect: add file_data to buffer list
+* packet_capture: include cstdint in a header file. Thanks to Plup <plup@plup.io> and Hauke Mehrtens <hauke@hauke-m.de> for reporting this!
+* xhash: fixed typo
+
 2024-03-24: 3.1.83.0
 
 * detection: use correct packet in trace logs
index f3e957513f74b5072918123839753017c96af0f3..6a930d7b131ce749aa0d229d62423dee536802c8 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 Reference Manual
 The Snort Team
 
 Revision History
-Revision 3.1.83.0 2024-03-24 21:36:04 EDT TST
+Revision 3.1.84.0 2024-04-08 22:48:07 EDT TST
 
 ---------------------------------------------------------------------
 
@@ -2599,6 +2599,7 @@ Commands:
   * appid.disable_debug(): disable appid debugging
   * appid.reload_third_party(): reload appid third-party module
   * appid.reload_detectors(): reload appid detectors
+  * appid.print_appid_config(): print appid configs
 
 Peg counts:
 
@@ -15747,6 +15748,7 @@ alert is raised by the enhanced JavaScript normalizer.
   * appid.disable_debug(): disable appid debugging
   * appid.reload_third_party(): reload appid third-party module
   * appid.reload_detectors(): reload appid detectors
+  * appid.print_appid_config(): print appid configs
   * host_cache.dump(file_name): dump host cache
   * host_cache.delete_host(host_ip): delete host from host cache
   * host_cache.delete_network_proto(host_ip, proto): delete network
index 6b61afd397c655137753b5ee9947392852bb5b5b..ce9f0f8e463222f24983c45d711a182c4d811a80 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 Upgrade Manual
 The Snort Team
 
 Revision History
-Revision 3.1.83.0 2024-03-24 21:36:54 EDT TST
+Revision 3.1.84.0 2024-04-08 22:49:12 EDT TST
 
 ---------------------------------------------------------------------
 
index 969652a7402915b16fd590e5b698c16659e11121..2e5d0b51181ea8fa81101730c31a6e080300241d 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 User Manual
 The Snort Team
 
 Revision History
-Revision 3.1.83.0 2024-03-24 21:36:21 EDT TST
+Revision 3.1.84.0 2024-04-08 22:48:29 EDT TST
 
 ---------------------------------------------------------------------