diff options
author | hubertf <hubertf> | 2000-09-15 00:39:05 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-15 00:39:05 +0000 |
commit | 22ef97cfb1b220bd69dffff6526453dafd9e524c (patch) | |
tree | 2ca85b39bb65c568cbb7fdb62f726def6e58e59c | |
parent | c07086e7edd6c9012651c9b5a9ab7cdd8111d302 (diff) | |
download | pkgsrc-22ef97cfb1b220bd69dffff6526453dafd9e524c.tar.gz |
Update ethereal to 0.8.12.
This version understands our PPP protocol again (PPP over serial, i.e.).
Other changes:
Ethereal now understands Kerberos 5, rsh, and Zebra, and has the
initial work done for BXXP. Ethereal (via our wiretap library) can
now read Cisco Secure IDS iplog files. Ethereal's Help menu option
finally gives help. Many other updates and fixes were made in
version 0.8.12.
-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 169c826326f..802f5ee1208 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2000/09/05 09:33:16 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2000/09/15 00:39:05 hubertf Exp $ # +ETHEREAL_VERSION= 0.8.12 DISTNAME= ethereal-${ETHEREAL_VERSION} CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ @@ -17,7 +18,6 @@ GNU_CONFIGURE= yes EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" -ETHEREAL_VERSION= 0.8.11 PLIST_SUBST+= ETHEREAL_VERSION=${ETHEREAL_VERSION} .include "../../mk/bsd.pkg.mk" diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index ee63c47c1ae..d7f844b49bb 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.19 2000/08/03 23:12:12 frueauf Exp $ +$NetBSD: md5,v 1.20 2000/09/15 00:39:06 hubertf Exp $ -MD5 (ethereal-0.8.11.tar.gz) = 41bd942be38da26faeb1dbf512705583 +MD5 (ethereal-0.8.12.tar.gz) = c406a5b4cbd0e8eb798946a90704f973 |