diff options
author | salo <salo@pkgsrc.org> | 2003-12-31 14:11:42 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-12-31 14:11:42 +0000 |
commit | 495195d60a075036cddb5776ab12130a4799767f (patch) | |
tree | 98bdd7cb073aaeb4e8d964549c19a948953ae81d /net/snort/distinfo | |
parent | d918b4cec81ec0bf52b2b3835e9cacd9d0ef5f9f (diff) | |
download | pkgsrc-495195d60a075036cddb5776ab12130a4799767f.tar.gz |
Update to version 2.1.0.
Changes:
2.1.0:
======
- A new connection tracking module, Flow (replaces conversation)
- A new portscan detector based off of Flow, Flow-Portscan (replaces
portscan2)
- A new http preprocessor, HttpInspect (replaces http_decode)
- Alert Thresholding and Suppression
- PCRE rule keyword (Perl Compat Regular Expressions)
- isdataat rule keyword (buffer length detection)
- A ton of new and updated rules.
2.0.6:
======
- 64-bit update for detection engine. (Thanks, Silio d'Angelo)
- Added better PPP decoding. (Thanks Jesper Peterson)
- Updated ip_proto optimization for high-speed detection engine.
- Fixed infinite loop problem that was introduced by the recursive pattern
matching patch. Reported by Lawrence Reed, thanks for testing out the
changes for us!
- Various changes to help respond (version 1) work a little better.
- spp_http_decode 64-bit patch from Dirk Mueller.
- Out-of-order ACK problem from Andrew Rucker. Also, updated stream4 to the
most recent version from HEAD.
- Minor fixes to tagging related to 'src' and 'dst' directives
- When counting one byte patterns in 'ningroup' added a check for
psLen==1 (wu-manber pattern matcher). Thanks Josh Sakofsky and Dennis
McGuire for helping us test this.
2.0.5:
======
- Stream4 fixes from Andrew Rucker Jones.
- Allow memcap to be configured for threshold features.
2.0.4:
======
- Fixed a core dump introduced with 2.0.3 when dealing with negated patterns
2.0.3:
======
- doe_ptr handling in byte_test/byte_jump slightly modified to work
better with the pcre patch
- content processing is now recursive to make distance/within processing
better ( thanks to Shai Rubin for patch! )
- fixed a bug in the mwm.c pattern matcher that resulted in some alerts
not firing in a particular configuration of rules
2.0.2:
======
- Added Thresholding and Suppression features (Marc Norton/Sourcefire)
- Fixed TCP RST processing bug found (Shai Rubin)
- Cleanup of spp_arpspoof (Jeff Nathan)
- Cleanup of win32 version including proper Event Log support (Chris Reid)
- Munged data fixes for stream4 (Chris Green)
Diffstat (limited to 'net/snort/distinfo')
-rw-r--r-- | net/snort/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/snort/distinfo b/net/snort/distinfo index d9d982b3b13..9c5c0aca7e1 100644 --- a/net/snort/distinfo +++ b/net/snort/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2003/09/23 15:43:51 salo Exp $ +$NetBSD: distinfo,v 1.19 2003/12/31 14:11:42 salo Exp $ -SHA1 (snort-2.0.2.tar.gz) = e79733bc1a17b2cb9cb0d64cc94c7cc9d16fba18 -Size (snort-2.0.2.tar.gz) = 1885220 bytes +SHA1 (snort-2.1.0.tar.gz) = fa54d1ccdddde5ba1a793c6ab88006534933c66e +Size (snort-2.1.0.tar.gz) = 2244701 bytes SHA1 (patch-aa) = 33a0a8014ce8458f99da8eefb68127ef02d8628c SHA1 (patch-ab) = 0ea7deb91de5d3d68558a30e80dcbd8bd81f8a5e SHA1 (patch-ac) = 6cdf26fcaeb8dad9cd9562b77377bd56b49c9f38 SHA1 (patch-ad) = 983317cb82d13de66ac88127d3eea7d3b3186da4 -SHA1 (patch-ae) = 5a5123c5352e87650a4ce91123a196c576f37ea8 +SHA1 (patch-ae) = 2e2f6373b9859959e161a106ab4b1122fbc5a06c |