aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_post_install.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-11-11 17:10:32 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-11-11 17:10:32 -0200
commitbf28487b17524bbe7165c5a061d63c9f7ceb5ba2 (patch)
tree451bd062d82b7caee061784ab69ae7cd564e1bef /config/snort/snort_post_install.php
parentf4ae260c8ae8e54f0d40bfd337fbe9ed42253adb (diff)
parent1a4a8a76dde91010ec684ac5ee76a7ec74dee8d7 (diff)
downloadpfsense-packages-bf28487b17524bbe7165c5a061d63c9f7ceb5ba2.tar.gz
pfsense-packages-bf28487b17524bbe7165c5a061d63c9f7ceb5ba2.tar.bz2
pfsense-packages-bf28487b17524bbe7165c5a061d63c9f7ceb5ba2.zip
Merge pull request #725 from bmeeks8/snort-2.9.6.2-v3.1.5
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 48ba48e9..5009a8b3 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.1.4";
-write_config("Snort pkg v3.1.4: post-install configuration saved.");
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.1.5";
+write_config("Snort pkg v3.1.5: post-install configuration saved.");
/* Done with post-install, so clear flag */
unset($g['snort_postinstall']);