diff options
author | xtraeme <xtraeme> | 2004-05-14 09:20:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-14 09:20:31 +0000 |
commit | cfc70cfb7c27f5cf773336076e46d0df77fc6a3d (patch) | |
tree | 41ae305041bf36337f8ed0ffea3ec9f09d1bfd36 /net/ethereal/Makefile | |
parent | ef0de0a4f181cd3d44903557281664ed73a45871 (diff) | |
download | pkgsrc-cfc70cfb7c27f5cf773336076e46d0df77fc6a3d.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/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 13 |
1 files changed, 9 insertions, 4 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/ |