[Lunar-commits] <moonbase> snort: version bumped to 2.8.6.

Florin Braescu florin at lunar-linux.org
Tue Apr 27 09:31:45 CEST 2010


commit 1ed322d8ed55658182a09aa4b050b75599d8fb1e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Apr 27 10:31:45 2010 +0300

    snort: version bumped to 2.8.6.
    
    New Additions
       * HTTP Inspect now splits requests into 5 components -
         Method, URI, Header (non-cookie), Cookies, Body.
         Content and PCRE rule options can now search one or more of these buffers.
    
         HTTP server-specific configurations to normalize the HTTP header and/or
         cookies have been added.
    
         Support gzip decompression across multiple packets.
    
       * Added a Sensitive Data preprocessor, which performs detection of
         Personally Identifiable Information (PII).  A new rule option is available
         to define new PII.  See README.sensitive_data and the Snort Manual
         for configuration details.
    
       * Added a new pattern matcher and related configurations.  The new pattern
         matcher is optimized to use less memory and perform at AC speed.
    
    Improvements
       * Addressed problem to resolve output obfuscation affecting packets
         when Snort is inline.
    
       * Preprocessors with memcap settings can now be configured in a "disabled"
         state.  This allows you to configure that memcap globally, but only enable
         the preprocessor in targeted configurations.
---
 security/snort/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/snort/DETAILS b/security/snort/DETAILS
index 8bc62a2..909e500 100644
--- a/security/snort/DETAILS
+++ b/security/snort/DETAILS
@@ -1,16 +1,16 @@
           MODULE=snort
-         VERSION=2.8.5.3
            MAJOR=2.8
+         VERSION=$MAJOR.6
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=snortrules-snapshot-$MAJOR.tar.gz
       SOURCE_URL=http://dl.snort.org/snort-current
   SOURCE2_URL[0]=$MIRROR_URL
   SOURCE2_URL[1]=http://dl.snort.org/reg-rules
-      SOURCE_VFY=sha1:e376f546977c695b21b9a5253e5d7c69cd53c63c
+      SOURCE_VFY=sha1:e463c99994e52171439623e1b05b9e1bcf01ac8f
      SOURCE2_VFY=sha1:e53fa49b59732d523394ecb7e291d90ac76d8b8a
         WEB_SITE=http://www.snort.org
          ENTERED=20011022
-         UPDATED=20100219
+         UPDATED=20100427
            SHORT="Lightweight network intrustion detection program"
 
 cat << EOF


More information about the Lunar-commits mailing list