diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-11-18 00:05:44 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-11-18 00:05:44 -0500 |
commit | 9142c0a8939680cc73d11ae1f936a54e92e2a6d9 (patch) | |
tree | dab437e7912dd01386d761cadeacf0198c133ba5 /config/snort | |
parent | 0e16773047fb31d6c9bd86e187a6f8a373f326cf (diff) | |
download | pfsense-packages-9142c0a8939680cc73d11ae1f936a54e92e2a6d9.tar.gz pfsense-packages-9142c0a8939680cc73d11ae1f936a54e92e2a6d9.tar.bz2 pfsense-packages-9142c0a8939680cc73d11ae1f936a54e92e2a6d9.zip |
Bump Snort versions: binary to v2.9.7.6 and GUI pkg to v3.2.9
Diffstat (limited to 'config/snort')
-rwxr-xr-x | config/snort/snort.xml | 2 | ||||
-rw-r--r-- | config/snort/snort_defs.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort.xml b/config/snort/snort.xml index 9d20a4ab..e9e43202 100755 --- a/config/snort/snort.xml +++ b/config/snort/snort.xml @@ -45,7 +45,7 @@ </copyright> <description>Snort IDS/IPS Package</description> <name>Snort</name> - <version>3.2.8.2</version> + <version>3.2.9</version> <title>Services: Snort IDS</title> <include_file>/usr/local/pkg/snort/snort.inc</include_file> <menu> diff --git a/config/snort/snort_defs.inc b/config/snort/snort_defs.inc index ac09db44..961e8696 100644 --- a/config/snort/snort_defs.inc +++ b/config/snort/snort_defs.inc @@ -54,7 +54,7 @@ if (!defined("SNORT_BIN_VERSION")) { if (!empty($snortver)) define("SNORT_BIN_VERSION", $snortver); else - define("SNORT_BIN_VERSION", "2.9.7.5"); + define("SNORT_BIN_VERSION", "2.9.7.6"); } if (!defined("SNORT_SID_MODS_PATH")) define('SNORT_SID_MODS_PATH', "{$g['vardb_path']}/snort/sidmods/"); |