diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-10-25 18:35:19 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-10-25 18:35:19 +0000 |
commit | 08439b6b5e92ca7a77e920fc41ee4b5df743397d (patch) | |
tree | d2c5625af096ab297c314d7e663154fe0c0ce5a8 /net | |
parent | 525e079c9035feca64e5c4ee7accf91edf74f79c (diff) | |
download | pkgsrc-08439b6b5e92ca7a77e920fc41ee4b5df743397d.tar.gz |
Update to 2.8.3.1
* Update rule latency thresholding
* The flow and stream4 preprocessors will be deprecated in a future release.
* DCE/RPC preprocessor changes to handle abnormal TCP segmentation.
Added option to reassemble fragmentation buffers early. Updated
documentation.
* Fixed handling of MPLS label in checking Stream session uniqueness
when IPv4 packets are received and build is IPv6.
See the ChangeLog for all the details
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/Makefile | 7 | ||||
-rw-r--r-- | net/snort/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 9056e13e745..4c20ba033cf 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.39 2008/08/03 19:30:16 adrianp Exp $ +# $NetBSD: Makefile,v 1.40 2008/10/25 18:35:19 adrianp Exp $ # -DISTNAME= snort-2.8.2.2 +DISTNAME= snort-2.8.3.1 CATEGORIES= net security -MASTER_SITES= http://www.snort.org/dl/current/ \ +MASTER_SITES= http://www.snort.org/dl/ \ + http://www.snort.org/dl/current/ \ http://www.snort.org/dl/old/ MAINTAINER= adrianp@NetBSD.org diff --git a/net/snort/distinfo b/net/snort/distinfo index 3b1bfb48870..480c5586de4 100644 --- a/net/snort/distinfo +++ b/net/snort/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.45 2008/08/03 19:30:16 adrianp Exp $ +$NetBSD: distinfo,v 1.46 2008/10/25 18:35:19 adrianp Exp $ -SHA1 (snort-2.8.2.2.tar.gz) = a361cf796a425d3217ad0bfb860f0ec80098ed58 -RMD160 (snort-2.8.2.2.tar.gz) = 965fb3caa1e4962e4d3ac361d1cdf1f5b20fb025 -Size (snort-2.8.2.2.tar.gz) = 4374606 bytes +SHA1 (snort-2.8.3.1.tar.gz) = 384203f68e2000c490bbc5a5a2724b0b74d10e74 +RMD160 (snort-2.8.3.1.tar.gz) = 53ab2df684ba327718d3dac1c8efa21c3ae05248 +Size (snort-2.8.3.1.tar.gz) = 4309333 bytes SHA1 (patch-aa) = 4fe3bb6a40aea972249e4b21b7142b548c761978 SHA1 (patch-ab) = 0ea7deb91de5d3d68558a30e80dcbd8bd81f8a5e SHA1 (patch-ac) = 6cdf26fcaeb8dad9cd9562b77377bd56b49c9f38 |