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/p0f-2.0.2.ebuild
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/p0f-2.0.2.ebuild')
-rw-r--r--net-analyzer/p0f/p0f-2.0.2.ebuild6
1 files changed, 4 insertions, 2 deletions
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"