1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

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.
This commit is contained in:
Piotr Kubaj 2020-10-30 11:56:08 +00:00
parent 2c29dd15d8
commit 7395aa9911
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553686
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= ssh-audit
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.0
DISTVERSION= 2.3.1
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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