Skip to content

Commit

Permalink
Pull request #4271: build: generate and tag 3.1.84.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Priyanka-Gurudev committed Apr 9, 2024
1 parent 70b811c commit e7312ef
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}")

Expand Down
12 changes: 12 additions & 0 deletions 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 <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
Expand Down
4 changes: 3 additions & 1 deletion doc/reference/snort_reference.text
Expand Up @@ -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

---------------------------------------------------------------------

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/upgrade/snort_upgrade.text
Expand Up @@ -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

---------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/user/snort_user.text
Expand Up @@ -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

---------------------------------------------------------------------

Expand Down

0 comments on commit e7312ef

Please sign in to comment.