diff options
author | xtraeme <xtraeme> | 2004-05-14 09:20:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-14 09:20:31 +0000 |
commit | 51d6ea130c29b1c3569b3ae3c8c880ecf7833bdf (patch) | |
tree | 41ae305041bf36337f8ed0ffea3ec9f09d1bfd36 /net | |
parent | c79e473e4efc136c3f66c4a5108f1147ca24d105 (diff) | |
download | pkgsrc-51d6ea130c29b1c3569b3ae3c8c880ecf7833bdf.tar.gz |
Update net/ethereal to 0.10.4.
== May 13, 2004
Ethereal 0.10.4 has been released.
This release fixes bugs in AIM, MMSE, SIP, and SPNEGO, as described in
the following advisory:
http://www.ethereal.com/appnotes/enpa-sa-00014.html
Everyone is encouraged to upgrade.
New and updated features
When built with GTK+ 2.4, Ethereal uses the new, greatly improved, file
selection dialog.
Export dialogs for Plain text, PostScript(R), PDML and PSML have been added.
PostScript(R) output has been improved.
The screen layout of the main window can be changed by Preferences now.
Many other parts of the user interface have received improvements.
Compressed and chunked transfer-coded HTTP bodies are now decoded.
A new generic media dissector more cleanly handles HTTP and WSP
Content-Type information.
New protocol support
ANSI IS-801, BEA Tuxedo, DCERPC EFS, DICOM, GPRS LLC, GPRS SNDCP,
IEEE 1588/PTP, PVSTP, MPLS Echo, RTPS
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 13 | ||||
-rw-r--r-- | net/ethereal/PLIST | 9 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
3 files changed, 16 insertions, 12 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index bed1a761364..4e62941118d 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,14 +1,19 @@ -# $NetBSD: Makefile,v 1.93 2004/03/31 07:03:30 cube Exp $ +# $NetBSD: Makefile,v 1.94 2004/05/14 09:20:31 xtraeme Exp $ # -DISTNAME= ethereal-0.10.3 +DISTNAME= ethereal-0.10.4 PKGREVISION= # defined CATEGORIES= net -MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ +MASTER_SITES= http://www.ethereal.com/distribution/ \ + http://ethereal.planetmirror.com/distribution/ \ + http://www.mirrors.wiretapped.net/security/packet-capture/ethereal/ \ + http://netmirror.org/mirror/ftp.ethereal.com/ \ + http://ethereal.secuwiz.com/distribution/ \ + http://ethereal.0ni0n.org/distribution/ \ + ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ \ ftp://ftp.planetmirror.com/pub/ethereal/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ - http://www.ethereal.com/distribution/ \ http://ftp.sunet.se/pub/network/monitoring/ethereal/ \ http://ethereal.netarc.jp/distribution/ \ ftp://ftp.ethereal.com/pub/ethereal/old-versions/ diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index 1c37d250f3d..234edbfe304 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2004/03/31 07:03:30 cube Exp $ +@comment $NetBSD: PLIST,v 1.14 2004/05/14 09:20:31 xtraeme Exp $ bin/editcap bin/ethereal bin/idl2eth @@ -11,10 +11,10 @@ lib/ethereal/plugins/${PKGVERSION}/artnet.la lib/ethereal/plugins/${PKGVERSION}/artnet.so lib/ethereal/plugins/${PKGVERSION}/asn1.la lib/ethereal/plugins/${PKGVERSION}/asn1.so -lib/ethereal/plugins/${PKGVERSION}/coseventcomm.la -lib/ethereal/plugins/${PKGVERSION}/coseventcomm.so lib/ethereal/plugins/${PKGVERSION}/ciscosm.la lib/ethereal/plugins/${PKGVERSION}/ciscosm.so +lib/ethereal/plugins/${PKGVERSION}/coseventcomm.la +lib/ethereal/plugins/${PKGVERSION}/coseventcomm.so lib/ethereal/plugins/${PKGVERSION}/cosnaming.la lib/ethereal/plugins/${PKGVERSION}/cosnaming.so lib/ethereal/plugins/${PKGVERSION}/docsis.la @@ -43,7 +43,6 @@ lib/ethereal/plugins/${PKGVERSION}/rudp.la lib/ethereal/plugins/${PKGVERSION}/rudp.so lib/ethereal/plugins/${PKGVERSION}/v5ua.la lib/ethereal/plugins/${PKGVERSION}/v5ua.so -lib/libethereal.a lib/libethereal.la lib/libethereal.so lib/libethereal.so.0 @@ -74,8 +73,8 @@ share/ethereal/help/overview.txt share/ethereal/help/toc share/ethereal/help/well_known.txt share/ethereal/manuf -@dirrm share/ethereal/diameter @dirrm share/ethereal/help +@dirrm share/ethereal/diameter @dirrm share/ethereal @dirrm lib/ethereal/plugins/${PKGVERSION} @dirrm lib/ethereal/plugins diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 89ee17c0dea..f62b1cee72b 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2004/03/31 07:03:30 cube Exp $ +$NetBSD: distinfo,v 1.27 2004/05/14 09:20:31 xtraeme Exp $ -SHA1 (ethereal-0.10.3.tar.bz2) = f70def9be75d7232cf40635a6b455b583d54cb8f -Size (ethereal-0.10.3.tar.bz2) = 4840005 bytes +SHA1 (ethereal-0.10.4.tar.bz2) = d493c8df935f6db3c5f93a17b03e0b99d25bbe6e +Size (ethereal-0.10.4.tar.bz2) = 4889371 bytes |