aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-09-13 15:33:28 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-09-13 15:33:28 -0400
commitc662caf2c669edfd94022f1afe566f2939b8f13b (patch)
treed9e134a6312bb1cbc0af4ae703867fa7a92355cd /config/snort/snort_post_install.php
parente9423bf7fb424aad2474a07a01b5623859ba73ca (diff)
downloadpfsense-packages-c662caf2c669edfd94022f1afe566f2939b8f13b.tar.gz
pfsense-packages-c662caf2c669edfd94022f1afe566f2939b8f13b.tar.bz2
pfsense-packages-c662caf2c669edfd94022f1afe566f2939b8f13b.zip
Bump Snort package version to 2.9.6.2 pkg v3.1.3
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 addb6329..ebf09864 100644
--- a/config/snort/snort_post_install.php
+++ b/config/snort/snort_post_install.php
@@ -257,7 +257,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.2";
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.1.3";
write_config("Snort pkg: post-install configuration saved.");
/* Done with post-install, so clear flag */