diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-07-23 15:46:57 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-07-23 15:46:57 -0400 |
commit | bbcb47d8674c85e8aa6183951fc44c3416ac3487 (patch) | |
tree | cee30e2af7f943cbd08c8953f8a4189c3e966c49 | |
parent | ae3323845cd71bfae33f12203e6362f03fc634d9 (diff) | |
download | pfsense-packages-bbcb47d8674c85e8aa6183951fc44c3416ac3487.tar.gz pfsense-packages-bbcb47d8674c85e8aa6183951fc44c3416ac3487.tar.bz2 pfsense-packages-bbcb47d8674c85e8aa6183951fc44c3416ac3487.zip |
Forgot to change default Snort binary version here.
-rwxr-xr-x | config/snort/snort_check_for_rule_updates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_check_for_rule_updates.php b/config/snort/snort_check_for_rule_updates.php index 7e93366a..9d8d15d5 100755 --- a/config/snort/snort_check_for_rule_updates.php +++ b/config/snort/snort_check_for_rule_updates.php @@ -39,7 +39,7 @@ global $g, $config, $pkg_interface, $snort_gui_include, $rebuild_rules; if (!defined("VRT_DNLD_URL")) define("VRT_DNLD_URL", "https://www.snort.org/rules/"); if (!defined("SNORT_BIN_VERSION")) - define("SNORT_BIN_VERSION", "2.9.6.1"); + define("SNORT_BIN_VERSION", "2.9.6.2"); if (!defined("ET_VERSION")) define("ET_VERSION", "2.9.0"); if (!defined("ET_BASE_DNLD_URL")) |