diff options
-rwxr-xr-x | config/dansguardian/dansguardian.inc | 2 | ||||
-rw-r--r-- | pkg_config.10.xml | 16 | ||||
-rw-r--r-- | pkg_config.8.xml | 15 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 15 |
4 files changed, 47 insertions, 1 deletions
diff --git a/config/dansguardian/dansguardian.inc b/config/dansguardian/dansguardian.inc index 53262ab0..cd453322 100755 --- a/config/dansguardian/dansguardian.inc +++ b/config/dansguardian/dansguardian.inc @@ -1198,7 +1198,7 @@ EOF; log_error('Dansguardian is disabled, stopping process...'); mwexec("$script stop"); } - @unlink($script)) + @unlink($script); } if (!file_exists(DANSGUARDIAN_DIR . '/etc/dansguardian/lists/phraselists/pornography/weighted_russian_utf8')) diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 868af841..5fe2abd3 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -1586,6 +1586,22 @@ <depends_on_package_pbi>apcupsd-3.14.10_1-##ARCH##.pbi</depends_on_package_pbi> </package> <package> + <name>LADVD</name> + <descr>Send and decode link layer advertisements</descr> + <website>https://code.google.com/p/ladvd/</website> + <category>Network Management</category> + <version>1.0.4</version> + <status>BETA</status> + <depends_on_package_pbi>ladvd-1.0.4-##ARCH##.pbi</depends_on_package_pbi> + <config_file>http://www.pfsense.org/packages/config/ladvd/ladvd.xml</config_file> + <build_pbi> + <port>net/ladvd</port> + </build_pbi> + <pkginfolink></pkginfolink> + <required_version>2.2</required_version> + <configurationfile>ladvd.xml</configurationfile> + </package> + <package> <name>suricata</name> <website>http://suricata-ids.org/</website> <descr><![CDATA[Suricata is the OISF IDP engine, the open source Intrusion Detection and Prevention Engine.]]></descr> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index cc598ca2..8b2f2677 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -2028,6 +2028,21 @@ <depends_on_package_pbi>apcupsd-3.14.10_1-i386.pbi</depends_on_package_pbi> </package> <package> + <name>LADVD</name> + <descr>Send and decode link layer advertisements</descr> + <website>https://code.google.com/p/ladvd/</website> + <category>Network Management</category> + <version>1.0.4</version> + <status>BETA</status> + <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>ladvd-1.0.4-i386.pbi</depends_on_package_pbi> + <config_file>http://www.pfsense.org/packages/config/ladvd/ladvd.xml</config_file> + <build_port_path>/usr/ports/net/ladvd</build_port_path> + <pkginfolink></pkginfolink> + <required_version>2.1</required_version> + <configurationfile>ladvd.xml</configurationfile> + </package> + <package> <name>suricata</name> <website>http://suricata-ids.org/</website> <descr><![CDATA[Suricata is the OISF IDP engine, the open source Intrusion Detection and Prevention Engine.]]></descr> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 870f8587..80fbb517 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -2015,6 +2015,21 @@ <depends_on_package_pbi>apcupsd-3.14.10_1-amd64.pbi</depends_on_package_pbi> </package> <package> + <name>LADVD</name> + <descr>Send and decode link layer advertisements</descr> + <website>https://code.google.com/p/ladvd/</website> + <category>Network Management</category> + <version>1.0.4</version> + <status>BETA</status> + <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> + <depends_on_package_pbi>ladvd-1.0.4-amd64.pbi</depends_on_package_pbi> + <config_file>http://www.pfsense.org/packages/config/ladvd/ladvd.xml</config_file> + <build_port_path>/usr/ports/net/ladvd</build_port_path> + <pkginfolink></pkginfolink> + <required_version>2.1</required_version> + <configurationfile>ladvd.xml</configurationfile> + </package> + <package> <name>suricata</name> <website>http://suricata-ids.org/</website> <descr><![CDATA[Suricata is the OISF IDP engine, the open source Intrusion Detection and Prevention Engine.]]></descr> |