diff options
author | tron <tron@pkgsrc.org> | 2005-05-06 13:54:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-05-06 13:54:48 +0000 |
commit | ddd6d58222874c8c4f58076209de42172ebfdb33 (patch) | |
tree | 0ad2d312aae02a21a450150f6af8251985d93ecb /net/ethereal/Makefile | |
parent | bd98aecce6c2708763141d3e26f73ee1b55c3b88 (diff) | |
download | pkgsrc-ddd6d58222874c8c4f58076209de42172ebfdb33.tar.gz |
Update "ethereal" package to version 0.10.11. Changes since version 0.10.10:
- Fixed multitude of security issues found by an aggressive testing program
- Many user interface improvements have been made:
- The toolbar has been updated.
- Packet detail tree items can be expanded and collapsed with the right
and left arrow keys.
- The status bar display has been improved.
- Live captures can now be restarted from the toolbar.
- More improvements have been made to the ring buffer feature.
- Display filters are now faster.
- The capture engine has received major updates.
- New protocol support:
9P, Aruba ADP, Camel, DRSUAPI, DUA, HPSW, Monotone Netsync, nettl,
UMA, VNC (RFB),
- Updated protocol support:
ACSE, AgentX, AIM, AMR, ANSI A, ASN.1 BER/PER, ATM, ATSVC, BACapp,
BOOTP/DHCP, CDP, CMIP, CMP, CMS, CRMF, DCERPC, DHCPFO, DIAMETER, DICOM,
DISTCC, DLSw, EFS, EIGRP, EPM, ESIS, ESS, ETHERIC, Ethernet, FC, FCELS,
FCP, FTAM, G.723, GIOP, GRE, GSM, GSS-API, GTP, H.225, H.245, H.263,
HTTP, IAX2, ICEP, IEEE 802.11, IEEE 802.3 Slow protocols, INAP, IP,
IPsec, ISAKMP, iSCSI, ISIS, ISL, ISMP, ISUP, JXTA, Kerberos, KINK,
Kpasswd, L2TP, LDAP, LMP, M3UA, MANOLITO, MEGACO, MGCP, MIP6, MMSE,
MQ, MRDISC, MTP2, NCP, NDMP, NDPS, NFS, NLM, OCSP, OSI options, PIM,
PKIX1Explitit, PKIX Qualified, PKTC, Portmap, PPP, PRES, PROFINET DCP,
Q.2931, Q.931, Q.933, RADIUS, RDM, RPC, RSVP, RTP, RTSP, RX, SCCP, SCSI,
SCTP, SDP, sFlow, SIP, SKINNY, SM, SMB (SMB, PIPE, LOGON, Mailslot),
SNA, SPNEGO, SRVLOC, SUA, TCAP, TCP, Telnet, TFTP, TZSP, Vines, WSP,
X11, X.509, XML,
- New and updated capture file support:
5Views, HP nettl
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index a8400a1250a..9119a802102 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.107 2005/04/28 16:46:44 tron Exp $ +# $NetBSD: Makefile,v 1.108 2005/05/06 13:54:48 tron Exp $ -DISTNAME= ethereal-0.10.10 -PKGREVISION= 1 +DISTNAME= ethereal-0.10.11 CATEGORIES= net MASTER_SITES= http://www.ethereal.com/distribution/ \ http://ethereal.planetmirror.com/distribution/ \ @@ -48,11 +47,6 @@ PTHREAD_OPTS= require USE_BUILTIN.libpcap= no .endif -# This work arround should be removed when the packages gets updated -# to a newer version. -post-patch: - ${TOUCH} ${WRKSRC}/epan/dissectors/register.c - .include "../../devel/glib2/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |