diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-19 14:24:19 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-19 14:24:19 +0000 |
commit | bb1de1e1b2369527a357a3d2290be1eb4a1e6dea (patch) | |
tree | 7107d3f32ed085a0423188f95bcfb3e7a66d58df /net-analyzer/p0f | |
parent | version bump, with many bug fixes, including FHS'ness. Thanks very very much... (diff) | |
download | historical-bb1de1e1b2369527a357a3d2290be1eb4a1e6dea.tar.gz historical-bb1de1e1b2369527a357a3d2290be1eb4a1e6dea.tar.bz2 historical-bb1de1e1b2369527a357a3d2290be1eb4a1e6dea.zip |
Stable on x86.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/p0f')
-rw-r--r-- | net-analyzer/p0f/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/p0f/Manifest | 12 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.5.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-analyzer/p0f/ChangeLog b/net-analyzer/p0f/ChangeLog index 21f4161f2c7e..c12460039e51 100644 --- a/net-analyzer/p0f/ChangeLog +++ b/net-analyzer/p0f/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/p0f # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.19 2005/03/11 10:46:08 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.20 2005/04/19 14:24:19 ka0ttic Exp $ + + 19 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> p0f-2.0.5.ebuild: + Marked stable on x86. *p0f-2.0.5 (11 Mar 2005) diff --git a/net-analyzer/p0f/Manifest b/net-analyzer/p0f/Manifest index 92828fb90d4c..4f61d53cffb9 100644 --- a/net-analyzer/p0f/Manifest +++ b/net-analyzer/p0f/Manifest @@ -2,8 +2,8 @@ Hash: SHA1 MD5 6f6efeb6086e235a1e2d90154257404b p0f-2.0.3.ebuild 923 -MD5 5e840dc9ea957a41f7bf470c04a14cd2 p0f-2.0.5.ebuild 1143 -MD5 a31aff66d5b2d54c097f49d98266f128 ChangeLog 2284 +MD5 c36151712eb857fd8fc64892086dc033 p0f-2.0.5.ebuild 1142 +MD5 60c7b5a72075258caa85bf19697421e3 ChangeLog 2376 MD5 a6504b2ab3f5f778d46643a087162f71 metadata.xml 250 MD5 f184953061e4a88dad985e15eb2b4f22 files/p0f-1.8.2-makefile.patch 377 MD5 aec7b9a8cf64ab5785008f4f5fc64095 files/p0f-1.8.2.rc 1274 @@ -11,9 +11,9 @@ MD5 d68117a6108bcd2769ac8128cec37896 files/digest-p0f-2.0.3 58 MD5 393eeebe57dc144d2d5c60ccb33f96e6 files/digest-p0f-2.0.5 58 MD5 0c97d34501b34ec11763fde7fc38dac9 files/p0f.initd 1270 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCMXb2EZCkKN40op4RAiOnAJ9ErLk5VhqUIwuBDkSLNR7PFT7fKgCfYZj4 -GEGatCeimrWymO4MbJsyHfw= -=1PBl +iD8DBQFCZRTQEZCkKN40op4RAh2dAJ9YmiaOtL4ZphX1KU/faHdAsPFL9gCeOvWN +1lnqA93E2jvqm2c9/jQeJ5M= +=eU78 -----END PGP SIGNATURE----- diff --git a/net-analyzer/p0f/p0f-2.0.5.ebuild b/net-analyzer/p0f/p0f-2.0.5.ebuild index e74db3285f0b..5d6d5034dc9e 100644 --- a/net-analyzer/p0f/p0f-2.0.5.ebuild +++ b/net-analyzer/p0f/p0f-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.5.ebuild,v 1.1 2005/03/11 10:46:08 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.5.ebuild,v 1.2 2005/04/19 14:24:19 ka0ttic Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://lcamtuf.coredump.cx/p0f/${P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc-macos" +KEYWORDS="x86 ~amd64 ~sparc ~ppc-macos" IUSE="static" DEPEND="virtual/libpcap" |