diff options
-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> |