summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-05-14 11:38:17 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-05-14 11:38:17 +0000
commit5aa4b76f111eb42b3ba5c4be84511b402335c297 (patch)
treee2c4a8ada01967b51776ee9eb7dc00adc83fa1ce /net-analyzer/p0f
parentStabilise on all archs tested on ppc/x86/amd64 but it just fixes ldflags so d... (diff)
downloadhistorical-5aa4b76f111eb42b3ba5c4be84511b402335c297.tar.gz
historical-5aa4b76f111eb42b3ba5c4be84511b402335c297.tar.bz2
historical-5aa4b76f111eb42b3ba5c4be84511b402335c297.zip
Version bump to latest 3.0 series, cleanup older.
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/p0f')
-rw-r--r--net-analyzer/p0f/ChangeLog8
-rw-r--r--net-analyzer/p0f/p0f-3.00_rc5.ebuild53
-rw-r--r--net-analyzer/p0f/p0f-3.04_beta.ebuild53
-rw-r--r--net-analyzer/p0f/p0f-3.05_beta.ebuild (renamed from net-analyzer/p0f/p0f-3.03_beta.ebuild)2
4 files changed, 8 insertions, 108 deletions
diff --git a/net-analyzer/p0f/ChangeLog b/net-analyzer/p0f/ChangeLog
index 46e4b2692264..64ecaa850e26 100644
--- a/net-analyzer/p0f/ChangeLog
+++ b/net-analyzer/p0f/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/p0f
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.49 2012/05/14 11:36:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.50 2012/05/14 11:38:17 scarabeus Exp $
+
+*p0f-3.05_beta (14 May 2012)
+
+ 14 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +p0f-3.05_beta.ebuild,
+ -p0f-3.00_rc5.ebuild, -p0f-3.03_beta.ebuild, -p0f-3.04_beta.ebuild:
+ Version bump to latest 3.0 series, cleanup older.
14 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> -p0f-2.0.8-r1.ebuild,
p0f-2.0.8-r2.ebuild:
diff --git a/net-analyzer/p0f/p0f-3.00_rc5.ebuild b/net-analyzer/p0f/p0f-3.00_rc5.ebuild
deleted file mode 100644
index 6970e9bccc75..000000000000
--- a/net-analyzer/p0f/p0f-3.00_rc5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-3.00_rc5.ebuild,v 1.1 2012/01/16 18:07:37 ssuominen Exp $
-
-EAPI=4
-inherit toolchain-funcs
-
-MY_P=${P/_/-}
-
-DESCRIPTION="A tool to perform passive OS detection based on SYN packets"
-HOMEPAGE="http://lcamtuf.coredump.cx/p0f3/"
-SRC_URI="http://lcamtuf.coredump.cx/p0f3/${MY_P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug ipv6"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i \
- -e 's:-g -ggdb::' \
- -e 's:-O3::' \
- -e '/^CC/s:=:?=:' \
- -e '/^CFLAGS/s:=:+=:' \
- -e '/^LDFLAGS/s:=:+=:' \
- build.sh tools/Makefile || die
-
- sed -i -e "/FP_FILE/s:p0f.fp:${EPREFIX}/etc/&:" config.h || die
-}
-
-src_compile() {
- tc-export CC
- ./build.sh $(use debug && echo debug) || die
- emake -C tools p0f-client p0f-sendsyn $(use ipv6 && echo p0f-sendsyn6)
-}
-
-src_install() {
- dosbin p0f tools/p0f-{client,sendsyn}
- use ipv6 && dosbin tools/p0f-sendsyn6
-
- insinto /etc
- doins p0f.fp
-
- #newconfd "${FILESDIR}"/${PN}.confd ${PN}
- #newinitd "${FILESDIR}"/${PN}.initd3 ${PN}
-
- dodoc docs/{ChangeLog,README,TODO,*.txt} tools/README-TOOLS
-}
diff --git a/net-analyzer/p0f/p0f-3.04_beta.ebuild b/net-analyzer/p0f/p0f-3.04_beta.ebuild
deleted file mode 100644
index f5009fa538f9..000000000000
--- a/net-analyzer/p0f/p0f-3.04_beta.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-3.04_beta.ebuild,v 1.1 2012/03/30 04:39:06 radhermit Exp $
-
-EAPI=4
-inherit toolchain-funcs
-
-MY_P=${P/_beta/b}
-
-DESCRIPTION="A tool to perform passive OS detection based on SYN packets"
-HOMEPAGE="http://lcamtuf.coredump.cx/p0f3/"
-SRC_URI="http://lcamtuf.coredump.cx/p0f3/releases/${MY_P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug ipv6"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- sed -i \
- -e 's:-g -ggdb::' \
- -e 's:-O3::' \
- -e '/^CC/s:=:?=:' \
- -e '/^CFLAGS/s:=:+=:' \
- -e '/^LDFLAGS/s:=:+=:' \
- build.sh tools/Makefile || die
-
- sed -i -e "/FP_FILE/s:p0f.fp:${EPREFIX}/etc/&:" config.h || die
-}
-
-src_compile() {
- tc-export CC
- ./build.sh $(use debug && echo debug) || die
- emake -C tools p0f-client p0f-sendsyn $(use ipv6 && echo p0f-sendsyn6)
-}
-
-src_install() {
- dosbin p0f tools/p0f-{client,sendsyn}
- use ipv6 && dosbin tools/p0f-sendsyn6
-
- insinto /etc
- doins p0f.fp
-
- #newconfd "${FILESDIR}"/${PN}.confd ${PN}
- #newinitd "${FILESDIR}"/${PN}.initd3 ${PN}
-
- dodoc docs/{ChangeLog,README,TODO,*.txt} tools/README-TOOLS
-}
diff --git a/net-analyzer/p0f/p0f-3.03_beta.ebuild b/net-analyzer/p0f/p0f-3.05_beta.ebuild
index b890065238f0..636ec252c342 100644
--- a/net-analyzer/p0f/p0f-3.03_beta.ebuild
+++ b/net-analyzer/p0f/p0f-3.05_beta.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-3.03_beta.ebuild,v 1.1 2012/01/23 02:43:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-3.05_beta.ebuild,v 1.1 2012/05/14 11:38:17 scarabeus Exp $
EAPI=4
inherit toolchain-funcs