pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ethereal Updated to version 0.10.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/8249021063a1
branches: trunk
changeset: 485612:8249021063a1
user: salo <salo%pkgsrc.org@localhost>
date: Fri Dec 17 18:35:38 2004 +0000
description:
Updated to version 0.10.8
This release fixes the following security-related issues:
- Matthew Bing discovered a bug in DICOM dissection that could make
Ethereal crash. (CAN-2004-1139)
- An invalid RTP timestamp could make Ethereal hang and create a large
temporary file, possibly filling available disk space. (CAN-2004-1140)
- The HTTP dissector could access previously-freed memory, causing a
crash. (CAN-2004-1141)
- Brian Caswell discovered that an improperly formatted SMB packet could
make Ethereal hang, maximizing CPU utilization. (CAN-2004-1142)
Please see the following advisory for more information:
http://www.ethereal.com/appnotes/enpa-sa-00016.html
Everyone is encouraged to upgrade.
Changes:
========
New and updated features
- Ethereal now has a packet history, similar to most web browsers.
- Ethereal now supports custom window titles.
- Minor performance enhancements have been added.
- RTP analysis has been enhanced.
- Host name resolution has been improved.
- Ethereal can now track TCP PDU times. See
http://wiki.ethereal.com/TcpPduTime for more details.
- Ethereal now ships with netscreen2dump.py, a utility which converts
netscreen packet-trace hex dumps to hex dumps that can be read by
text2pcap.
New protocol support
- AoE (ATA over Ethernet), Bittorrent, CMIP, GPRS Mobility Management
and Session Management, GSM MAP, Extended Security Services, Logotype
Certificate Extensions, MAP Dialogue, Network Service Over IP, Online
Certificate Status Protocol, PKIX Certificate, PKIX Qualified, PROFINET
DCP, IO, Real-Time, Short Message Relaying Service, SSCF-NNI,
Updated protocol support
- 3GPP2 A11, ACSE, AIM, AODV, ASN.1 BER, ASN.1 PER, BOOTP, BSSGP, BVLC,
CMS, COPS, DCERPC, DCERPC ISystemActivator, DICOM, DHCPv6, DNS, eDonkey,
ENTTEC, Etheric, Frame Relay, FTAM, FW1, GIOP, GPRS LLC, GRE, GSM A,
GSM SMS, H.225, H.245, H.450, HTTP, IPAddress, IPDC, IPMI, IPsec,
ISAKMP, ISUP, JFIF, Kerberos, MQ, MTP3, NMAS, OPSI, PKIX1EXPLICIT,
PKIX1IMPLICIT, PKIXProxy, PPP, PRES, Radiotap, RADIUS, ONC RPC, RTnet,
RTP, SAP, SDP, SIGCOMP, SIGCOMP UDVM, SIP, SMB, SNMP, SONMP, SSCOP,
SSL, Symantec Firewall, T.38, TCP, TDS, TSP, UDP, WSP, WTP, X.25,
X.509af, X.509ce, X.509if, X.509sat,
New and updated capture file support
- pppdump
diffstat:
net/ethereal/Makefile | 46 +++++++++++++++++++++++-----------------------
net/ethereal/distinfo | 6 +++---
2 files changed, 26 insertions(+), 26 deletions(-)
diffs (77 lines):
diff -r 3df0fba6a492 -r 8249021063a1 net/ethereal/Makefile
--- a/net/ethereal/Makefile Fri Dec 17 18:22:44 2004 +0000
+++ b/net/ethereal/Makefile Fri Dec 17 18:35:38 2004 +0000
@@ -1,26 +1,26 @@
-# $NetBSD: Makefile,v 1.99 2004/10/31 13:22:53 adrianp Exp $
+# $NetBSD: Makefile,v 1.100 2004/12/17 18:35:38 salo Exp $
+#
-DISTNAME= ethereal-0.10.7
-PKGREVISION= # defined1
-CATEGORIES= net
-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://ftp.sunet.se/pub/network/monitoring/ethereal/ \
- http://ethereal.netarc.jp/distribution/ \
- ftp://ftp.ethereal.com/pub/ethereal/old-versions/
-EXTRACT_SUFX= .tar.bz2
+DISTNAME= ethereal-0.10.8
+CATEGORIES= net
+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://ftp.sunet.se/pub/network/monitoring/ethereal/ \
+ http://ethereal.netarc.jp/distribution/ \
+ ftp://ftp.ethereal.com/pub/ethereal/old-versions/
+EXTRACT_SUFX= .tar.bz2
-MAINTAINER= frueauf%NetBSD.org@localhost
-HOMEPAGE= http://www.ethereal.com/
-COMMENT= Network protocol analyzer
+MAINTAINER= frueauf%NetBSD.org@localhost
+HOMEPAGE= http://www.ethereal.com/
+COMMENT= Network protocol analyzer
USE_BUILDLINK3= YES
USE_X11= YES
@@ -45,12 +45,12 @@
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin"
USE_BUILTIN.libpcap= no
.endif
+.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../net/net-snmp/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
diff -r 3df0fba6a492 -r 8249021063a1 net/ethereal/distinfo
--- a/net/ethereal/distinfo Fri Dec 17 18:22:44 2004 +0000
+++ b/net/ethereal/distinfo Fri Dec 17 18:35:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2004/10/31 13:22:54 adrianp Exp $
+$NetBSD: distinfo,v 1.31 2004/12/17 18:35:38 salo Exp $
-SHA1 (ethereal-0.10.7.tar.bz2) = c1dfd929310a9c421262c4e51bb57b803b1f3036
-Size (ethereal-0.10.7.tar.bz2) = 5170212 bytes
+SHA1 (ethereal-0.10.8.tar.bz2) = d547b2b51da89f036fb4e09d6ea2fa1a61065f32
+Size (ethereal-0.10.8.tar.bz2) = 5351028 bytes
Home |
Main Index |
Thread Index |
Old Index