diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 01:34:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-25 01:34:29 +0000 |
commit | 9b8199dac4055f4293d2eec68ed0f86533ec23ff (patch) | |
tree | 155e692aeb1ecce3667c0f1627765ed3cc7eea6e | |
parent | c663092bd2d526c253fa8ee685901193be9f9d04 (diff) | |
download | pfsense-packages-9b8199dac4055f4293d2eec68ed0f86533ec23ff.tar.gz pfsense-packages-9b8199dac4055f4293d2eec68ed0f86533ec23ff.tar.bz2 pfsense-packages-9b8199dac4055f4293d2eec68ed0f86533ec23ff.zip |
Add snort package and assign to HEAD.
It's not ready quite yet.
-rw-r--r-- | pkg_config.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index dce888d6..974dacf4 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -15,6 +15,17 @@ <configurationfile>nmap.xml</configurationfile> </package> <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. Snort has a real-time alerting capability, with alerts being sent to syslog, a separate "alert" file, or even to a Windows computer via Samba.</descr> + <category>Security</category> + <depends_on_package_base_url>http://www.pfsense.com/packages/All/</depends_on_package_base_url> + <depends_on_package>snort-2.6.0.2.tbz</depends_on_package> + <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file> + <version>2.6.0.2</version> + <required_version>HEAD</required_version> + <configurationfile>snort.xml</configurationfile> + </package> + <package> <name>miniupnpd</name> <descr>Emulates Microsoft's Internet Connection Service (ICS). It implements the UPnP Internet Gateway Device specification (IGD) and allows UPnP aware clients, such as MSN Messenger to |