From: Priyanka Bangalore Gurudev (prbg) Date: Tue, 9 Apr 2024 20:42:54 +0000 (+0000) Subject: Pull request #4271: build: generate and tag 3.1.84.0 X-Git-Tag: 3.1.84.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7312efd840d66a52a2019abe1db7cc89ca0f39a;p=thirdparty%2Fsnort3.git Pull request #4271: build: generate and tag 3.1.84.0 Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.84.0 to master Squashed commit of the following: commit ea6d2d4ce80fe78f27587f110cce3d9aa290dc55 Author: Priyanka Gurudev Date: Mon Apr 8 23:21:03 2024 -0400 build: generate and tag 3.1.84.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ef9225f5..366fef785 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 83) +set (VERSION_PATCH 84) set (VERSION_SUBLEVEL 0) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}") diff --git a/ChangeLog.md b/ChangeLog.md index ea2cd5c03..ec17051c0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 and Hauke Mehrtens for reporting this! +* xhash: fixed typo + 2024-03-24: 3.1.83.0 * detection: use correct packet in trace logs diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index f3e957513..6a930d7b1 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.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 diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index 6b61afd39..ce9f0f8e4 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.83.0 2024-03-24 21:36:54 EDT TST +Revision 3.1.84.0 2024-04-08 22:49:12 EDT TST --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index 969652a74..2e5d0b511 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.83.0 2024-03-24 21:36:21 EDT TST +Revision 3.1.84.0 2024-04-08 22:48:29 EDT TST ---------------------------------------------------------------------