pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ssh-audit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 19 12:58:34 UTC 2023

Modified Files:
        pkgsrc/security/ssh-audit: Makefile distinfo

Log Message:
ssh-audit: update to 3.0.0.

This release includes important fixes for multiple-host scans,
improved Diffie-Hellman group exchange auditing, and the inclusion
of algorithm notes into the JSON output (note that this changes
the schema of the banner protocol, "enc", and "mac" fields). Support
for 49 new algorithms were also added!


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ssh-audit/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ssh-audit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ssh-audit/Makefile
diff -u pkgsrc/security/ssh-audit/Makefile:1.4 pkgsrc/security/ssh-audit/Makefile:1.5
--- pkgsrc/security/ssh-audit/Makefile:1.4      Mon Aug 14 05:25:11 2023
+++ pkgsrc/security/ssh-audit/Makefile  Thu Oct 19 12:58:34 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/08/14 05:25:11 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/10/19 12:58:34 wiz Exp $
 
-DISTNAME=      ssh-audit-2.9.0
-PKGREVISION=   1
+DISTNAME=      ssh-audit-3.0.0
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jtesta/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/security/ssh-audit/distinfo
diff -u pkgsrc/security/ssh-audit/distinfo:1.2 pkgsrc/security/ssh-audit/distinfo:1.3
--- pkgsrc/security/ssh-audit/distinfo:1.2      Mon May  8 23:00:21 2023
+++ pkgsrc/security/ssh-audit/distinfo  Thu Oct 19 12:58:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/05/08 23:00:21 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/10/19 12:58:34 wiz Exp $
 
-BLAKE2s (ssh-audit-2.9.0.tar.gz) = e43005b95354dca90133ab77da952a4d5c528431444ac5aed8c2f0c16670890d
-SHA512 (ssh-audit-2.9.0.tar.gz) = 372f9d6c40524f043d97600ad464f7d396513c6c92e3679606dcef6e91b888fa29eabab3cf765fe7c29f7ad6231d554a5221d77fd83308a83819961900364b54
-Size (ssh-audit-2.9.0.tar.gz) = 144686 bytes
+BLAKE2s (ssh-audit-3.0.0.tar.gz) = 42ea223813f118143e3b29284caf9d640da508a0ba7d8dfd33ead16840a3d1bf
+SHA512 (ssh-audit-3.0.0.tar.gz) = 2fcfc6c8b6737d54894de70dbcf1f800662ca122995c897507c87c73fecad66571b44bc3dfe102ff0dbafd270e537e5e00c7449319f1ee12b90494ee784c0cde
+Size (ssh-audit-3.0.0.tar.gz) = 151667 bytes



Home | Main Index | Thread Index | Old Index