diff options
author | salo <salo@pkgsrc.org> | 2003-05-05 16:49:48 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-05 16:49:48 +0000 |
commit | f0d456f311054f1d17a594f9781ea0ae2651b1cc (patch) | |
tree | aad7b0dc6eb3bc69c5fde7f5841e1ded523ab722 /net/ethereal/Makefile | |
parent | 2420155ea1514010164a6a5f03002c87bf77517f (diff) | |
download | pkgsrc-f0d456f311054f1d17a594f9781ea0ae2651b1cc.tar.gz |
Updated to version 0.9.12.
This release fixes several off-by-one and integer overflow errors
discovered by Timo Sirainen. See the following url for more details:
http://www.ethereal.com/appnotes/enpa-sa-00009.html
Changes:
- don't build and install static plugins anymore
- use .tar.bz2 distfile
- add more MASTER_SITES (also add one for older distfiles)
- sync DESC with the new description on HOMEPAGE
- TCP sequence number analysis received a few improvements.
- General packet reassembly has been improved.
- The "Follow TCP Stream" window now allows you to filter out
the current stream.
- The Vines code received significant updates.
- Several enhancements were made to the text2pcap utility.
- New protocols:
ArtNET, IPX WAN, Intel ANS, iSNS, NLSP, WKSSVC
- Updated protocols:
802.11 ACAP, AFP, AIM, AJP, ASAP, BGP, CLNP, CPHA, DCE/RPC, DSI, EAP,
IP, IPMI, IPX, IPv6, ISIS, ISUP, IUA, Kerberos, LDAP, M2PA, M2TP, M2UA,
M3UA, MGCP, MTP2, MTP3, MTP3MG, Modbus/TCP, NDMP, NDPS, NFS, NLSP, PGM,
Q.931, RANAP, RPC, RSVP, SCCP, SCCPMG, SCTP, SMB, SNMP, SPX, SSH, SUA,
TCP, Telnet, Vines, WBXML, WSP, WTP
- Updated capture file support:
Netxray
Based on a patch by Quentin Garnier via PR pkg/21431.
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 466d0aed44c..bab463cffa7 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,10 +1,17 @@ -# $NetBSD: Makefile,v 1.75 2003/05/02 11:56:00 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2003/05/05 16:49:49 salo Exp $ +# -DISTNAME= ethereal-0.9.11 -PKGREVISION= 1 +DISTNAME= ethereal-0.9.12 CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ - ftp://ftp.sunet.se/pub/network/monitoring/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/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.ethereal.com/ @@ -15,9 +22,10 @@ USE_X11= YES USE_PERL5= build USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --enable-static=no CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk} CONFIGURE_ARGS+= --with-ssl=${SSLBASE} CONFIGURE_ARGS+= --with-net-snmp=${BUILDLINK_PREFIX.net-snmp} |