aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-03-17 19:24:10 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-03-17 19:24:10 -0400
commite7ea7ecd4911c3bdacc18ea018f41c66b1029242 (patch)
tree205b15c9fa7c7a16248eb25934a53e039fa4cc58 /config/snort/snort_post_install.php
parent09c709ffc15c5cebd7439c33c6060aa86e8cc9de (diff)
downloadpfsense-packages-e7ea7ecd4911c3bdacc18ea018f41c66b1029242.tar.gz
pfsense-packages-e7ea7ecd4911c3bdacc18ea018f41c66b1029242.tar.bz2
pfsense-packages-e7ea7ecd4911c3bdacc18ea018f41c66b1029242.zip
Bump Snort package version to 2.9.7.2-v3.2.4
Diffstat (limited to 'config/snort/snort_post_install.php')
-rw-r--r--config/snort/snort_post_install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php
index 7ab8b3db..f93f1c87 100644
--- a/config/snort/snort_post_install.php
+++ b/config/snort/snort_post_install.php
@@ -263,8 +263,8 @@ 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.2.3";
-write_config("Snort pkg v3.2.3: post-install configuration saved.");
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.2.4";
+write_config("Snort pkg v3.2.4: post-install configuration saved.");
/* Done with post-install, so clear flag */
unset($g['snort_postinstall']);