Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2021 02:34:02 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566445 - head/security/py-ssh-audit
Message-ID:  <202102240234.11O2Y2sZ008473@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Feb 24 02:34:02 2021
New Revision: 566445
URL: https://svnweb.freebsd.org/changeset/ports/566445

Log:
  security/py-ssh-audit: update to 2.4.0
  
  Changelog:
   - Added multi-threaded scanning support.
   - Added built-in Windows manual page (see `-m`/`--manual`); credit [Adam Russell](https://github.com/thecliguy).
   - Added version check for OpenSSH user enumeration (CVE-2018-15473).
   - Added deprecation note to host key types based on SHA-1.
   - Added extra warnings for SSHv1.
   - Added built-in hardened OpenSSH v8.5 policy.
   - Upgraded warnings to failures for host key types based on SHA-1.
   - Fixed crash when receiving unexpected response during host key test.
   - Fixed hang against older Cisco devices during host key test & gex test.
   - Fixed improper termination while scanning multiple targets when one target returns an error.
   - Dropped support for Python 3.5 (which reached EOL in Sept. 2020).
   - Added 1 new key exchange: `sntrup761x25519-sha512@openssh.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	Wed Feb 24 02:33:02 2021	(r566444)
+++ head/security/py-ssh-audit/Makefile	Wed Feb 24 02:34:02 2021	(r566445)
@@ -2,8 +2,7 @@
 
 PORTNAME=	ssh-audit
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.3.1
-PORTREVISION=	1
+DISTVERSION=	2.4.0
 CATEGORIES=	security
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/security/py-ssh-audit/distinfo
==============================================================================
--- head/security/py-ssh-audit/distinfo	Wed Feb 24 02:33:02 2021	(r566444)
+++ head/security/py-ssh-audit/distinfo	Wed Feb 24 02:34:02 2021	(r566445)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604058266
-SHA256 (jtesta-ssh-audit-v2.3.1_GH0.tar.gz) = 3d81c2620f53e7e0fe359e94524f28b58d53aa4e77292e2c9c555e174993d314
-SIZE (jtesta-ssh-audit-v2.3.1_GH0.tar.gz) = 117887
+TIMESTAMP = 1614133932
+SHA256 (jtesta-ssh-audit-v2.4.0_GH0.tar.gz) = 87c634171d3e0c69297fceeb98dead9a816d5d56c8dcd138f8411fdf58085b6f
+SIZE (jtesta-ssh-audit-v2.4.0_GH0.tar.gz) = 124133



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