aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_post_install.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-05-14 00:10:08 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-05-14 00:10:08 -0400
commitb39d88f35138ef6e7c11801c95be7abd67d74b20 (patch)
tree0e5a601a097a25e7b10cf304c9c93a2336a14fbe /config/suricata/suricata_post_install.php
parent336b9883d551ea0f8e646838ad3bae2f9bd43e66 (diff)
downloadpfsense-packages-b39d88f35138ef6e7c11801c95be7abd67d74b20.tar.gz
pfsense-packages-b39d88f35138ef6e7c11801c95be7abd67d74b20.tar.bz2
pfsense-packages-b39d88f35138ef6e7c11801c95be7abd67d74b20.zip
Bump Suricata package to v2.1.5 and PBI binary to 2.0.8_1
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 61d37130..aec8983e 100644
--- a/config/suricata/suricata_post_install.php
+++ b/config/suricata/suricata_post_install.php
@@ -281,8 +281,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.4";
-write_config("Suricata pkg v2.1.4: post-install configuration saved.");
+$config['installedpackages']['suricata']['config'][0]['suricata_config_ver'] = "2.1.5";
+write_config("Suricata pkg v2.1.5: post-install configuration saved.");
// Done with post-install, so clear flag
unset($g['suricata_postinstall']);