[Lunar-commits] <moonbase> snort: version bumped to 2.9.0.
Florin Braescu
florin at lunar-linux.org
Tue Oct 5 20:28:09 CEST 2010
commit a84ee02c249d9db4d67a69fa93d39f8378f8f4cd
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Oct 5 21:28:09 2010 +0300
snort: version bumped to 2.9.0.
This release added a feature-rich IPS mode, including improvements to
Stream, a Data Acquisition API (DAQ) that supports many different
packet access methods, and a new 'byte_extract' rule option that allows
extracted values to be used in subsequent rule options for isdataat,
byte_test, byte_jump, and content distance/within/depth/offset. Two new
rule options were added to support Base64 decoding of certain pieces of
data and inspection of the Base64 data via subsequent rule options.
A new pattern matcher that supports Intel's Quick Assist Technology for
improved performance on supported hardware platforms was added.
---
security/snort/DEPENDS | 2 +-
security/snort/DETAILS | 14 ++++++--------
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/security/snort/DEPENDS b/security/snort/DEPENDS
index 48c0207..93cf01c 100644
--- a/security/snort/DEPENDS
+++ b/security/snort/DEPENDS
@@ -1,5 +1,5 @@
depends chkconfig
-depends libpcap
depends libtool
+depends daq
optional_depends mysql "--with-mysql" "" "MySQL logging support"
diff --git a/security/snort/DETAILS b/security/snort/DETAILS
index 29248d1..620546c 100644
--- a/security/snort/DETAILS
+++ b/security/snort/DETAILS
@@ -1,17 +1,15 @@
MODULE=snort
- MAJOR=2.8
- VERSION=$MAJOR.6.1
+ MAJOR=2.9
+ VERSION=$MAJOR.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=snortrules-snapshot-$MAJOR.tar.gz
- SOURCE_URL[0]=http://dl.snort.org/snort-current/20100722
+ SOURCE2=snortrules-snapshot-2861.tar.gz
SOURCE_URL[1]=$MIRROR_URL
SOURCE2_URL[0]=$MIRROR_URL
- SOURCE2_URL[1]=http://dl.snort.org/reg-rules
- SOURCE_VFY=sha1:66e991f151f6aae5dcdee92abc8092cd508a2aaa
- SOURCE2_VFY=sha1:e53fa49b59732d523394ecb7e291d90ac76d8b8a
+ SOURCE_VFY=sha1:1a54755f7e0b8cfe9f8d40f6eebbe07af4a83fe5
+ SOURCE2_VFY=sha1:1712e1709245418ff88a64efbf1bb069a6921773
WEB_SITE=http://www.snort.org
ENTERED=20011022
- UPDATED=20100803
+ UPDATED=20101005
SHORT="Lightweight network intrustion detection program"
cat << EOF
More information about the Lunar-commits
mailing list