aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-07-28 11:42:51 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-07-28 11:42:51 -0400
commit29d04728a1f94feeefe8a8df07a6343fa554ca9b (patch)
tree4118f8fbdcb0944d03f27a89cdefd231d64a5eb8 /config/snort/snort_post_install.php
parent976b82312d5ed896c4858d6d0823e40f312b3b4f (diff)
downloadpfsense-packages-29d04728a1f94feeefe8a8df07a6343fa554ca9b.tar.gz
pfsense-packages-29d04728a1f94feeefe8a8df07a6343fa554ca9b.tar.bz2
pfsense-packages-29d04728a1f94feeefe8a8df07a6343fa554ca9b.zip
Bump Snort GUI package version to v3.1.2 -- bug fixes.
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 25be448a..c1be72cc 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.1";
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.1.2";
write_config("Snort pkg: post-install configuration saved.");
/* Done with post-install, so clear flag */