diff options
author | Peter Volkov <pva@gentoo.org> | 2007-08-12 20:29:54 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2007-08-12 20:29:54 +0000 |
commit | 8f88ef68a6ea40d0ccae8f3aa0866a69fcdff329 (patch) | |
tree | 986591a8263549a271e26357a23b4006b1c436a7 /net-analyzer/honeyd | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-8f88ef68a6ea40d0ccae8f3aa0866a69fcdff329.tar.gz gentoo-2-8f88ef68a6ea40d0ccae8f3aa0866a69fcdff329.tar.bz2 gentoo-2-8f88ef68a6ea40d0ccae8f3aa0866a69fcdff329.zip |
Version bump. Thank FieldySnuts <sgtphou AT fire-eyes.org> for report in bug #187763.
(Portage version: 2.1.3.4)
Diffstat (limited to 'net-analyzer/honeyd')
-rw-r--r-- | net-analyzer/honeyd/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/honeyd/files/digest-honeyd-1.5c | 6 | ||||
-rw-r--r-- | net-analyzer/honeyd/honeyd-1.5b.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/honeyd/honeyd-1.5c.ebuild | 66 |
4 files changed, 81 insertions, 3 deletions
diff --git a/net-analyzer/honeyd/ChangeLog b/net-analyzer/honeyd/ChangeLog index 67ce8606e78c..1627e6d79b24 100644 --- a/net-analyzer/honeyd/ChangeLog +++ b/net-analyzer/honeyd/ChangeLog @@ -1,6 +1,12 @@ # 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.30 2007/01/28 15:02:46 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.31 2007/08/12 20:29:54 pva Exp $ + +*honeyd-1.5c (12 Aug 2007) + + 12 Aug 2007; <pva@gentoo.org> +honeyd-1.5c.ebuild: + Version bump. Thank FieldySnuts <sgtphou AT fire-eyes.org> for report in bug + #187763. 28 Jan 2007; <pva@gentoo.org> files/honeyd.initd: Fixed init script to handle multiple HONEYD_NETS. Thank Jeremy Hanmer diff --git a/net-analyzer/honeyd/files/digest-honeyd-1.5c b/net-analyzer/honeyd/files/digest-honeyd-1.5c new file mode 100644 index 000000000000..1a160879e516 --- /dev/null +++ b/net-analyzer/honeyd/files/digest-honeyd-1.5c @@ -0,0 +1,6 @@ +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 9887b44333e380a2205f64fa245cb727 honeyd-1.5c.tar.gz 915465 +RMD160 2316c4fb6b74b0ece4429d392c478fcd7516b6a7 honeyd-1.5c.tar.gz 915465 +SHA256 3186d542085b7b4b67d168ee0eb872c2c46dd3e98846a775c9f196e94c80916d honeyd-1.5c.tar.gz 915465 diff --git a/net-analyzer/honeyd/honeyd-1.5b.ebuild b/net-analyzer/honeyd/honeyd-1.5b.ebuild index c9c14345fb9a..2157bd77e2e2 100644 --- a/net-analyzer/honeyd/honeyd-1.5b.ebuild +++ b/net-analyzer/honeyd/honeyd-1.5b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.6 2007/07/11 23:49:24 mr_bones_ Exp $ +# $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/" diff --git a/net-analyzer/honeyd/honeyd-1.5c.ebuild b/net-analyzer/honeyd/honeyd-1.5c.ebuild new file mode 100644 index 000000000000..bc0d0c3ddc9f --- /dev/null +++ b/net-analyzer/honeyd/honeyd-1.5c.ebuild @@ -0,0 +1,66 @@ +# 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.1 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 {} \; +} |