diff options
author | Alexander Gabert <pappy@gentoo.org> | 2003-12-10 18:42:00 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2003-12-10 18:42:00 +0000 |
commit | c01bbc652e36564a8c4f7fa573e3637ec8f7a0e0 (patch) | |
tree | b0e096a74bad9328026352254cbdc0b28273270c /net-analyzer/p0f | |
parent | bugfix 35476 by gustavoz, changing SRC_URI for updated versions of p0f (diff) | |
download | historical-c01bbc652e36564a8c4f7fa573e3637ec8f7a0e0.tar.gz historical-c01bbc652e36564a8c4f7fa573e3637ec8f7a0e0.tar.bz2 historical-c01bbc652e36564a8c4f7fa573e3637ec8f7a0e0.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/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.2.ebuild | 6 |
2 files changed, 6 insertions, 4 deletions
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" |