aboutsummaryrefslogtreecommitdiff
path: root/security/py-ssh-audit
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-30 11:56:08 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-30 11:56:08 +0000
commit7395aa9911d599d9a4b163165a7ee7757f860433 (patch)
tree4e7ea9d034ad32948515bd2dfd9d414b4c791a25 /security/py-ssh-audit
parent2c29dd15d8ab7e9e1f95857d3f17e82e20c8643d (diff)
downloadports-7395aa9911d599d9a4b163165a7ee7757f860433.tar.gz
ports-7395aa9911d599d9a4b163165a7ee7757f860433.zip
security/py-ssh-audit: update to 2.3.1
Changelog: - Now parses public key sizes for rsa-sha2-256-cert-v01@openssh.com and rsa-sha2-512-cert-v01@openssh.com host key types. - Flag ssh-rsa-cert-v01@openssh.com as a failure due to SHA-1 hash. - Fixed bug in recommendation output which suppressed some algorithms inappropriately. - Built-in policies now include CA key requirements (if certificates are in use). - Lookup function (--lookup) now performs case-insensitive lookups of similar algorithms; credit Adam Russell. - Migrated pre-made policies from external files to internal database. - Split single 3,500 line script into many files (by class). - Added setup.py support; credit Ganden Schaffner. - Added 1 new cipher: des-cbc@ssh.com.
Notes
Notes: svn path=/head/; revision=553686
Diffstat (limited to 'security/py-ssh-audit')
-rw-r--r--security/py-ssh-audit/Makefile2
-rw-r--r--security/py-ssh-audit/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-ssh-audit/Makefile b/security/py-ssh-audit/Makefile
index 287684872c43..688d9c58a414 100644
--- a/security/py-ssh-audit/Makefile
+++ b/security/py-ssh-audit/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
-DISTVERSION= 2.3.0
+DISTVERSION= 2.3.1
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-ssh-audit/distinfo b/security/py-ssh-audit/distinfo
index 98788b8ae16f..360434ae6add 100644
--- a/security/py-ssh-audit/distinfo
+++ b/security/py-ssh-audit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601330147
-SHA256 (jtesta-ssh-audit-v2.3.0_GH0.tar.gz) = 776547591e7b69a2a8dcd1eaaac5d38321f2cb4a5de5f8e5a3e135b33236e812
-SIZE (jtesta-ssh-audit-v2.3.0_GH0.tar.gz) = 110507
+TIMESTAMP = 1604058266
+SHA256 (jtesta-ssh-audit-v2.3.1_GH0.tar.gz) = 3d81c2620f53e7e0fe359e94524f28b58d53aa4e77292e2c9c555e174993d314
+SIZE (jtesta-ssh-audit-v2.3.1_GH0.tar.gz) = 117887