diff options
-rw-r--r-- | pkg_config.7.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index f67a108e..b5f3de92 100644 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -2,7 +2,19 @@ <!-- pfSense packages --> <!-- $Id$ --> <pfsensepkgs> - <packages> + <packages> + <package> + <name>snort</name> + <descr>Snort is a libpcap-based packet sniffer/logger which can be used as a lightweight network intrusion detection system. It features rules based logging and can perform content searching/matching in addition to being used to detect a variety of other attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, and much more.</descr> + <category>Security</category> + <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> + <depends_on_package>snort-2.8.2.1.tbz</depends_on_package> + <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file> + <version>2.8.2.1</version> + <required_version>1.2</required_version> + <status>STABLE</status> + <configurationfile>snort.xml</configurationfile> + </package> <package> <name>spamd</name> <website>http://www.openbsd.org/spamd/</website> |