summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-22 12:38:40 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-22 12:38:40 +0000
commitfc65c05813e334fb694c98d7968cb4dbb74a4cd5 (patch)
tree55c02cfd5bcc78bad0f6f2d8a2eee21b9f752329 /net-analyzer/siphon
parentQA: Propperly assigned DEPEND/RDEPEND. Added dependency on dev-lang/perl and ... (diff)
downloadgentoo-2-fc65c05813e334fb694c98d7968cb4dbb74a4cd5.tar.gz
gentoo-2-fc65c05813e334fb694c98d7968cb4dbb74a4cd5.tar.bz2
gentoo-2-fc65c05813e334fb694c98d7968cb4dbb74a4cd5.zip
QA: Propperly assigned DEPEND/RDEPEND, put virtual/glibc as a dependency.
Diffstat (limited to 'net-analyzer/siphon')
-rw-r--r--net-analyzer/siphon/ChangeLog6
-rw-r--r--net-analyzer/siphon/metadata.xml28
-rw-r--r--net-analyzer/siphon/siphon-666.ebuild6
3 files changed, 14 insertions, 26 deletions
diff --git a/net-analyzer/siphon/ChangeLog b/net-analyzer/siphon/ChangeLog
index d95f0e4693f1..374345034d90 100644
--- a/net-analyzer/siphon/ChangeLog
+++ b/net-analyzer/siphon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/siphon
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/siphon/ChangeLog,v 1.3 2004/03/21 23:11:32 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/siphon/ChangeLog,v 1.4 2004/03/22 12:38:40 mboman Exp $
+
+ 22 Mar 2004; Michael Boman <mboman@gentoo.org> metadata.xml,
+ siphon-666.ebuild:
+ QA: Propperly assigned DEPEND/RDEPEND, put virtual/glibc as a dependency.
21 Mar 2004; Jason Wever <weeve@gentoo.org> siphon-666.ebuild:
Added ~sparc keyword.
diff --git a/net-analyzer/siphon/metadata.xml b/net-analyzer/siphon/metadata.xml
index 849b36e70aeb..2b7f2476c3de 100644
--- a/net-analyzer/siphon/metadata.xml
+++ b/net-analyzer/siphon/metadata.xml
@@ -1,26 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>noherd</herd>
-<maintainer>
- <email>port001@gentoo.org</email>
- <name>Ian Leitch</name>
-</maintainer>
-<longdescription>
-The Siphon Project is a portable passive network mapping suite.
-In the latest public version, Siphon passively maps TCP ports
-and performs passive operating system detection.
-Through the magic of RFC ambiguity and programmer uniqueness, different
-machines exhibit telltale characteristics that enable Siphon to make a fairly
-accurate guess at what operating system is running on machines sending packets
-out over the wire. The beauty of this method is that our tool does not need
-to send out a slew of non-RFC compliant packets that trip intrusion detection
-systems. In fact, we send out no packets at all. Whereas nmap crashes some
-machines and network hardware when performing its active OS detection tests,
-Siphon would never crash remote machines. This tool could be used on active
-production networks to detect that a Linux machine suddenly appeared in your
-all Sun shop. As a side note, if used in conjunction with firewalling arp on
-the machine you run Siphon from, it will be difficult to detect.
-Siphon is available for UNIX and Win32.
-</longdescription>
+ <herd>netmon</herd>
+ <maintainer>
+ <email>mboman@gentoo.org</email>
+ <description>Interim Maintainer</description>
+ </maintainer>
+<longdescription>Siphon is a portable passive network mapping suite.</longdescription>
</pkgmetadata>
diff --git a/net-analyzer/siphon/siphon-666.ebuild b/net-analyzer/siphon/siphon-666.ebuild
index d7153da58ee0..200966bb1582 100644
--- a/net-analyzer/siphon/siphon-666.ebuild
+++ b/net-analyzer/siphon/siphon-666.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/siphon/siphon-666.ebuild,v 1.3 2004/03/21 23:11:32 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/siphon/siphon-666.ebuild,v 1.4 2004/03/22 12:38:40 mboman Exp $
IUSE=""
MY_P=${PN}-v.${PV}
@@ -13,8 +13,8 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="~x86 ~sparc"
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
+DEPEND="virtual/glibc
+ net-libs/libpcap"
S=${WORKDIR}/${MY_P}