diff options
author | kleink <kleink> | 2001-12-02 14:43:49 +0000 |
---|---|---|
committer | kleink <kleink> | 2001-12-02 14:43:49 +0000 |
commit | e09de2714cfb281ba5c4691f005b4316ce2f6485 (patch) | |
tree | efbd3862627f666fe8086cab10852ad7dea2c19b /net/snort | |
parent | de703aa2701271474259f3a060cc40969dba29c3 (diff) | |
download | pkgsrc-e09de2714cfb281ba5c4691f005b4316ce2f6485.tar.gz |
Update snort to 1.8.3; changes since 1.8.2 include:
Major repairs include a fix to frag2 on Linux platforms, the icmp
decoder and printout routines were updated to match the data
structures that I implemented in 1.8.1 and the flexresp code was
repaired and should now be faster, plus the usual rule updates. I
also added a new "-B" command line switch to convert IP addresses
in a pcap file to a new specified IP subnet addresses.
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/Makefile | 4 | ||||
-rw-r--r-- | net/snort/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 9168458275c..ccef51e7eff 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2001/11/28 13:44:51 kleink Exp $ +# $NetBSD: Makefile,v 1.14 2001/12/02 14:43:49 kleink Exp $ # -DISTNAME= snort-1.8.2 +DISTNAME= snort-1.8.3 CATEGORIES= net security MASTER_SITES= http://www.snort.org/releases/ \ ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \ diff --git a/net/snort/distinfo b/net/snort/distinfo index 3cf57896bf1..2f06483ba1f 100644 --- a/net/snort/distinfo +++ b/net/snort/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2001/11/28 13:44:51 kleink Exp $ +$NetBSD: distinfo,v 1.8 2001/12/02 14:43:49 kleink Exp $ -SHA1 (snort-1.8.2.tar.gz) = fb992923f1998cd090693d640dafbd38fe232387 -Size (snort-1.8.2.tar.gz) = 909339 bytes +SHA1 (snort-1.8.3.tar.gz) = c1cc80b5495efeceb6fb07f2dfa6aa813ddf2051 +Size (snort-1.8.3.tar.gz) = 1706939 bytes SHA1 (patch-aa) = 289c515c2eaf62dcba44bea668dc60a0abd57d51 |