diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-04-28 03:15:39 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-04-28 03:15:39 +0000 |
commit | e797fa912e38d93d06cbdb4b1bdabe9f0f8bdf80 (patch) | |
tree | 40d91ad4ec37c17ea0b0089664d88b8eda00ea31 /net-analyzer | |
parent | update to 4.4 (diff) | |
download | historical-e797fa912e38d93d06cbdb4b1bdabe9f0f8bdf80.tar.gz historical-e797fa912e38d93d06cbdb4b1bdabe9f0f8bdf80.tar.bz2 historical-e797fa912e38d93d06cbdb4b1bdabe9f0f8bdf80.zip |
ettercap update
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 16 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.6.5.ebuild | 33 | ||||
-rw-r--r-- | net-analyzer/ettercap/files/digest-ettercap-0.6.5 | 1 |
3 files changed, 41 insertions, 9 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index b49c7946cca0..68284a941af5 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/ettercap # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.2 2002/02/14 20:42:51 m0rpheus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.3 2002/04/28 03:15:39 blocke Exp $ + +*ettercap-0.6.5 (27 Apr 2002) + + 27 Apr 2002; Bruce A. Locke <blocke@shivan.org> ettercap-0.6.5.ebuild : + + Bump up to 0.6.5 *ettercap-0.6.4 (14 Feb 2002) @@ -9,12 +15,4 @@ Added new version for ettercap and removed all older versions. The new version 0.6.4 fix a remote root compromise in version 0.6.3 and earlier. -*ettercap-0.6.3 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/net-analyzer/ettercap/ettercap-0.6.5.ebuild b/net-analyzer/ettercap/ettercap-0.6.5.ebuild new file mode 100644 index 000000000000..527f55b5cf25 --- /dev/null +++ b/net-analyzer/ettercap/ettercap-0.6.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Bruce Locke <blocke@shivan.org> +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.6.5.ebuild,v 1.1 2002/04/28 03:15:39 blocke Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN." +SRC_URI="http://ettercap.sourceforge.net/download/${P}.tar.gz" +HOMEPAGE="http://ettercap.sourceforge.net" + +DEPEND="sys-libs/ncurses ssl? ( dev-libs/openssl )" + +src_compile() { + local myconf + use ssl && myconf="${myconf} --enable-https" + + ./configure --host=${CHOST} --prefix=/usr --enable-ncurses --enable-plugins ${myconf} + assert + + make CFLAG="${CFLAGS} -funroll-loops -fomit-frame-pointer -Wall" || die + make CFLAG="${CFLAGS} -funroll-loops -fomit-frame-pointer -Wall" plug-ins || die +} + +src_install() { + + make prefix=${D}/usr MANDIR=${D}/usr/share/man complete_install || die + rm ${D}/usr/share/doc/${P}/ettercap.fr.8.in.gz + gzip ${D}/usr/share/doc/${P}/* + +} + + + diff --git a/net-analyzer/ettercap/files/digest-ettercap-0.6.5 b/net-analyzer/ettercap/files/digest-ettercap-0.6.5 new file mode 100644 index 000000000000..f6a85935206f --- /dev/null +++ b/net-analyzer/ettercap/files/digest-ettercap-0.6.5 @@ -0,0 +1 @@ +MD5 75bdba8f9ea65ec89683c53a326ee015 ettercap-0.6.5.tar.gz 546845 |