Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2021 15:01:30 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: edc1905c1243 - main - security/py-ssh-audit: update to 2.5.0
Message-ID:  <202108271501.17RF1UHs047430@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=edc1905c1243d4679895f6bfc2998ca9ab37e5be

commit edc1905c1243d4679895f6bfc2998ca9ab37e5be
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-08-27 15:00:39 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-08-27 15:00:39 +0000

    security/py-ssh-audit: update to 2.5.0
    
    Changelog:
    * Fixed crash when running host key tests.
    * Handles server connection failures more gracefully.
    * Now prints JSON with indents when -jj is used (useful for debugging).
    * Added MD5 fingerprints to verbose output.
    * Added -d/--debug option for getting debugging output; credit Adam Russell.
    * Updated JSON output to include MD5 fingerprints. Note that this results in a breaking change in the 'fingerprints' dictionary format.
    * Updated OpenSSH 8.1 (and earlier) policies to include rsa-sha2-512 and rsa-sha2-256.
    * Added OpenSSH v8.6 & v8.7 policies.
    * Added 3 new key exchanges: gss-gex-sha1-eipGX3TCiQSrx573bT1o1Q==, gss-group1-sha1-eipGX3TCiQSrx573bT1o1Q==, and gss-group14-sha1-eipGX3TCiQSrx573bT1o1Q==.
    * Added 3 new MACs: hmac-ripemd160-96, AEAD_AES_128_GCM, and AEAD_AES_256_GCM.
---
 security/py-ssh-audit/Makefile | 2 +-
 security/py-ssh-audit/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/security/py-ssh-audit/Makefile b/security/py-ssh-audit/Makefile
index fa76273480b4..0884f244ebc5 100644
--- a/security/py-ssh-audit/Makefile
+++ b/security/py-ssh-audit/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ssh-audit
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.4.0
+DISTVERSION=	2.5.0
 CATEGORIES=	security
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/security/py-ssh-audit/distinfo b/security/py-ssh-audit/distinfo
index 2e38fc888c0f..3c53a903bbc5 100644
--- a/security/py-ssh-audit/distinfo
+++ b/security/py-ssh-audit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614133932
-SHA256 (jtesta-ssh-audit-v2.4.0_GH0.tar.gz) = 87c634171d3e0c69297fceeb98dead9a816d5d56c8dcd138f8411fdf58085b6f
-SIZE (jtesta-ssh-audit-v2.4.0_GH0.tar.gz) = 124133
+TIMESTAMP = 1630074553
+SHA256 (jtesta-ssh-audit-v2.5.0_GH0.tar.gz) = 43a1679ba1bd829b0f871bb9ab0e5d861c3e074b73f1e9cb66d687adce94a462
+SIZE (jtesta-ssh-audit-v2.5.0_GH0.tar.gz) = 125991



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108271501.17RF1UHs047430>