Index: head/security/py-ssh-audit/Makefile =================================================================== --- head/security/py-ssh-audit/Makefile (revision 522218) +++ head/security/py-ssh-audit/Makefile (revision 522219) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= ssh-audit DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0 +DISTVERSION= 2.1.1 CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pkubaj@anongoth.pl COMMENT= SSH server auditing LICENSE= MIT USES= python shebangfix USE_GITHUB= yes -GH_ACCOUNT= arthepsy +GH_ACCOUNT= jtesta USE_PYTHON= concurrent NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= ssh-audit.py PLIST_FILES= bin/ssh-audit do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ssh-audit.py ${STAGEDIR}${PREFIX}/bin/ssh-audit .include Index: head/security/py-ssh-audit/distinfo =================================================================== --- head/security/py-ssh-audit/distinfo (revision 522218) +++ head/security/py-ssh-audit/distinfo (revision 522219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511379690 -SHA256 (arthepsy-ssh-audit-v1.7.0_GH0.tar.gz) = cba29cc19ec2932e4f43c720b2c49a7d179219e23482476aeb472f7463713b68 -SIZE (arthepsy-ssh-audit-v1.7.0_GH0.tar.gz) = 30222 +TIMESTAMP = 1575394154 +SHA256 (jtesta-ssh-audit-v2.1.1_GH0.tar.gz) = e70d7dfb98fa4941f07424783a2f601c9e3920eb33da53997c13b9d7d2720dcb +SIZE (jtesta-ssh-audit-v2.1.1_GH0.tar.gz) = 85380 Index: head/security/py-ssh-audit/pkg-descr =================================================================== --- head/security/py-ssh-audit/pkg-descr (revision 522218) +++ head/security/py-ssh-audit/pkg-descr (revision 522219) @@ -1,18 +1,18 @@ ssh-audit is a tool for ssh server auditing. Features: * SSH1 and SSH2 protocol server support; * grab banner, recognize device or software and operating system, detect compression; -* gather key-exchange, host-key, encryption and +* gather key-exchange, host-key, encryption and message authentication code algorithms; -* output algorithm information +* output algorithm information (available since, removed/disabled, unsafe/weak/legacy, etc); * output algorithm recommendations (append or remove based on recognized software version); * output security information (related issues, assigned CVE list, etc); * analyze SSH version compatibility based on algorithm information; * historical information from OpenSSH, Dropbear SSH and libssh; * no dependencies, compatible with Python 2.6+, Python 3.x and PyPy. WWW: https://github.com/arthepsy/ssh-audit