diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-05-14 00:10:08 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-05-14 00:10:08 -0400 |
commit | b39d88f35138ef6e7c11801c95be7abd67d74b20 (patch) | |
tree | 0e5a601a097a25e7b10cf304c9c93a2336a14fbe | |
parent | 336b9883d551ea0f8e646838ad3bae2f9bd43e66 (diff) | |
download | pfsense-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
-rw-r--r-- | config/suricata/suricata.xml | 2 | ||||
-rw-r--r-- | config/suricata/suricata_post_install.php | 4 | ||||
-rw-r--r-- | pkg_config.10.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/suricata/suricata.xml b/config/suricata/suricata.xml index 88628877..91708672 100644 --- a/config/suricata/suricata.xml +++ b/config/suricata/suricata.xml @@ -42,7 +42,7 @@ <description>Suricata IDS/IPS Package</description> <requirements>None</requirements> <name>suricata</name> - <version>2.0.4 pkg v2.1.4</version> + <version>2.0.8 pkg v2.1.5</version> <title>Services: Suricata IDS</title> <include_file>/usr/local/pkg/suricata/suricata.inc</include_file> <menu> 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']); diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 69f7dae8..3e46eec9 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1623,7 +1623,7 @@ <website>http://suricata-ids.org/</website> <descr><![CDATA[High Performance Network IDS, IPS and Security Monitoring engine by OISF.]]></descr> <category>Security</category> - <version>2.1.4</version> + <version>2.1.5</version> <status>Stable</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/suricata/suricata.xml</config_file> @@ -1635,7 +1635,7 @@ <ports_after>security/barnyard2</ports_after> </build_pbi> <build_options>barnyard2_UNSET_FORCE=ODBC PGSQL PRELUDE;barnyard2_SET_FORCE=GRE IPV6 MPLS MYSQL PORT_PCAP BRO;suricata_SET_FORCE=IPFW PORTS_PCAP GEOIP JSON NSS LUAJIT HTP_PORT;suricata_UNSET_FORCE=PRELUDE TESTS SC LUA</build_options> - <depends_on_package_pbi>suricata-2.0.6-##ARCH##.pbi</depends_on_package_pbi> + <depends_on_package_pbi>suricata-2.0.8_1-##ARCH##.pbi</depends_on_package_pbi> </package> <package> <name>FTP Client Proxy</name> |