diff options
author | salo <salo@pkgsrc.org> | 2003-03-09 04:12:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-09 04:12:02 +0000 |
commit | c7053179aa12f455b5b8f39bf3547e1afa23a33a (patch) | |
tree | 8db79812d4c94b0ccc3295dd029e0890b374ef3b /net/ethereal | |
parent | 3809e30ad85f8840f1647b541aa4df4e382d09c9 (diff) | |
download | pkgsrc-c7053179aa12f455b5b8f39bf3547e1afa23a33a.tar.gz |
Updated to version 0.9.10.
Patch provided by Quentin Garnier via PR pkg/20624.
Changes:
This release fixes a security hole discovered by Georgi Guninski in
the SOCKS dissector. All users of previous versions are encouraged
to upgrade. For more details see
http://www.ethereal.com/appnotes/enpa-sa-00008.html
Bug Fixes:
==========
- A missing comma in a string array could cause Ethereal to crash
when opening the preferences dialog.
New Protocols:
==============
- MSN Messenger, SSH
Updated Protocols:
==================
- AFS, Apache JServ, BACNET, BGP, DCCP, DCERPC, DCERPC NT, DNS,
Frame Relay, GTP, IPP, IPX, LSA, M3UA, MDSHDR, MPLS, NCP2222,
NETLOGON, PPP, RADIUS, SAMR, SMB, SNMP, SPOOLSS, SRVSVC, SSL,
Token Ring, X11
Updated Capture File Support:
=============================
- NetXRay
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 5 | ||||
-rw-r--r-- | net/ethereal/PLIST | 17 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
3 files changed, 15 insertions, 13 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 32bd69aac60..c7bc811f77c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2003/01/26 06:56:22 grant Exp $ +# $NetBSD: Makefile,v 1.71 2003/03/09 04:12:02 salo Exp $ +# -DISTNAME= ethereal-0.9.9 +DISTNAME= ethereal-0.9.10 CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index 8d6f3cab99b..4675b25a34e 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,16 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2003/01/26 06:56:23 grant Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/03/09 04:12:02 salo Exp $ bin/editcap bin/ethereal bin/idl2eth bin/mergecap bin/tethereal bin/text2pcap -etc/diameter/dictionary.dtd -etc/diameter/dictionary.xml -etc/diameter/mobileipv4.xml -etc/diameter/nasreq.xml -etc/diameter/sunping.xml -etc/manuf lib/ethereal/plugins/${PKGVERSION}/coseventcomm.a lib/ethereal/plugins/${PKGVERSION}/coseventcomm.la lib/ethereal/plugins/${PKGVERSION}/coseventcomm.so @@ -38,7 +32,14 @@ man/man1/idl2eth.1 man/man1/mergecap.1 man/man1/tethereal.1 man/man1/text2pcap.1 -@dirrm etc/diameter +share/ethereal/diameter/dictionary.dtd +share/ethereal/diameter/dictionary.xml +share/ethereal/diameter/mobileipv4.xml +share/ethereal/diameter/nasreq.xml +share/ethereal/diameter/sunping.xml +share/ethereal/manuf +@dirrm share/ethereal/diameter +@dirrm share/ethereal @dirrm lib/ethereal/plugins/${PKGVERSION} @dirrm lib/ethereal/plugins @dirrm lib/ethereal diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index ad3e128e136..f8cc2667660 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2003/01/26 06:56:23 grant Exp $ +$NetBSD: distinfo,v 1.17 2003/03/09 04:12:02 salo Exp $ -SHA1 (ethereal-0.9.9.tar.gz) = c009b600cdaa9be7014f7f65f9da19dd8be89537 -Size (ethereal-0.9.9.tar.gz) = 4330729 bytes +SHA1 (ethereal-0.9.10.tar.gz) = e0ac32c833ab4c0fdeb08c8ff2292133555a6364 +Size (ethereal-0.9.10.tar.gz) = 4446118 bytes |