aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2015-07-13 19:26:12 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2015-07-13 19:26:12 -0400
commit4106c494cdc49668e23a4bae378edc69521468bb (patch)
treebd75b123c267310e548091833f51b0bdf0f6c800
parent945bdb61b7486d61008656cff1c60410e65a387a (diff)
downloadpfsense-packages-4106c494cdc49668e23a4bae378edc69521468bb.tar.gz
pfsense-packages-4106c494cdc49668e23a4bae378edc69521468bb.tar.bz2
pfsense-packages-4106c494cdc49668e23a4bae378edc69521468bb.zip
Bump Snort package to version 3.2.6
-rwxr-xr-xconfig/snort/snort.xml2
-rw-r--r--config/snort/snort_migrate_config.php2
-rw-r--r--config/snort/snort_post_install.php6
-rw-r--r--pkg_config.10.xml2
4 files changed, 6 insertions, 6 deletions
diff --git a/config/snort/snort.xml b/config/snort/snort.xml
index a9b4bed4..6c70b39e 100755
--- a/config/snort/snort.xml
+++ b/config/snort/snort.xml
@@ -47,7 +47,7 @@
<faq>Currently there are no FAQ items provided.</faq>
<name>Snort</name>
<version>2.9.7.3</version>
- <title>Services:2.9.7.3 pkg v3.2.5</title>
+ <title>Services:2.9.7.3 pkg v3.2.6</title>
<include_file>/usr/local/pkg/snort/snort.inc</include_file>
<menu>
<name>Snort</name>
diff --git a/config/snort/snort_migrate_config.php b/config/snort/snort_migrate_config.php
index 2d8d8927..ae1daf6a 100644
--- a/config/snort/snort_migrate_config.php
+++ b/config/snort/snort_migrate_config.php
@@ -541,7 +541,7 @@ unset($r);
// Log a message if we changed anything
if ($updated_cfg) {
- $config['installedpackages']['snortglobal']['snort_config_ver'] = "3.2.5";
+ $config['installedpackages']['snortglobal']['snort_config_ver'] = "3.2.6";
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 0c0fb723..280f0efe 100644
--- a/config/snort/snort_post_install.php
+++ b/config/snort/snort_post_install.php
@@ -249,7 +249,7 @@ if ($config['installedpackages']['snortglobal']['forcekeepsettings'] == 'on') {
if ($pkg_interface <> "console") {
update_status(gettext("Starting Snort using rebuilt configuration..."));
mwexec_bg("{$rcdir}snort.sh start");
- update_output_window(gettext("Snort is starting as a background taks using the rebuilt configuration..."));
+ update_output_window(gettext("Snort is starting as a background task using the rebuilt configuration..."));
}
else
mwexec_bg("{$rcdir}snort.sh start");
@@ -265,8 +265,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.5";
-write_config("Snort pkg v3.2.5: post-install configuration saved.");
+$config['installedpackages']['snortglobal']['snort_config_ver'] = "3.2.6";
+write_config("Snort pkg v3.2.6: post-install configuration saved.");
/* Done with post-install, so clear flag */
unset($g['snort_postinstall']);
diff --git a/pkg_config.10.xml b/pkg_config.10.xml
index 59ccb704..de56da0f 100644
--- a/pkg_config.10.xml
+++ b/pkg_config.10.xml
@@ -404,7 +404,7 @@
</build_pbi>
<build_options>barnyard2_UNSET_FORCE=ODBC PGSQL PRELUDE;barnyard2_SET_FORCE=GRE IPV6 MPLS MYSQL PORT_PCAP BRO;snort_SET_FORCE=BARNYARD PERFPROFILE SOURCEFIRE GRE IPV6 NORMALIZER APPID;snort_UNSET_FORCE=PULLEDPORK FILEINSPECT HA</build_options>
<config_file>https://packages.pfsense.org/packages/config/snort/snort.xml</config_file>
- <version>3.2.5</version>
+ <version>3.2.6</version>
<required_version>2.2</required_version>
<status>Stable</status>
<configurationfile>/snort.xml</configurationfile>