diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-11-03 12:53:38 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-11-03 12:53:38 -0500 |
commit | bd4191a0c0a81588441d719c2fb465b8e3aca29e (patch) | |
tree | 47064e1d9ffab1fad48d279b5753159accacd3f7 /config/snort/snort_post_install.php | |
parent | b093fd924757a2c803fb5c5f66fd15ae4966e6fc (diff) | |
download | pfsense-packages-bd4191a0c0a81588441d719c2fb465b8e3aca29e.tar.gz pfsense-packages-bd4191a0c0a81588441d719c2fb465b8e3aca29e.tar.bz2 pfsense-packages-bd4191a0c0a81588441d719c2fb465b8e3aca29e.zip |
Bump Snort 2.9.6.2 pkg version to 3.1.4 for bug fix.
Diffstat (limited to 'config/snort/snort_post_install.php')
-rw-r--r-- | config/snort/snort_post_install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php index c295b881..48ba48e9 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.3"; -write_config("Snort pkg v3.1.3: post-install configuration saved."); +$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.1.4"; +write_config("Snort pkg v3.1.4: post-install configuration saved."); /* Done with post-install, so clear flag */ unset($g['snort_postinstall']); |