summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2020-02-14 09:16:10 +0100
committerHans de Graaff <hans@degraaff.org>2020-02-14 09:16:10 +0100
commitf892c92c824529c2c3d4e61d87e1cdd4a33eefcc (patch)
tree24bf48c12621acb2a3faed60b4180544d64ba21a /net-analyzer
parentnet-analyzer/ssh-audit: cleanup (diff)
downloadgraaff-f892c92c824529c2c3d4e61d87e1cdd4a33eefcc.tar.gz
graaff-f892c92c824529c2c3d4e61d87e1cdd4a33eefcc.tar.bz2
graaff-f892c92c824529c2c3d4e61d87e1cdd4a33eefcc.zip
net-analyzer/ssh-audit: add 2.1.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ssh-audit/Manifest1
-rw-r--r--net-analyzer/ssh-audit/ssh-audit-2.1.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/net-analyzer/ssh-audit/Manifest b/net-analyzer/ssh-audit/Manifest
index 4f8e4c12..0914284b 100644
--- a/net-analyzer/ssh-audit/Manifest
+++ b/net-analyzer/ssh-audit/Manifest
@@ -1 +1,2 @@
DIST ssh-audit-2.0.0.tar.gz 78390 BLAKE2B 532a2c95df48d17733f196a0025494a4b0080b41e1f32e37297163e413fcd6255710a52ff3896b40cd8472dae5f208d367e2fd07da586b585e0c6e00dd4b34e0 SHA512 418840c1cba727600a58b3d1359e80f71434173f6c296ca79faec2cfdbfa48481a3dc1935195b984573ec10cf50e6defb22a7ca44a487c5276d4dc0dcf418633
+DIST ssh-audit-2.1.1.tar.gz 85380 BLAKE2B 3d4c169ea5fe1a1bb6a2d9e4e76fa851b0c7e8ffcf079b021ba80e2479d83e553b88b04a85e9cd4295a157632c9d9a9dcc2fbede65c5353eb7977d7a74b58c27 SHA512 8663b17431a5959733f820ec7002971ea8d90b0f44023982a9cf2dd5384a868935ad071d0b9b5064da01cd62e43bd674e01bab8b0d0147051f72d3fb90b9e6e9
diff --git a/net-analyzer/ssh-audit/ssh-audit-2.1.1.ebuild b/net-analyzer/ssh-audit/ssh-audit-2.1.1.ebuild
new file mode 100644
index 00000000..e30cf1da
--- /dev/null
+++ b/net-analyzer/ssh-audit/ssh-audit-2.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python2_7 python3_6 python3_7)
+inherit python-any-r1
+
+DESCRIPTION="SSH server auditing (banner, key exchange, encryption, mac, compression, etc)"
+HOMEPAGE="https://github.com/jtesta/ssh-audit"
+SRC_URI="https://github.com/jtesta/ssh-audit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Tests require prospector which is not packaged
+
+src_install() {
+ default
+
+ newbin ssh-audit.py ssh-audit
+}