Mon May 8 23:00:21 2023 UTC ()
ssh-audit: update to 2.9.0.

2.9.0

This release includes many new features, including granular GEX
modulus tests (credit Adam Russell), support for mixed host key/CA
key certificates (i.e.: RSA host keys signed by ED25519 CAs),
warnings for 2048-bit moduli, and more descriptive algorithm notes.
Support for 112 new algorithms were also added!


(wiz)
diff -r1.2 -r1.3 pkgsrc/security/ssh-audit/Makefile
diff -r1.1 -r1.2 pkgsrc/security/ssh-audit/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/ssh-audit/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ssh-audit/Makefile 2022/11/15 15:08:22 1.2
+++ pkgsrc/security/ssh-audit/Makefile 2023/05/08 23:00:21 1.3
@@ -1,23 +1,28 @@ @@ -1,23 +1,28 @@
1# $NetBSD: Makefile,v 1.2 2022/11/15 15:08:22 fcambus Exp $ 1# $NetBSD: Makefile,v 1.3 2023/05/08 23:00:21 wiz Exp $
2 2
3DISTNAME= ssh-audit-2.5.0 3DISTNAME= ssh-audit-2.9.0
4PKGREVISION= 1 
5CATEGORIES= security 4CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_GITHUB:=jtesta/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=jtesta/}
7GITHUB_RELEASE= v${PKGVERSION_NOREV} 6GITHUB_RELEASE= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/jtesta/ssh-audit/ 9HOMEPAGE= https://github.com/jtesta/ssh-audit/
11COMMENT= Tool for SSH server & client configuration auditing 10COMMENT= Tool for SSH server & client configuration auditing
12LICENSE= mit 11LICENSE= mit
13 12
 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 14
14USE_LANGUAGES= # none 15USE_LANGUAGES= # none
15 16
16INSTALLATION_DIRS+= ${PKGMANDIR}/man1 17INSTALLATION_DIRS+= ${PKGMANDIR}/man1
17 18
18post-install: 19post-install:
19 ${RUN}${INSTALL_MAN} ${WRKSRC}/ssh-audit.1 \ 20 ${RUN}${INSTALL_MAN} ${WRKSRC}/ssh-audit.1 \
20 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 21 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
21 22
 23TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
 24do-test:
 25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 26
22.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"
23.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/security/ssh-audit/distinfo (expand / switch to unified diff)

--- pkgsrc/security/ssh-audit/distinfo 2022/10/29 14:03:09 1.1
+++ pkgsrc/security/ssh-audit/distinfo 2023/05/08 23:00:21 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2022/10/29 14:03:09 fcambus Exp $ 1$NetBSD: distinfo,v 1.2 2023/05/08 23:00:21 wiz Exp $
2 2
3BLAKE2s (ssh-audit-2.5.0.tar.gz) = 6267b65126ac8674437eaad2204d9bcb76ab316a76eea881238ff1c4b79a8163 3BLAKE2s (ssh-audit-2.9.0.tar.gz) = e43005b95354dca90133ab77da952a4d5c528431444ac5aed8c2f0c16670890d
4SHA512 (ssh-audit-2.5.0.tar.gz) = 252d29cb95dc5b0c40d2c47f2f884417a924fe08668db49d6284a931806730729569b9e3049157b0cee00515fbb04d99a98c3933ebcfd8ad847ab343d13e234e 4SHA512 (ssh-audit-2.9.0.tar.gz) = 372f9d6c40524f043d97600ad464f7d396513c6c92e3679606dcef6e91b888fa29eabab3cf765fe7c29f7ad6231d554a5221d77fd83308a83819961900364b54
5Size (ssh-audit-2.5.0.tar.gz) = 125991 bytes 5Size (ssh-audit-2.9.0.tar.gz) = 144686 bytes