diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-11-11 09:24:34 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-11-11 09:24:34 -0500 |
commit | 934a7e762a8ca74fabc018067297ea2b76473edb (patch) | |
tree | f4c50918d58b74c872891d9b99cc0a05c122bba8 | |
parent | 33e8e9609120f6693fdf4513bb4733b2e7756ba0 (diff) | |
download | pfsense-packages-934a7e762a8ca74fabc018067297ea2b76473edb.tar.gz pfsense-packages-934a7e762a8ca74fabc018067297ea2b76473edb.tar.bz2 pfsense-packages-934a7e762a8ca74fabc018067297ea2b76473edb.zip |
Fix for Snort and Suricata <build_options>.
-rw-r--r-- | pkg_config.10.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 1a4c020e..e3089783 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -408,7 +408,7 @@ <port>security/snort</port> <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;snort_SET_FORCE=BARNYARD PERFPROFILE SOURCEFIRE GRE IPV6 NORMALIZER APPID;snort_UNSET_FORCE=PULLEDPORK FILEINSPECT HA</build_options> + <build_options>security_barnyard2_UNSET_FORCE=ODBC PGSQL PRELUDE;security_barnyard2_SET_FORCE=GRE IPV6 MPLS MYSQL PORT_PCAP BRO;security_snort_SET_FORCE=BARNYARD PERFPROFILE SOURCEFIRE GRE IPV6 NORMALIZER APPID;security_snort_UNSET_FORCE=PULLEDPORK FILEINSPECT HA</build_options> <config_file>https://packages.pfsense.org/packages/config/snort/snort.xml</config_file> <version>3.2.8.3</version> <required_version>2.2</required_version> @@ -1775,7 +1775,7 @@ <port>security/suricata</port> <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> + <build_options>security_barnyard2_UNSET_FORCE=ODBC PGSQL PRELUDE;security_barnyard2_SET_FORCE=GRE IPV6 MPLS MYSQL PORT_PCAP BRO;security_suricata_SET_FORCE=IPFW PORTS_PCAP GEOIP JSON NSS LUAJIT HTP_PORT;security_suricata_UNSET_FORCE=PRELUDE TESTS SC LUA</build_options> <depends_on_package_pbi>suricata-2.0.9-##ARCH##.pbi</depends_on_package_pbi> </package> <package> |