diff options
author | jmc <jmc@pkgsrc.org> | 2003-10-22 22:24:43 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-10-22 22:24:43 +0000 |
commit | 8590c0ca23eee477b8f61056f7505743068f3fd0 (patch) | |
tree | ea93f5c76b0c83ce66ca42c35745aa185a47c14b /net | |
parent | 642e8b6151e7535bbdc8ebc122eca6ff2590f2ed (diff) | |
download | pkgsrc-8590c0ca23eee477b8f61056f7505743068f3fd0.tar.gz |
Pullup via hand patch against date 20030812 (requested by dmcmahill in
ticket #1407)
Update to ethereal-0.9.14 to address known security issues.
In addition several other bugs have been fixed.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 31 | ||||
-rw-r--r-- | net/ethereal/PLIST | 4 | ||||
-rw-r--r-- | net/ethereal/distinfo | 6 |
3 files changed, 18 insertions, 23 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 1439a658bc1..d9b871dd8b8 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.70.2.3 2003/06/19 00:07:48 grant Exp $ +# $NetBSD: Makefile,v 1.70.2.4 2003/10/22 22:24:43 jmc Exp $ +# -DISTNAME= ethereal-0.9.12 -PKGREVISION= 1 +DISTNAME= ethereal-0.9.14 CATEGORIES= net MASTER_SITES= 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/ + 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 + +MAINTAINER= frueauf@NetBSD.org HOMEPAGE= http://www.ethereal.com/ COMMENT= Network protocol analyzer @@ -32,13 +32,6 @@ CONFIGURE_ARGS+= --with-net-snmp=${BUILDLINK_PREFIX.net-snmp} CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap} CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} -.include "../../mk/bsd.prefs.mk" - -# It really wants gnu sed or xpg4/bin/sed on solaris. -.if ${OPSYS} == SunOS -.include "../../textproc/gsed/buildlink2.mk" -.endif - .include "../../devel/zlib/buildlink2.mk" .include "../../net/libpcap/buildlink2.mk" .include "../../net/net-snmp/buildlink2.mk" diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index dac544ab0b9..9251a8b9181 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6.2.2 2003/06/19 00:09:16 grant Exp $ +@comment $NetBSD: PLIST,v 1.6.2.3 2003/10/22 22:24:43 jmc Exp $ bin/editcap bin/ethereal bin/idl2eth @@ -21,6 +21,8 @@ lib/ethereal/plugins/${PKGVERSION}/mgcp.la lib/ethereal/plugins/${PKGVERSION}/mgcp.so lib/ethereal/plugins/${PKGVERSION}/pcli.la lib/ethereal/plugins/${PKGVERSION}/pcli.so +lib/ethereal/plugins/${PKGVERSION}/rtnet.la +lib/ethereal/plugins/${PKGVERSION}/rtnet.so man/man1/editcap.1 man/man1/ethereal.1 man/man1/idl2eth.1 diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index adf45dccee6..d742e60cdee 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16.2.3 2003/06/19 00:09:31 grant Exp $ +$NetBSD: distinfo,v 1.16.2.4 2003/10/22 22:24:43 jmc Exp $ -SHA1 (ethereal-0.9.12.tar.bz2) = ce7a0086d63fd152645319fbad96bc4241b4fc73 -Size (ethereal-0.9.12.tar.bz2) = 3708148 bytes +SHA1 (ethereal-0.9.14.tar.bz2) = a3aacacdd5306146662dd083a7e2681e7d9d201f +Size (ethereal-0.9.14.tar.bz2) = 3857550 bytes SHA1 (patch-aa) = 05d6fa6113a5d7d69eb3f6a75c31c6cdc4d79603 SHA1 (patch-ab) = 9967c539e2f2db2d13f804c0afdd9e39844bcf8f SHA1 (patch-ac) = 3dfac71275da3199b99bcb38d4200172e9e21cc0 |