aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-02-03 12:41:32 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2015-02-03 12:41:32 -0500
commit9c3ad294a80904a492cc5720eaee0afc33af33d4 (patch)
treea9aa05c695f823063af100eacc405b09cc691910 /config/snort/snort_post_install.php
parent388792a6710deade660a860eb2685e4340bbf274 (diff)
downloadpfsense-packages-9c3ad294a80904a492cc5720eaee0afc33af33d4.tar.gz
pfsense-packages-9c3ad294a80904a492cc5720eaee0afc33af33d4.tar.bz2
pfsense-packages-9c3ad294a80904a492cc5720eaee0afc33af33d4.zip
Bump Snort GUI package to 3.2.3
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 bbe7e3e2..7ab8b3db 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";
-write_config("Snort pkg v3.2: post-install configuration saved.");
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.2.3";
+write_config("Snort pkg v3.2.3: post-install configuration saved.");
/* Done with post-install, so clear flag */
unset($g['snort_postinstall']);