svn commit: r553686 - head/security/py-ssh-audit
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Oct 30 11:56:09 UTC 2020
Author: pkubaj
Date: Fri Oct 30 11:56:08 2020
New Revision: 553686
URL: https://svnweb.freebsd.org/changeset/ports/553686
Log:
security/py-ssh-audit: update to 2.3.1
Changelog:
- Now parses public key sizes for rsa-sha2-256-cert-v01 at openssh.com and rsa-sha2-512-cert-v01 at openssh.com host key types.
- Flag ssh-rsa-cert-v01 at 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 at ssh.com.
Modified:
head/security/py-ssh-audit/Makefile
head/security/py-ssh-audit/distinfo
Modified: head/security/py-ssh-audit/Makefile
==============================================================================
--- head/security/py-ssh-audit/Makefile Fri Oct 30 11:53:40 2020 (r553685)
+++ head/security/py-ssh-audit/Makefile Fri Oct 30 11:56:08 2020 (r553686)
@@ -2,7 +2,7 @@
PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
-DISTVERSION= 2.3.0
+DISTVERSION= 2.3.1
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/security/py-ssh-audit/distinfo
==============================================================================
--- head/security/py-ssh-audit/distinfo Fri Oct 30 11:53:40 2020 (r553685)
+++ head/security/py-ssh-audit/distinfo Fri Oct 30 11:56:08 2020 (r553686)
@@ -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
More information about the svn-ports-all
mailing list