diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-12-27 11:41:35 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-27 20:06:58 -0200 |
commit | cd22153d906751fa78cac73408a85dfe3c6d00ed (patch) | |
tree | 0d09ea16b57f3750890bfe1a6c042bec630fa7a0 /network/snort | |
parent | b2503044577bf12d721517cc3185f1e60a3f6519 (diff) |
network/snort: Updated for version 2.9.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/snort')
-rw-r--r-- | network/snort/README | 26 | ||||
-rw-r--r-- | network/snort/slack-desc | 2 | ||||
-rw-r--r-- | network/snort/snort.SlackBuild | 6 | ||||
-rw-r--r-- | network/snort/snort.info | 6 |
4 files changed, 21 insertions, 19 deletions
diff --git a/network/snort/README b/network/snort/README index cf0b57c75c62..2eab0c51b296 100644 --- a/network/snort/README +++ b/network/snort/README @@ -1,15 +1,17 @@ -Snort is an open source network intrusion detection and prevention system. It -is capable of performing real-time traffic analysis, alerting, blocking and -packet logging on IP networks. It utilizes a combination of protocol analysis -and pattern matching in order to detect a anomalies, misuse and attacks. -Snort uses a flexible rules language to describe activity that can be considered -malicious or anomalous as well as an analysis engine that incorporates a modular -plugin architecture. Snort is capable of detecting and responding in real-time, -sending alerts, performing session sniping, logging packets, or dropping -sessions/packets when deployed in-line. +Snort is an open source network intrusion detection and prevention system. +It is capable of performing real-time traffic analysis, alerting, blocking +and packet logging on IP networks. It utilizes a combination of protocol +analysis and pattern matching in order to detect a anomalies, misuse and +attacks. +Snort uses a flexible rules language to describe activity that can be +considered malicious or anomalous as well as an analysis engine that +incorporates a modular plugin architecture. Snort is capable of detecting +and responding in real-time, sending alerts, performing session sniping, +logging packets, or dropping sessions/packets when deployed in-line. -Snort has three primary functional modes. It can be used as a packet sniffer -like tcpdump(1), a packet logger (useful for network traffic debugging, etc), -or as a full blown network intrusion detection and prevention system. +Snort has three primary functional modes. It can be used as a packet +sniffer like tcpdump(1), a packet logger (useful for network traffic +debugging, etc), or as a full blown network intrusion detection and +prevention system. This requires libdnet and daq. diff --git a/network/snort/slack-desc b/network/snort/slack-desc index 1ba61509f0b3..956383c795f5 100644 --- a/network/snort/slack-desc +++ b/network/snort/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-------handy-ruler-----------------------------------------------------| + |-------handy-ruler----------------------------------------------------| snort: Snort (Intrusion Detection and Prevention System) snort: snort: Snort is an open source network intrusion detection and prevention diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild index 0df8ead2cea1..ce5e0ac4061b 100644 --- a/network/snort/snort.SlackBuild +++ b/network/snort/snort.SlackBuild @@ -25,10 +25,10 @@ # Modified by the SlackBuilds.org project # Maintained as of version 2.8.6.1 by Niels Horn <niels.horn@gmail.com> -# revision date: 2010/11/19 +# revision date: 2010/12/25 PRGNAM=snort -VERSION=${VERSION:-2.9.0.1} +VERSION=${VERSION:-2.9.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -121,7 +121,7 @@ cat etc/attribute_table.dtd > $PKG/etc/snort/attribute_table.dtd.new cat etc/gen-msg.map > $PKG/etc/snort/gen-msg.map.new # sid-msg.map is not included in the source tarball, but it is in the # snort-rules package. We'll just skip it for now, it might come back in -# the next release... +# some release... #cat etc/sid-msg.map > $PKG/etc/snort/sid-msg.map.new cat etc/unicode.map > $PKG/etc/snort/unicode.map.new diff --git a/network/snort/snort.info b/network/snort/snort.info index 54a1940f0312..f62626d37f26 100644 --- a/network/snort/snort.info +++ b/network/snort/snort.info @@ -1,8 +1,8 @@ PRGNAM="snort" -VERSION="2.9.0.1" +VERSION="2.9.0.3" HOMEPAGE="http://www.snort.org/" -DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/snort-2.9.0.1.tar.gz" -MD5SUM="30cc0094ba6365537185fb7eebea1491" +DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/snort-2.9.0.3.tar.gz" +MD5SUM="5f0c48b06453696ad32e27b9b3dd6603" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Niels Horn" |