summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-08-30 07:36:06 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-08-30 07:36:06 +0000
commitf9f4d60a03cfcfab9f2ad7313ae995ec97c54305 (patch)
tree2f9bcc60f3f2ba653aadf16dccae4a40cc3a5020 /net-analyzer
parentsmall fix0rs (diff)
downloadgentoo-2-f9f4d60a03cfcfab9f2ad7313ae995ec97c54305.tar.gz
gentoo-2-f9f4d60a03cfcfab9f2ad7313ae995ec97c54305.tar.bz2
gentoo-2-f9f4d60a03cfcfab9f2ad7313ae995ec97c54305.zip
Security update.
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ethereal/ChangeLog7
-rw-r--r--net-analyzer/ethereal/ethereal-0.9.6.ebuild66
-rw-r--r--net-analyzer/ethereal/files/digest-ethereal-0.9.61
3 files changed, 73 insertions, 1 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog
index 6057e211dcac..d8aaaae00a28 100644
--- a/net-analyzer/ethereal/ChangeLog
+++ b/net-analyzer/ethereal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/ethereal
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.9 2002/06/30 03:06:55 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.10 2002/08/30 07:36:06 aliz Exp $
+
+*ethereal-0.9.6 (30 Aug 2002)
+
+ 30 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> ethereal-0.9.6.ebuild:
+ Security update.
*ethereal-0.9.5-r2 (29 Jun 2002)
diff --git a/net-analyzer/ethereal/ethereal-0.9.6.ebuild b/net-analyzer/ethereal/ethereal-0.9.6.ebuild
new file mode 100644
index 000000000000..091f43713436
--- /dev/null
+++ b/net-analyzer/ethereal/ethereal-0.9.6.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.6.ebuild,v 1.1 2002/08/30 07:36:06 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A commercial-quality network protocol analyzer"
+SRC_URI="http://www.ethereal.com/distribution/${P}.tar.gz"
+HOMEPAGE="http://www.ethereal.com/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+RDEPEND="virtual/glibc
+ >=sys-libs/zlib-1.1.4
+ =dev-libs/glib-1.2*
+ snmp? ( >=net-analyzer/ucd-snmp-4.2.5 )
+ X? ( virtual/x11 =x11-libs/gtk+-1.2* )
+ ssl? ( >=dev-libs/openssl-0.9.6b )"
+
+DEPEND="${RDEPEND}
+ sys-devel/perl
+ sys-devel/bison
+ sys-devel/flex
+ >=net-libs/libpcap-0.7.1"
+
+src_compile() {
+ local myconf
+ use X || myconf="${myconf} --disable-ethereal"
+ use ssl || myconf="${myconf} --without-ssl"
+ use snmp || myconf="${myconf} --without-ucdsnmp"
+ use ipv6 && myconf="${myconf} --enable-ipv6"
+
+ ./configure \
+ --prefix=/usr \
+ --enable-pcap \
+ --enable-zlib \
+ --enable-tethereal \
+ --enable-editcap \
+ --enable-mergecap \
+ --enable-text2cap \
+ --enable-idl2eth \
+ --enable-dftest \
+ --enable-randpkt \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc/ethereal \
+ --with-plugindir=/usr/lib/ethereal/plugins/${PV} \
+ --host=${CHOST} ${myconf} || die "bad ./configure"
+
+ #this was an old hack for gcc-3 compatibility
+ #--includedir="" \
+
+ emake || die "compile problem"
+}
+
+src_install() {
+ dodir /usr/lib/ethereal/plugins/${PV}
+
+ make install \
+ prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ sysconfdir=${D}/etc/ethereal \
+ plugindir=${D}/usr/lib/ethereal/plugins/${PV} || die
+
+ dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO
+}
diff --git a/net-analyzer/ethereal/files/digest-ethereal-0.9.6 b/net-analyzer/ethereal/files/digest-ethereal-0.9.6
new file mode 100644
index 000000000000..86231d58e101
--- /dev/null
+++ b/net-analyzer/ethereal/files/digest-ethereal-0.9.6
@@ -0,0 +1 @@
+MD5 d84e6ba052466f6ec7974cbae7752b47 ethereal-0.9.6.tar.gz 3647226