From: Russ Combs Date: Mon, 29 Jan 2018 13:39:05 +0000 (-0500) Subject: Squashed commit of the following: X-Git-Tag: 3.0.0-242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ca9e8bb19de25706d9b24c82ed4e9166bb9ff84;p=thirdparty%2Fsnort3.git Squashed commit of the following: commit 536ac3db2daba502b1ec64a5f0f62a32b8d8ebad Author: Russ Combs Date: Mon Jan 29 08:38:34 2018 -0500 build 242 --- diff --git a/ChangeLog b/ChangeLog index a4c4211f9..bec505305 100644 --- 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 +-- 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 diff --git a/src/main/build.h b/src/main/build.h index f9d979edf..62d074d85 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -12,7 +12,7 @@ // // //-----------------------------------------------// -#define BUILD_NUMBER 241 +#define BUILD_NUMBER 242 #ifndef EXTRABUILD #define BUILD STRINGIFY_MX(BUILD_NUMBER)