From: Russ Combs Date: Tue, 17 Jan 2017 19:45:31 +0000 (-0500) Subject: build 224 X-Git-Tag: 3.0.0-233~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55950bd04e6dde3ea54990429d38acaf46d82fc;p=thirdparty%2Fsnort3.git build 224 --- diff --git a/ChangeLog b/ChangeLog index b849e661a..39233fa00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +17/01/17 - build 224 + +-- fix various stream_tcp flush issues +-- fix various cmake issues +-- fix appid counting of kerberos flows +-- fix expected flow leak when expiring nodes during lookup + thanks to João Soares for reporting the issue +-- fix autoconf retrieving PCRE cppflags from pkg-config +-- fix stream_user reassembly +-- remove unused appid.thirdparty_appid_dir +-- build and install plugins as modules instead of libraries +-- obfuscate stream rebuilt payload +-- updates for latest zlib +-- disable smb2 processing when file service is disabled +-- refactor includes; prune the set of installed headers +-- don't build alert_sf_socket on OSX +-- added CPP flags used to build Snort to snort.pc for extras and other + plugins to use + 16/21/16 - build 223 -- port 2983 smb active response updates diff --git a/src/main/build.h b/src/main/build.h index 76a394553..bf32c97f0 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "223" +#define BUILD "224" #endif