diff options
author | salo <salo> | 2005-01-21 00:33:24 +0000 |
---|---|---|
committer | salo <salo> | 2005-01-21 00:33:24 +0000 |
commit | 7ccba3116183de60e33c1dc8c9ececb5a49cf4dc (patch) | |
tree | da12602297c1d1a3d85918f7d814218f916e5734 /net/ethereal | |
parent | a28bcf63c36c28e13b22226b038160edc4614a04 (diff) | |
download | pkgsrc-7ccba3116183de60e33c1dc8c9ececb5a49cf4dc.tar.gz |
Update to version 0.10.9
This release fixes the following security-related issues:
- The COPS dissector could go into an infinite loop. (CAN-2005-0006)
- The DLSw dissector could cause an assertion, making Ethereal exit
prematurely. (CAN-2005-0007)
- The DNP dissector could cause memory corruption. (CAN-2005-0008)
- The Gnutella dissector could cause an assertion, making Ethereal exit
prematurely. (CAN-2005-0009)
- The MMSE dissector could free static memory. (CAN-2005-0010)
- The X11 protocol dissector is vulnerable to a string buffer overflow.
(CAN-2005-0084)
- Please see the application advisory for more information
Everyone is encouraged to upgrade.
New and updated features:
=========================
- Ethereal will now detect and flag weak 802.11 WEP IVs.
- Windows Sniffer timestamp handling has been greatly improved.
- A bug which made Ethereal crash at startup on Windows 98 and Windows ME
systems has been fixed.
- Ethereal and Tethereal now support a personal "hosts" file.
- Invalid field length handling has been greatly improved.
- The capture progress window title now shows the interface name.
New protocol support:
=====================
- ALC, AMR, CRMF, JXTA, NORM, PKIXCMP, PROFINET CBA
Updated protocol support:
=========================
- AIM, ARP, BGP, BOOTP/DHCP, COPS, DAAP, DCERPC EPM, DCERPC, DCOM, DHCPv6,
DLSw, DNP, DNS, EAPOL, eDonkey, FC-dNS, FC-FCS, FC-SWILS, FCIP, FCSB3, FIX,
GIOP, Gnutella, GSM A, GSM SMS, GTP, H.225, H.245, HTTP, ICMP, IEEE 802.11,
IEEE 802a, image/GIF, image/JFIF, Kerberos, L2TP, LDAP, LLC, LMP, MGCP,
MIME Multipart, MMSE, MPLS, MTP2, NBNS, NDMP, NMAS, NSIP, OLSR, PER, pflog,
PGM, PostgreSQL, PPP, PRES, Q.931, RADIUS, RTCP, RTP, SDP, SEBEK, SIGCOMP,
SIP, SLSK, SMB, SMPP, SRVLOC, SSL/TLS, T.38, TACACS, TCAP, TCP, X11
New and updated capture file support:
=====================================
- Windows Sniffer
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 5 | ||||
-rw-r--r-- | net/ethereal/PLIST | 3 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index e3f444b6e7e..f29b8f7d9f2 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2005/01/01 17:55:38 minskim Exp $ +# $NetBSD: Makefile,v 1.102 2005/01/21 00:33:24 salo Exp $ # -DISTNAME= ethereal-0.10.8 -PKGREVISION= 1 +DISTNAME= ethereal-0.10.9 CATEGORIES= net MASTER_SITES= http://www.ethereal.com/distribution/ \ http://ethereal.planetmirror.com/distribution/ \ diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index 603b04d4dfd..99304ca58ec 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2004/10/31 13:22:54 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.19 2005/01/21 00:33:24 salo Exp $ bin/capinfos bin/dftest bin/editcap @@ -18,6 +18,7 @@ lib/ethereal/plugins/${PKGVERSION}/enttec.la lib/ethereal/plugins/${PKGVERSION}/gryphon.la lib/ethereal/plugins/${PKGVERSION}/irda.la lib/ethereal/plugins/${PKGVERSION}/lwres.la +lib/ethereal/plugins/${PKGVERSION}/mate.la lib/ethereal/plugins/${PKGVERSION}/megaco.la lib/ethereal/plugins/${PKGVERSION}/mgcp.la lib/ethereal/plugins/${PKGVERSION}/opsi.la diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index e1c767f683b..177c0dd77ae 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2004/12/17 18:35:38 salo Exp $ +$NetBSD: distinfo,v 1.32 2005/01/21 00:33:24 salo Exp $ -SHA1 (ethereal-0.10.8.tar.bz2) = d547b2b51da89f036fb4e09d6ea2fa1a61065f32 -Size (ethereal-0.10.8.tar.bz2) = 5351028 bytes +SHA1 (ethereal-0.10.9.tar.bz2) = fc27a93f4c19dcc4278968b376e0b33e7d756998 +Size (ethereal-0.10.9.tar.bz2) = 5499000 bytes |