From c7e9ae35de710b7fb142542fa116cf707a0f768c Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Tue, 3 Feb 2015 12:41:32 -0500 Subject: Bump Snort GUI package to 3.2.3 --- config/snort/snort.xml | 2 +- config/snort/snort_migrate_config.php | 2 +- config/snort/snort_post_install.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/snort/snort.xml b/config/snort/snort.xml index fb23997c..60573130 100755 --- a/config/snort/snort.xml +++ b/config/snort/snort.xml @@ -47,7 +47,7 @@ Currently there are no FAQ items provided. Snort 2.9.7.0 - Services:2.9.7.0 pkg v3.2.2 + Services:2.9.7.0 pkg v3.2.3 /usr/local/pkg/snort/snort.inc Snort diff --git a/config/snort/snort_migrate_config.php b/config/snort/snort_migrate_config.php index 12ae5d19..de8ac308 100644 --- a/config/snort/snort_migrate_config.php +++ b/config/snort/snort_migrate_config.php @@ -533,7 +533,7 @@ unset($r); // Log a message if we changed anything if ($updated_cfg) { - $config['installedpackages']['snortglobal']['snort_config_ver'] = "3.2"; + $config['installedpackages']['snortglobal']['snort_config_ver'] = "3.2.3"; log_error("[Snort] Settings successfully migrated to new configuration format..."); } else 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']); -- cgit v1.2.3