diff options
author | tron <tron@pkgsrc.org> | 1999-08-29 23:44:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-29 23:44:21 +0000 |
commit | 7d1926f4ee356a07d6ab54ea300ec31603ab9fef (patch) | |
tree | 97908a71847135b6a57d7f0126957e040f9beec3 /net | |
parent | c7dece0b87154ac6e2376893884f2e23a33769d8 (diff) | |
download | pkgsrc-7d1926f4ee356a07d6ab54ea300ec31603ab9fef.tar.gz |
Update "ethereal" package to version 0.7.2. Changes since 0.7.1:
Version 0.7.2 fixes another memory leak, and gets rid of a bottleneck
in file loading. Loading files, especially large files, is much much
faster now. NetBEUI decode support was added. Timeout handling with
the -S option was fixed, as was a bug in the token-ring decoder. A new
-R option was added to give Ethereal a load-time filter capability (as
opposed to capture or display filters).
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index a79b3a5e228..aa930ed05a7 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 1999/08/28 09:43:13 rh Exp $ +# $NetBSD: Makefile,v 1.8 1999/08/29 23:44:21 tron Exp $ # -DISTNAME= ethereal-0.7.1 +DISTNAME= ethereal-0.7.2 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index aead2583ef4..3feb741b843 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/08/05 17:45:58 hubertf Exp $ +$NetBSD: md5,v 1.5 1999/08/29 23:44:21 tron Exp $ -MD5 (ethereal-0.7.1.tar.gz) = d7de06d2c922bdf1a240777e97ceab79 +MD5 (ethereal-0.7.2.tar.gz) = 7bfb1a2734a184d49cf3571b27172a74 |