]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Squashed commit of the following: 3.0.0-242 BUILD_242
authorRuss Combs <rucombs@cisco.com>
Mon, 29 Jan 2018 13:39:05 +0000 (08:39 -0500)
committerRuss Combs <rucombs@cisco.com>
Mon, 29 Jan 2018 13:39:05 +0000 (08:39 -0500)
commit 536ac3db2daba502b1ec64a5f0f62a32b8d8ebad
Author: Russ Combs <rucombs@cisco.com>
Date:   Mon Jan 29 08:38:34 2018 -0500

    build 242

ChangeLog
src/main/build.h

index a4c4211f9506e79abbcce02cc366b4a564a194f7..bec505305793aa7e0c43cd5c5e93ed88b0c07893 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+18/01/29 - build 242
+
+-- build: add STATIC to add_library call of port_scan to build it statically
+   otherwise link will fail (Makefile.am already build only the static version)
+   thanks to Fabrice Fontaine <fontaine.fabrice@gmail.com>
+-- doc: update snort2lua for .rules files
+-- doc: fixed some typos
+-- expect: removed a single-element structure ExpectFlows
+-- file_api: give FilePolicyBase a default virtual destructor
+-- file: gracefully handle not having file policy configured in dce_smb
+-- flow: provided access to all expected flows created by a packet
+-- inspection events: added mandatory expected flow pub sub support
+-- inspector_manager: fix acquire and use of default policy
+-- profiler: fixed missing include
+-- sfdaq: export can_whitelist() and modify_flow_opaque()file_api:
+   move VerdictName array out of file_api.h
+-- snort2lua: fix file_rule_path and fw_log_size handling in firewall preprocessor
+-- snort2lua: make sure file_magic table comes before file_id table.
+-- snort2lua: detect commented 'alert' rules and convert them from snort to snort3 format.
+   Leave the rules commented out in the snort3 rules file.
+-- snort2lua: convert *.rules files line-by-line
+-- unit tests: updated Catch
+-- unit tests: added ability to run Catch tests from dynamic modules
+-- utils, flatbuffers: added a uniform interface for 64-bit endian swaps
+
 17/12/15 - build 241
 
 -- add back the ref count for file config
index f9d979edfe0e42c8b494dd00b12978b43ab446de..62d074d85fae87986a6f9f6a71d701ed227ba206 100644 (file)
@@ -12,7 +12,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD_NUMBER 241
+#define BUILD_NUMBER 242
 
 #ifndef EXTRABUILD
 #define BUILD STRINGIFY_MX(BUILD_NUMBER)