summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-12-17 18:35:38 +0000
committersalo <salo@pkgsrc.org>2004-12-17 18:35:38 +0000
commit7b1114a3d46b67c33118aff34a564999fc876ca4 (patch)
treecf913e64a6c03e3e58ac87aabf7498b570962048 /net/ethereal
parenta479f1ebd57b93b9f8fe42d0bb7b39613fdeca9f (diff)
downloadpkgsrc-7b1114a3d46b67c33118aff34a564999fc876ca4.tar.gz
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 (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile50
-rw-r--r--net/ethereal/distinfo6
2 files changed, 28 insertions, 28 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 4e1acb4791e..988b21f3ae3 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,26 +1,26 @@
-# $NetBSD: Makefile,v 1.99 2004/10/31 13:22:53 adrianp 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
-
-MAINTAINER= frueauf@NetBSD.org
-HOMEPAGE= http://www.ethereal.com/
-COMMENT= Network protocol analyzer
+# $NetBSD: Makefile,v 1.100 2004/12/17 18:35:38 salo Exp $
+#
+
+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
+HOMEPAGE= http://www.ethereal.com/
+COMMENT= Network protocol analyzer
USE_BUILDLINK3= YES
USE_X11= YES
@@ -45,12 +45,12 @@ PTHREAD_OPTS= require
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin"
USE_BUILTIN.libpcap= no
.endif
-.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../net/net-snmp/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo
index 641342d0e28..e1c767f683b 100644
--- a/net/ethereal/distinfo
+++ b/net/ethereal/distinfo
@@ -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