pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update net/ethereal to 0.10.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/865ae9e9ad79
branches: trunk
changeset: 475320:865ae9e9ad79
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri May 14 09:20:31 2004 +0000
description:
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:
doc/CHANGES | 3 ++-
net/ethereal/Makefile | 13 +++++++++----
net/ethereal/PLIST | 9 ++++-----
net/ethereal/distinfo | 6 +++---
4 files changed, 18 insertions(+), 13 deletions(-)
diffs (92 lines):
diff -r b0cd4663eff7 -r 865ae9e9ad79 doc/CHANGES
--- a/doc/CHANGES Fri May 14 08:46:05 2004 +0000
+++ b/doc/CHANGES Fri May 14 09:20:31 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5931 2004/05/14 08:43:46 wiz Exp $
+$NetBSD: CHANGES,v 1.5932 2004/05/14 09:20:31 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -2524,3 +2524,4 @@
Updated pnetC to 0.6.4 [xtraeme 2004-05-14]
Updated w3m to 0.5nb3 [wiz 2004-05-14]
Updated w3m-img to 0.5nb3 [wiz 2004-05-14]
+ Updated ethereal to 0.10.4 [xtraeme 2004-05-14]
diff -r b0cd4663eff7 -r 865ae9e9ad79 net/ethereal/Makefile
--- a/net/ethereal/Makefile Fri May 14 08:46:05 2004 +0000
+++ b/net/ethereal/Makefile Fri May 14 09:20:31 2004 +0000
@@ -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 -r b0cd4663eff7 -r 865ae9e9ad79 net/ethereal/PLIST
--- a/net/ethereal/PLIST Fri May 14 08:46:05 2004 +0000
+++ b/net/ethereal/PLIST Fri May 14 09:20:31 2004 +0000
@@ -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.so
lib/ethereal/plugins/${PKGVERSION}/asn1.la
lib/ethereal/plugins/${PKGVERSION}/asn1.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}/ciscosm.la
-lib/ethereal/plugins/${PKGVERSION}/ciscosm.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.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/toc
share/ethereal/help/well_known.txt
share/ethereal/manuf
+@dirrm share/ethereal/help
@dirrm share/ethereal/diameter
-@dirrm share/ethereal/help
@dirrm share/ethereal
@dirrm lib/ethereal/plugins/${PKGVERSION}
@dirrm lib/ethereal/plugins
diff -r b0cd4663eff7 -r 865ae9e9ad79 net/ethereal/distinfo
--- a/net/ethereal/distinfo Fri May 14 08:46:05 2004 +0000
+++ b/net/ethereal/distinfo Fri May 14 09:20:31 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index