aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-12-28 16:33:39 -0500
committerbmeeks8 <bmeeks8@bellsouth.net>2014-12-28 16:33:39 -0500
commit20518f1fbae82aee10ee617636f5fdb66209d324 (patch)
tree605fe07c31772dc86f6efd8279ffc0d28944a336 /config/suricata/suricata_post_install.php
parent017da7aa775c01bd5530849ac0885d82976238eb (diff)
downloadpfsense-packages-20518f1fbae82aee10ee617636f5fdb66209d324.tar.gz
pfsense-packages-20518f1fbae82aee10ee617636f5fdb66209d324.tar.bz2
pfsense-packages-20518f1fbae82aee10ee617636f5fdb66209d324.zip
Bump Suricata GUI package version to 2.1.2 for bug fixes.
Diffstat (limited to 'config/suricata/suricata_post_install.php')
-rw-r--r--config/suricata/suricata_post_install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/suricata/suricata_post_install.php b/config/suricata/suricata_post_install.php
index d5c771be..070cf095 100644
--- a/config/suricata/suricata_post_install.php
+++ b/config/suricata/suricata_post_install.php
@@ -258,8 +258,8 @@ if (empty($config['installedpackages']['suricata']['config'][0]['forcekeepsettin
conf_mount_ro();
// Update Suricata package version in configuration
-$config['installedpackages']['suricata']['config'][0]['suricata_config_ver'] = "2.1";
-write_config("Suricata pkg v2.1: post-install configuration saved.");
+$config['installedpackages']['suricata']['config'][0]['suricata_config_ver'] = "2.1.2";
+write_config("Suricata pkg v2.1.2: post-install configuration saved.");
// Done with post-install, so clear flag
unset($g['suricata_postinstall']);