summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-07-16 18:27:48 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-07-16 18:27:48 +0000
commitd667b888bc2e0baa4885f130c542008d3ace3668 (patch)
treea11de09a16c28d0caa9c94fe101646db50b368ae /net-analyzer
parentadded ~ppc64, bug #55431 (Manifest recommit) (diff)
downloadgentoo-2-d667b888bc2e0baa4885f130c542008d3ace3668.tar.gz
gentoo-2-d667b888bc2e0baa4885f130c542008d3ace3668.tar.bz2
gentoo-2-d667b888bc2e0baa4885f130c542008d3ace3668.zip
Version bump.
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/scanssh/ChangeLog7
-rw-r--r--net-analyzer/scanssh/Manifest2
-rw-r--r--net-analyzer/scanssh/files/digest-scanssh-2.01
-rw-r--r--net-analyzer/scanssh/scanssh-2.0.ebuild23
4 files changed, 32 insertions, 1 deletions
diff --git a/net-analyzer/scanssh/ChangeLog b/net-analyzer/scanssh/ChangeLog
index 93c8b3eb71d0..18e61fd8416c 100644
--- a/net-analyzer/scanssh/ChangeLog
+++ b/net-analyzer/scanssh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/scanssh
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanssh/ChangeLog,v 1.6 2004/07/13 06:49:48 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanssh/ChangeLog,v 1.7 2004/07/16 18:27:48 aliz Exp $
+
+*scanssh-2.0 (16 Jul 2004)
+
+ 16 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> scanssh-2.0.ebuild:
+ Version bump, ebuild contributed by Justin Guyett <justin@soze.net>.
13 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml,
scanssh-1.6b.ebuild:
diff --git a/net-analyzer/scanssh/Manifest b/net-analyzer/scanssh/Manifest
index f15502349a3d..e5f49aa6985c 100644
--- a/net-analyzer/scanssh/Manifest
+++ b/net-analyzer/scanssh/Manifest
@@ -1,4 +1,6 @@
+MD5 979d0e541f2494ea9d29af082e8ccbfe scanssh-2.0.ebuild 673
MD5 5db87012867d7d2c5014a17b779c7d0e ChangeLog 598
MD5 5ef1334dd837ff015a4d3765d65d2f15 metadata.xml 319
MD5 334600d53feeecae152bc04b282e5835 scanssh-1.6b.ebuild 613
+MD5 2541416a54e7fe091fb12c0e95754166 files/digest-scanssh-2.0 62
MD5 41c4a3014bd820529d63f6b16a7b83d6 files/digest-scanssh-1.6b 63
diff --git a/net-analyzer/scanssh/files/digest-scanssh-2.0 b/net-analyzer/scanssh/files/digest-scanssh-2.0
new file mode 100644
index 000000000000..322f5411a97e
--- /dev/null
+++ b/net-analyzer/scanssh/files/digest-scanssh-2.0
@@ -0,0 +1 @@
+MD5 994f214868fcfac1e86009a19b28985b scanssh-2.0.tar.gz 85694
diff --git a/net-analyzer/scanssh/scanssh-2.0.ebuild b/net-analyzer/scanssh/scanssh-2.0.ebuild
new file mode 100644
index 000000000000..d018cc8e5406
--- /dev/null
+++ b/net-analyzer/scanssh/scanssh-2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanssh/scanssh-2.0.ebuild,v 1.1 2004/07/16 18:27:48 aliz Exp $
+
+#S=${WORKDIR}/scanssh
+DESCRIPTION="scanssh protocol scanner scans a list of addresses an networks for running SSH protocol servers and their version numbers."
+SRC_URI="http://monkey.org/~provos/${P}.tar.gz"
+HOMEPAGE="http://monkey.org/~provos/scanssh/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="net-libs/libpcap
+ dev-libs/libdnet
+ >=dev-libs/libevent-0.8a"
+
+src_install() {
+ doman scanssh.1
+ dobin scanssh
+}