diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-16 18:27:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-16 18:27:48 +0000 |
commit | 9e1fa255f328e84d1fb6320cef4baa7f8d0c5af9 (patch) | |
tree | 33342c864eb967c5ad4d6ff50aca0fb782200b1b | |
parent | added ~ppc64, bug #55431 (diff) | |
download | historical-9e1fa255f328e84d1fb6320cef4baa7f8d0c5af9.tar.gz historical-9e1fa255f328e84d1fb6320cef4baa7f8d0c5af9.tar.bz2 historical-9e1fa255f328e84d1fb6320cef4baa7f8d0c5af9.zip |
Version bump.
-rw-r--r-- | net-analyzer/scanssh/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/scanssh/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/scanssh/files/digest-scanssh-2.0 | 1 | ||||
-rw-r--r-- | net-analyzer/scanssh/scanssh-2.0.ebuild | 23 |
4 files changed, 33 insertions, 2 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..4738ec025e0f 100644 --- a/net-analyzer/scanssh/Manifest +++ b/net-analyzer/scanssh/Manifest @@ -1,4 +1,6 @@ -MD5 5db87012867d7d2c5014a17b779c7d0e ChangeLog 598 +MD5 3f413c71b6ed3d2a086d5122bc643feb scanssh-2.0.ebuild 675 +MD5 0ab33fd3042e7bd31d4322202c83e405 ChangeLog 765 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 +} |