aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_check_for_rule_updates.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-01-28 16:19:59 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2014-01-28 16:19:59 -0500
commitec1200d91b3ad257379cf8d267c3098073b78b5d (patch)
tree6015df0b3a75d7563a6c7b28cfaea738e9ec0396 /config/snort/snort_check_for_rule_updates.php
parentc613223747934c62488bb55fb72138bec353ff61 (diff)
downloadpfsense-packages-ec1200d91b3ad257379cf8d267c3098073b78b5d.tar.gz
pfsense-packages-ec1200d91b3ad257379cf8d267c3098073b78b5d.tar.bz2
pfsense-packages-ec1200d91b3ad257379cf8d267c3098073b78b5d.zip
Bump Snort package to 2.9.5.6 v3.0.4
Diffstat (limited to 'config/snort/snort_check_for_rule_updates.php')
-rwxr-xr-xconfig/snort/snort_check_for_rule_updates.php2
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 0306c90d..9a69db1c 100755
--- a/config/snort/snort_check_for_rule_updates.php
+++ b/config/snort/snort_check_for_rule_updates.php
@@ -96,7 +96,7 @@ exec("/usr/local/bin/snort -V 2>&1 |/usr/bin/grep Version | /usr/bin/cut -c20-26
// Save the version with decimal delimiters for use in extracting the rules
$snort_version = $snortver[0];
if (empty($snort_version))
- $snort_version = "2.9.5.5";
+ $snort_version = "2.9.5.6";
// Create a collapsed version string for use in the tarball filename
$snortver[0] = str_replace(".", "", $snortver[0]);