diff options
author | robscool <robrob2626@yahoo.com> | 2009-04-15 23:33:33 -0700 |
---|---|---|
committer | robscool <robrob2626@yahoo.com> | 2009-04-15 23:33:33 -0700 |
commit | e44e823f4e02415341f7182316107731d11f51b7 (patch) | |
tree | 59f2f6a7151787866129ab08689a0d037123e942 | |
parent | 1df0f5f95e278e87baeb2d24777787d7440bf398 (diff) | |
download | pfsense-packages-e44e823f4e02415341f7182316107731d11f51b7.tar.gz pfsense-packages-e44e823f4e02415341f7182316107731d11f51b7.tar.bz2 pfsense-packages-e44e823f4e02415341f7182316107731d11f51b7.zip |
modified: snort.inc snort.xml pkg_config.7.xml 04-15-09
modified: config/snort/snort.inc
Change of startup commands
modified: config/snort/snort.xml
Change version number.
modified: pkg_config.7.xml
Change of version number.
-rwxr-xr-x | config/snort/snort.inc | 2 | ||||
-rw-r--r-- | config/snort/snort.xml | 2 | ||||
-rwxr-xr-x | pkg_config.7.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 15dd1ad6..6de4c8f3 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -142,7 +142,7 @@ function sync_package_snort() /* TODO; get snort to start under nologin shell */ foreach($snortInterfaces as $snortIf) { - $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i {$snortIf} -o -A fast -q"; + $start .= ";sleep 8;snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i {$snortIf} -A fast -q"; } /* if block offenders is checked, start snort2c */ diff --git a/config/snort/snort.xml b/config/snort/snort.xml index af549a27..e9a8c87d 100644 --- a/config/snort/snort.xml +++ b/config/snort/snort.xml @@ -46,7 +46,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>Snort</name> - <version>2.8.4.3</version> + <version>2.8.4</version> <title>Services: Snort</title> <include_file>/usr/local/pkg/snort.inc</include_file> <menu> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 5c1a6cb6..65dff675 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -173,9 +173,9 @@ <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> + <depends_on_package>snort-2.8.4.tbz</depends_on_package> <config_file>http://www.pfsense.com/packages/config/snort/snort.xml</config_file> - <version>2.8.2.6_2</version> + <version>2.8.4</version> <required_version>1.2</required_version> <status>Stable</status> <configurationfile>snort.xml</configurationfile> |