From owner-svn-ports-head@freebsd.org Wed Feb 24 02:34:02 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D458A55DDA5; Wed, 24 Feb 2021 02:34:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dlg3G5gNYz3NDZ; Wed, 24 Feb 2021 02:34:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B561C24C0B; Wed, 24 Feb 2021 02:34:02 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11O2Y2ai008475; Wed, 24 Feb 2021 02:34:02 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11O2Y2sZ008473; Wed, 24 Feb 2021 02:34:02 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202102240234.11O2Y2sZ008473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 24 Feb 2021 02:34:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566445 - head/security/py-ssh-audit X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/security/py-ssh-audit X-SVN-Commit-Revision: 566445 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2021 02:34:02 -0000 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