summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/honeyd/ChangeLog6
-rw-r--r--net-analyzer/honeyd/files/digest-honeyd-1.5b6
-rw-r--r--net-analyzer/honeyd/honeyd-1.5b.ebuild66
-rw-r--r--net-analyzer/honeyd/honeyd-1.5c.ebuild4
4 files changed, 7 insertions, 75 deletions
diff --git a/net-analyzer/honeyd/ChangeLog b/net-analyzer/honeyd/ChangeLog
index fea9425eb203..a670472d5749 100644
--- a/net-analyzer/honeyd/ChangeLog
+++ b/net-analyzer/honeyd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/honeyd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.33 2007/11/16 15:33:06 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.34 2007/12/13 11:00:46 pva Exp $
+
+ 13 Dec 2007; <pva@gentoo.org> -honeyd-1.5b.ebuild, honeyd-1.5c.ebuild:
+ Updated dependency: >=libevent-1.2, bug #199905, reported by Luc Stepniewski
+ <lstep AT adelux.fr>. Remove old.
16 Nov 2007; Steve Dibb <beandog@gentoo.org> honeyd-1.5c.ebuild:
amd64 stable, bug 192446
diff --git a/net-analyzer/honeyd/files/digest-honeyd-1.5b b/net-analyzer/honeyd/files/digest-honeyd-1.5b
deleted file mode 100644
index 584023633357..000000000000
--- a/net-analyzer/honeyd/files/digest-honeyd-1.5b
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 98f56c64ca76f52de42c5a0342cdd009 honeyd-0.7a-beta2.tgz 2027537
-RMD160 a1229402ede63753b1256b0ae6dc1db12c0f0993 honeyd-0.7a-beta2.tgz 2027537
-SHA256 0977ab78d3efb6d8f5d6d8250d362337f7fc0fbb3c5e3632e6c3d2db38fe6fe9 honeyd-0.7a-beta2.tgz 2027537
-MD5 fe571133c9b65c5e1dca57515122ab62 honeyd-1.5b.tar.gz 881787
-RMD160 40ebe7d3a2915b5145c5a2eef04b9d1de18fbb09 honeyd-1.5b.tar.gz 881787
-SHA256 2f00ebdac4c47b157b076e255bd757a6ef7b7f043cc499493d1c0f9e458527a5 honeyd-1.5b.tar.gz 881787
diff --git a/net-analyzer/honeyd/honeyd-1.5b.ebuild b/net-analyzer/honeyd/honeyd-1.5b.ebuild
deleted file mode 100644
index 2157bd77e2e2..000000000000
--- a/net-analyzer/honeyd/honeyd-1.5b.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.5b.ebuild,v 1.7 2007/08/12 20:29:54 pva Exp $
-
-DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network"
-HOMEPAGE="http://www.honeyd.org/"
-SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz
- http://www.tracking-hackers.com/solutions/honeyd/honeyd-0.7a-beta2.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE="doc"
-
-DEPEND="net-libs/libpcap
- dev-libs/libdnet
- >=dev-libs/libevent-1.0
- dev-libs/libdnsres
- dev-libs/libpcre
- sys-libs/zlib"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i "s:^CFLAGS = -O2:CFLAGS = ${CFLAGS}:g" Makefile.in || die "sed failed"
-}
-
-src_compile() {
- econf --with-libdnet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc README TODO
- rm "${D}"/usr/share/honeyd/README
-
- insinto /etc
- newins config.sample honeyd.conf || die "failed to install honeyd.conf"
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
- newconfd "${FILESDIR}"/${PN}.confd ${PN} || die
-
- rm "${D}"/usr/bin/honeyd
- dosbin honeyd || die "dosbin failed"
-
- # This adds all the services and example configurations collected
- # by Lance Spitzer
-
- # Install the white-papers if 'doc' USE flags are specified
- use doc && dodoc "${WORKDIR}"/honeyd-0.7a-beta2/contrib/*
-
- cp -R scripts "${D}"/usr/share/honeyd/
-
- # Install the example configurations
- cd "${WORKDIR}"/honeyd-0.7a-beta2
- dodoc honeyd.conf nmap.prints nmap.assoc pf.os xprobe2.conf
- dodoc honeyd.conf.simple honeyd.conf.bloat nmap.prints.new
- dodoc xprobe2.conf.new honeyd.conf.networks
-
- # Install all the example scripts
- cp -R scripts "${D}"/usr/share/honeyd/
- find "${D}"/usr/share/honeyd/scripts \
- -type f -name '*.sh' -o -name '*.pl' -exec chmod +x {} \;
-}
diff --git a/net-analyzer/honeyd/honeyd-1.5c.ebuild b/net-analyzer/honeyd/honeyd-1.5c.ebuild
index 921f7aebbb9d..f74ef95a21c7 100644
--- a/net-analyzer/honeyd/honeyd-1.5c.ebuild
+++ b/net-analyzer/honeyd/honeyd-1.5c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.5c.ebuild,v 1.3 2007/11/16 15:33:06 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.5c.ebuild,v 1.4 2007/12/13 11:00:46 pva Exp $
DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network"
HOMEPAGE="http://www.honeyd.org/"
@@ -14,7 +14,7 @@ IUSE="doc"
DEPEND="net-libs/libpcap
dev-libs/libdnet
- >=dev-libs/libevent-1.0
+ >=dev-libs/libevent-1.2
dev-libs/libdnsres
dev-libs/libpcre
sys-libs/zlib"