]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
bump build
authorRuss Combs <rucombs@cisco.com>
Fri, 8 May 2015 11:46:18 +0000 (07:46 -0400)
committerRuss Combs <rucombs@cisco.com>
Fri, 8 May 2015 11:46:18 +0000 (07:46 -0400)
ChangeLog
doc/start.txt
src/actions/act_reject.cc
src/main/build.h
src/main/snort_module.cc

index 2765101d6d849b8b56dd62ab09dea8d8c77f9820..c5e51c20437a061136ccddc62a8352d1d293f24a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+15/05/08 - build 151
+
+-- doc tweaks
+-- new_http_inspect message parsing updates
+-- misc bug fixes
+
 15/04/30 - build 150
 
 -- fixed xcode static analysis issues
index 3df03423afdce8884f75ce7ba8f4628655078ae1..c963bbd92e62bb8168eef7ee1d5713e5caded386 100644 (file)
@@ -28,14 +28,19 @@ Optional:
 * asciidoc from http://www.methods.co.nz/asciidoc/ to build the HTML
   manual
 
+* check from http://check.sourceforge.net to build unit tests
+
 * dblatex from http://dblatex.sourceforge.net to build the pdf manual (in
   addition to asciidoc)
 
+* lzma from http://www.7-zip.org/sdk.html for decompression of SWF fles.
+
+* openssl from https://www.openssl.org for SHA and MD5 file signatures and
+  the protected_content rule option.
+
 * w3m from http://sourceforge.net/projects/w3m/ to build the plain text
   manual
 
-* check from http://check.sourceforge.net to build unit tests
-
 
 === Building
 
index 3428a355a3ebd4d6274691a6c30b701c4f24f6e3..e477dc9aa0d4cad1f02c9880c2d525386a7a8934 100644 (file)
@@ -42,7 +42,7 @@
  * - bypasses sequence strafing in inline mode.
  */
 
-// act_rej.cc author Russ Combs <rucombs@cisco.com>
+// act_reject.cc author Russ Combs <rucombs@cisco.com>
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
index a76785c6a48ee2d7ea5e71f5605b4007f073428e..b002c256cd72b3d415c6497dd335489001035950 100644 (file)
@@ -7,5 +7,5 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "150"
+#define BUILD "151"
 
index e5aec435727217967ee81225209e415a74b3019e..3ccee6f17c92f65502162d90ac055fa5c8393d22 100644 (file)
@@ -188,7 +188,7 @@ static const Parameter s_params[] =
       "<pcap>... (same as --pcap-list)" },
 
     { "-S", Parameter::PT_STRING, nullptr, nullptr,
-      "<n=v> set rules file variable n equal to value v" },
+      "<x=v> set config variable x equal to value v" },
 
     { "-s", Parameter::PT_INT, "68:65535", "1514",
       "<snap> (same as --snaplen)" },
@@ -229,8 +229,8 @@ static const Parameter s_params[] =
       "include year in timestamp in the alert and log files" },
 
     { "-z", Parameter::PT_INT, "0:", "1",
-      "<count> maximum number of packet threads (same as --max-packet-threads)\n"
-      "        0 gets the number of CPU cores reported by the system" },
+      "<count> maximum number of packet threads (same as --max-packet-threads)"
+      "0 gets the number of CPU cores reported by the system" },
 
     { "--alert-before-pass", Parameter::PT_IMPLIED, nullptr, nullptr,
       "process alert, drop, sdrop, or reject before pass; "
@@ -337,8 +337,7 @@ static const Parameter s_params[] =
       "output help in asciidoc compatible format" },
 
     { "--max-packet-threads", Parameter::PT_INT, "0:", "1",
-      "<count> configure maximum number of packet threads (same as -z)\n"
-      "        0 gets the number of CPU cores reported by the system" },
+      "<count> configure maximum number of packet threads (same as -z)" },
 
     { "--nostamps", Parameter::PT_IMPLIED, nullptr, nullptr,
       "don't include timestamps in log file names" },