summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gabert <pappy@gentoo.org>2003-12-10 18:42:00 +0000
committerAlexander Gabert <pappy@gentoo.org>2003-12-10 18:42:00 +0000
commitde93ca86b16e6f950091120610fb7f5414ac6a84 (patch)
tree8c0e84cdce04165dee50adece04d9ff8c610ea4a /net-analyzer/p0f
parentbugfix 35476 by gustavoz, changing SRC_URI for updated versions of p0f (diff)
downloadgentoo-2-de93ca86b16e6f950091120610fb7f5414ac6a84.tar.gz
gentoo-2-de93ca86b16e6f950091120610fb7f5414ac6a84.tar.bz2
gentoo-2-de93ca86b16e6f950091120610fb7f5414ac6a84.zip
bugfix 35476 by gustavoz, changing SRC_URI for updated versions of p0f
Diffstat (limited to 'net-analyzer/p0f')
-rw-r--r--net-analyzer/p0f/ChangeLog5
-rw-r--r--net-analyzer/p0f/Manifest4
-rw-r--r--net-analyzer/p0f/p0f-2.0.2.ebuild6
3 files changed, 10 insertions, 5 deletions
diff --git a/net-analyzer/p0f/ChangeLog b/net-analyzer/p0f/ChangeLog
index 814a5c311518..e0a67da9977d 100644
--- a/net-analyzer/p0f/ChangeLog
+++ b/net-analyzer/p0f/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2003/10/04 10:46:13 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.8 2003/12/10 18:41:54 pappy Exp $
+
+ 10 Dec 2003; Alexander Gabert <pappy@gentoo.org> p0f-2.0.2.ebuild:
+ bugfix 35476 by gustavoz, changing SRC_URI for updated versions of p0f
*p0f-2.0.2 (04 Oct 2003)
diff --git a/net-analyzer/p0f/Manifest b/net-analyzer/p0f/Manifest
index c00158ffcfe4..2084ef103a2c 100644
--- a/net-analyzer/p0f/Manifest
+++ b/net-analyzer/p0f/Manifest
@@ -1,6 +1,6 @@
MD5 994925b7f99fb96fafe52a0c4de0eadf p0f-1.8.2.ebuild 824
-MD5 d15e6d692f7ace8cbd7b669615ef8557 ChangeLog 882
-MD5 d31e127b2e99bed350937cea76f8b76d p0f-2.0.2.ebuild 1054
+MD5 a70a98b5660b1236184e0b2afd2e2705 ChangeLog 882
+MD5 5c5bb657ad7afac7d2fc66f87a7204f3 p0f-2.0.2.ebuild 1054
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
diff --git a/net-analyzer/p0f/p0f-2.0.2.ebuild b/net-analyzer/p0f/p0f-2.0.2.ebuild
index 3a0cb9470a8b..a6a53bb1c574 100644
--- a/net-analyzer/p0f/p0f-2.0.2.ebuild
+++ b/net-analyzer/p0f/p0f-2.0.2.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2003 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.2.ebuild,v 1.2 2003/10/04 10:46:13 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.2.ebuild,v 1.3 2003/12/10 18:41:54 pappy Exp $
DESCRIPTION="p0f performs passive OS detection based on SYN packets."
-SRC_URI="http://lcamtuf.coredump.cx/p0f.tgz"
+# 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"
+IUSE=""
DEPEND="net-libs/libpcap"