From owner-svn-ports-head@freebsd.org Mon Jan 6 12:49:10 2020 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 326B11DA43A; Mon, 6 Jan 2020 12:49:10 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47rwLZ0X7Wz4fhC; Mon, 6 Jan 2020 12:49:10 +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 0D861E899; Mon, 6 Jan 2020 12:49:10 +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 006Cn9mJ028845; Mon, 6 Jan 2020 12:49:09 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 006Cn9W6028843; Mon, 6 Jan 2020 12:49:09 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202001061249.006Cn9W6028843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 6 Jan 2020 12:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522219 - 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: 522219 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.29 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: Mon, 06 Jan 2020 12:49:10 -0000 Author: pkubaj Date: Mon Jan 6 12:49:09 2020 New Revision: 522219 URL: https://svnweb.freebsd.org/changeset/ports/522219 Log: security/py-ssh-audit: update to 2.1.1, switch to a fork The original author went MIA, there are many improvements in the fork. PR: 242408 Submitted by: ehaupt Modified: head/security/py-ssh-audit/Makefile head/security/py-ssh-audit/distinfo head/security/py-ssh-audit/pkg-descr Modified: head/security/py-ssh-audit/Makefile ============================================================================== --- head/security/py-ssh-audit/Makefile Mon Jan 6 12:44:25 2020 (r522218) +++ head/security/py-ssh-audit/Makefile Mon Jan 6 12:49:09 2020 (r522219) @@ -2,7 +2,7 @@ PORTNAME= ssh-audit DISTVERSIONPREFIX= v -DISTVERSION= 1.7.0 +DISTVERSION= 2.1.1 CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= MIT USES= python shebangfix USE_GITHUB= yes -GH_ACCOUNT= arthepsy +GH_ACCOUNT= jtesta USE_PYTHON= concurrent NO_BUILD= yes NO_ARCH= yes Modified: head/security/py-ssh-audit/distinfo ============================================================================== --- head/security/py-ssh-audit/distinfo Mon Jan 6 12:44:25 2020 (r522218) +++ head/security/py-ssh-audit/distinfo Mon Jan 6 12:49:09 2020 (r522219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511379690 -SHA256 (arthepsy-ssh-audit-v1.7.0_GH0.tar.gz) = cba29cc19ec2932e4f43c720b2c49a7d179219e23482476aeb472f7463713b68 -SIZE (arthepsy-ssh-audit-v1.7.0_GH0.tar.gz) = 30222 +TIMESTAMP = 1575394154 +SHA256 (jtesta-ssh-audit-v2.1.1_GH0.tar.gz) = e70d7dfb98fa4941f07424783a2f601c9e3920eb33da53997c13b9d7d2720dcb +SIZE (jtesta-ssh-audit-v2.1.1_GH0.tar.gz) = 85380 Modified: head/security/py-ssh-audit/pkg-descr ============================================================================== --- head/security/py-ssh-audit/pkg-descr Mon Jan 6 12:44:25 2020 (r522218) +++ head/security/py-ssh-audit/pkg-descr Mon Jan 6 12:49:09 2020 (r522219) @@ -4,9 +4,9 @@ Features: * SSH1 and SSH2 protocol server support; * grab banner, recognize device or software and operating system, detect compression; -* gather key-exchange, host-key, encryption and +* gather key-exchange, host-key, encryption and message authentication code algorithms; -* output algorithm information +* output algorithm information (available since, removed/disabled, unsafe/weak/legacy, etc); * output algorithm recommendations (append or remove based on recognized software version);