summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-06 14:56:04 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-06 14:56:04 +0000
commitaced3738afcf066f572e6ef788865ddf62676721 (patch)
tree0c3b5247698a0d264bf12074950e16e53872ba61 /net-analyzer/p0f
parentBump to version 0.14. Drop gant theme as it is part of MythTV distribution no... (diff)
downloadgentoo-2-aced3738afcf066f572e6ef788865ddf62676721.tar.gz
gentoo-2-aced3738afcf066f572e6ef788865ddf62676721.tar.bz2
gentoo-2-aced3738afcf066f572e6ef788865ddf62676721.zip
Version bump and libpcap includes fixed
Diffstat (limited to 'net-analyzer/p0f')
-rw-r--r--net-analyzer/p0f/ChangeLog10
-rw-r--r--net-analyzer/p0f/Manifest2
-rw-r--r--net-analyzer/p0f/files/digest-p0f-2.0.31
-rw-r--r--net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch11
-rw-r--r--net-analyzer/p0f/p0f-2.0.3.ebuild38
5 files changed, 60 insertions, 2 deletions
diff --git a/net-analyzer/p0f/ChangeLog b/net-analyzer/p0f/ChangeLog
index 5b4c64ebccae..4bc28b2a67fc 100644
--- a/net-analyzer/p0f/ChangeLog
+++ b/net-analyzer/p0f/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/p0f
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.9 2003/12/14 04:05:49 pappy Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.10 2004/02/06 14:56:04 aliz Exp $
+
+*p0f-2.0.3 (06 Feb 2004)
+
+ 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> p0f-2.0.3.ebuild,
+ files/p0f-2.0.3-libpcap-include.patch:
+ Version bump and fix for libpcap include files.
14 Dec 2003; Alexander Gabert <pappy@gentoo.org> :
added digest and tested
diff --git a/net-analyzer/p0f/Manifest b/net-analyzer/p0f/Manifest
index 36e436886d38..32e7d07a84a5 100644
--- a/net-analyzer/p0f/Manifest
+++ b/net-analyzer/p0f/Manifest
@@ -1,3 +1,4 @@
+MD5 5c5bb657ad7afac7d2fc66f87a7204f3 p0f-2.0.3.ebuild 1054
MD5 994925b7f99fb96fafe52a0c4de0eadf p0f-1.8.2.ebuild 824
MD5 e29c24bb82aab47e3decd090259f76c3 ChangeLog 962
MD5 5c5bb657ad7afac7d2fc66f87a7204f3 p0f-2.0.2.ebuild 1054
@@ -5,3 +6,4 @@ MD5 f184953061e4a88dad985e15eb2b4f22 files/p0f-1.8.2-makefile.patch 377
MD5 4300ad8d7b84f6ecbde6eae906925700 files/p0f-1.8.2.rc 1292
MD5 f6ee2143700cca09dfededeef39ed216 files/digest-p0f-1.8.2 57
MD5 5bf1dc20124f41cadbc7560bddfe875c files/digest-p0f-2.0.2 57
+MD5 d68117a6108bcd2769ac8128cec37896 files/digest-p0f-2.0.3 58
diff --git a/net-analyzer/p0f/files/digest-p0f-2.0.3 b/net-analyzer/p0f/files/digest-p0f-2.0.3
new file mode 100644
index 000000000000..e3e880e9f3dc
--- /dev/null
+++ b/net-analyzer/p0f/files/digest-p0f-2.0.3
@@ -0,0 +1 @@
+MD5 583688a4c5718eec0bb34102b3ac457b p0f-2.0.3.tgz 119407
diff --git a/net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch b/net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch
new file mode 100644
index 000000000000..d4057304f664
--- /dev/null
+++ b/net-analyzer/p0f/files/p0f-2.0.3-libpcap-include.patch
@@ -0,0 +1,11 @@
+--- p0f.c 2003-10-13 18:57:21.000000000 +0000
++++ p0f.c 2004-02-06 14:34:35.912697640 +0000
+@@ -35,7 +35,7 @@
+ #include <pcap.h>
+ #include <signal.h>
+
+-#include <net/bpf.h>
++#include <pcap.h>
+ #include <time.h>
+ #include <ctype.h>
+
diff --git a/net-analyzer/p0f/p0f-2.0.3.ebuild b/net-analyzer/p0f/p0f-2.0.3.ebuild
new file mode 100644
index 000000000000..6c1daf797892
--- /dev/null
+++ b/net-analyzer/p0f/p0f-2.0.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.3.ebuild,v 1.1 2004/02/06 14:56:04 aliz Exp $
+
+DESCRIPTION="p0f performs passive OS detection based on SYN packets."
+# the p0f.tgz always resembles the latest version, trashing the digest md5sum then, discovered and fixed by gustavoz
+SRC_URI="http://lcamtuf.coredump.cx/p0f/${P}.tgz"
+HOMEPAGE="http://lcamtuf.coredump.cx/p0f.shtml"
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+S=${WORKDIR}/${PN}
+
+
+DEPEND="net-libs/libpcap"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+
+ epatch ${FILESDIR}/${P}-libpcap-include.patch
+}
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ dosbin p0f p0frep
+
+ insinto /etc/p0f
+ doins p0f.fp p0fa.fp p0fr.fp
+
+ doman p0f.1
+
+ dodoc README
+}
+