aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-07-25 13:01:18 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-07-25 13:01:18 -0400
commit8d9fa4aa122bc12e81faf5f81125edc2f64e3853 (patch)
treece687f5b8b338e3b3e943ae6aa0ba5fa4b094a9e /config/snort/snort_post_install.php
parente90252e2731fd88a3b53889e6ef1ef370642667f (diff)
downloadpfsense-packages-8d9fa4aa122bc12e81faf5f81125edc2f64e3853.tar.gz
pfsense-packages-8d9fa4aa122bc12e81faf5f81125edc2f64e3853.tar.bz2
pfsense-packages-8d9fa4aa122bc12e81faf5f81125edc2f64e3853.zip
Bump Snort GUI package version to 3.1.1 for bug fix.
Diffstat (limited to 'config/snort/snort_post_install.php')
-rw-r--r--config/snort/snort_post_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php
index b36578b8..25be448a 100644
--- a/config/snort/snort_post_install.php
+++ b/config/snort/snort_post_install.php
@@ -178,7 +178,7 @@ if (stristr($config['widgets']['sequence'], "snort_alerts-container") === FALSE)
$config['widgets']['sequence'] .= ",{$snort_widget_container}";
/* Update Snort package version in configuration */
-$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.1";
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.1.1";
write_config("Snort pkg: post-install configuration saved.");
/* Done with post-install, so clear flag */