diff options
author | Michael Boman <mboman@gentoo.org> | 2004-01-06 16:15:54 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-01-06 16:15:54 +0000 |
commit | beb65b0fe522281f0b825d50973ed5e008019f8d (patch) | |
tree | 6b71cb4a70b9816b083ffe7964694e50452c1864 /net-analyzer/honeyd | |
parent | New upstream version. Included the script and example config collection by La... (diff) | |
download | gentoo-2-beb65b0fe522281f0b825d50973ed5e008019f8d.tar.gz gentoo-2-beb65b0fe522281f0b825d50973ed5e008019f8d.tar.bz2 gentoo-2-beb65b0fe522281f0b825d50973ed5e008019f8d.zip |
New upstream version. Included the script and example config collection by Lance Spitzner.
Diffstat (limited to 'net-analyzer/honeyd')
-rw-r--r-- | net-analyzer/honeyd/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/honeyd/Manifest | 5 | ||||
-rw-r--r-- | net-analyzer/honeyd/files/digest-honeyd-0.7a | 2 | ||||
-rw-r--r-- | net-analyzer/honeyd/honeyd-0.7a.ebuild | 75 |
4 files changed, 86 insertions, 4 deletions
diff --git a/net-analyzer/honeyd/ChangeLog b/net-analyzer/honeyd/ChangeLog index da0dd61518a9..5d839ead2b52 100644 --- a/net-analyzer/honeyd/ChangeLog +++ b/net-analyzer/honeyd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/honeyd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.5 2003/09/24 13:13:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.6 2004/01/06 16:15:39 mboman Exp $ + +*honeyd-0.7a (06 Jan 2004) + + 06 Jan 2004; Michael Boman <mboman@gentoo.org> honeyd-0.7a.ebuild: + - New upstream version + - Included the script and example config collection by Lance Spitzner 24 Sep 2003; Daniel Ahlberg <aliz@gentoo.org> honeyd-0.6a.ebuild: Fix so it actually compiles. Closing #29233. diff --git a/net-analyzer/honeyd/Manifest b/net-analyzer/honeyd/Manifest index 13dd08c2ccc1..bc0f80cd1179 100644 --- a/net-analyzer/honeyd/Manifest +++ b/net-analyzer/honeyd/Manifest @@ -1,9 +1,8 @@ -MD5 c44e21d76c7cf217d15c1bf1cd4e0f0f ChangeLog 938 +MD5 81ca02579abc3614b81f95f2cec95f2f ChangeLog 1135 MD5 0fd3b15a3e0705571ed5a9cfa86f8676 honeyd-0.4a.ebuild 929 MD5 a79fb75b18765c3f3f6f1f0852cba0af honeyd-0.5.ebuild 1304 MD5 29bb0b9edff3ed2e2e191c6902baf262 honeyd-0.6a.ebuild 1045 -MD5 d728cb85608b2ea7b3186f8363b2d0cb honeyd-0.7a.ebuild 1277 -MD5 dd13f1beab377eafab3f275ad7bc6481 .honeyd-0.7a.ebuild.swp 12288 +MD5 bd7361d8f6ad2e4ff78366f0a7f0d6cc honeyd-0.7a.ebuild 1902 MD5 11bc0f49cb24494a0185158ccda1df5d files/digest-honeyd-0.4a 63 MD5 b323e42a8d857ed4c1f1c4a0f7bf256f files/digest-honeyd-0.5 177 MD5 6ed6ff3b7fff0952e52a113d818a62ae files/digest-honeyd-0.6a 63 diff --git a/net-analyzer/honeyd/files/digest-honeyd-0.7a b/net-analyzer/honeyd/files/digest-honeyd-0.7a new file mode 100644 index 000000000000..3d136cb7b7d3 --- /dev/null +++ b/net-analyzer/honeyd/files/digest-honeyd-0.7a @@ -0,0 +1,2 @@ +MD5 04ae109952d274aba4c0ab398e213ef2 honeyd-0.7a.tar.gz 416763 +MD5 98f56c64ca76f52de42c5a0342cdd009 honeyd-0.7a-beta2.tgz 2027537 diff --git a/net-analyzer/honeyd/honeyd-0.7a.ebuild b/net-analyzer/honeyd/honeyd-0.7a.ebuild new file mode 100644 index 000000000000..56ac69e5c4a0 --- /dev/null +++ b/net-analyzer/honeyd/honeyd-0.7a.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.7a.ebuild,v 1.1 2004/01/06 16:15:39 mboman Exp $ + +inherit eutils + +DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network" +HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" +SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz + http://www.tracking-hackers.com/solutions/honeyd/${P}-beta2.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" + +IUSE="doc" +DEPEND=">=dev-libs/libdnet-1.7 + >=dev-libs/libevent-0.6 + >=net-libs/libpcap-0.7.1" +RDEPEND=${DEPEND} + +S="${WORKDIR}/${P}" + +src_unpack() { + unpack ${A} ; cd ${S} + + sed -i "s:^CFLAGS = -O2:CFLAGS = ${CFLAGS}:g" Makefile.in +} + +src_compile() { + econf --with-libdnet=/usr || die "econf failed" + emake || die +} + +src_install() { + dodoc README + dosbin honeyd + + einstall + + rm ${D}/usr/bin/honeyd + rm ${D}/usr/share/honeyd/README + + dodir /usr/share/honeyd/scripts + exeinto /usr/share/honeyd/scripts + doexe scripts/web.sh scripts/router-telnet.pl scripts/test.sh + + # This adds all the services and example configurations collected + # by Lance Spitzer + + # Install the white-papers if 'doc' USE flags are specified + use doc && ( + cd ${WORKDIR}/${P}-beta2/contrib + dodoc * + ) + + # Install the example configurations + cd ${WORKDIR}/${P}-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 example start/stop scripts.. Those should _really_ + # be re-written to gentoo instead.. + dodoc start-arpd.sh start-honeyd.sh + + # Install all the example scripts + cd ${WORKDIR}/${P}-beta2/scripts + cp -R * ${D}/usr/share/honeyd/scripts/ + cd ${D}/usr/share/honeyd/scripts/ + find -type f -name "*.sh" -o -name "*.pl" | xargs chmod +x + + +} + |