pkgsrc-WIP-changes archive

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

testssl: update to 3.2.0. Still needs work.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Mon Jun 9 16:32:05 2025 -0400
Changeset:	bd8e8802da4c575245c5c1e4bc1f2b1d0b46f7a0

Modified Files:
	testssl/Makefile
	testssl/distinfo

Log Message:
testssl: update to 3.2.0. Still needs work.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd8e8802da4c575245c5c1e4bc1f2b1d0b46f7a0

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

diffstat:
 testssl/Makefile | 14 ++++++++------
 testssl/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs:
diff --git a/testssl/Makefile b/testssl/Makefile
index f99aa1b6ff..9774f82cdf 100644
--- a/testssl/Makefile
+++ b/testssl/Makefile
@@ -1,23 +1,25 @@
 # $NetBSD$
 
-DISTNAME=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME=	testssl-3.0rc5
+DISTNAME=	testssl.sh-3.2.0
+PKGNAME=	${DISTNAME:S/.sh//}
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=drwetter/}
-GITHUB_PROJECT=	testssl.sh
-GITHUB_TAG=	${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	khorben%defora.org@localhost
 HOMEPAGE=	https://testssl.sh/
 COMMENT=	Checks servers for TLS/SSL flaws
 LICENSE=	gnu-gpl-v2
 
+WRKSRC=		${WRKDIR}/${DISTNAME}
+
 # Do we need more depends for runtime tools?
+# socat, hexdump, dig/host/drill/nslookup
 DEPENDS+=	bash-[0-9]*:../../shells/bash
 
 # Tests are run with "prove" (which is provided with lang/perl5),
 # a number of tests fail right now + Test::More needs to be packaged.
-TEST_DEPENDS+=	perl5-[0-9]*:../../lang/perl5
+TEST_DEPENDS+=	perl-[0-9]*:../../lang/perl5
 TEST_DEPENDS+=	p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper
 TEST_DEPENDS+=	p5-JSON-[0-9]*:../../converters/p5-JSON
 #TEST_DEPENDS+=	p5-Test-More-[0-9]*:../../devel/p5-Test-More
@@ -41,6 +43,6 @@ post-install:
 .endfor
 
 do-test:
-	( cd ${WRKSRC} && ${PREFIX}/bin/prove -v )
+	cd ${WRKSRC} && ${PREFIX}/bin/prove -v
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/testssl/distinfo b/testssl/distinfo
index ad93f82b39..0dd936d9ec 100644
--- a/testssl/distinfo
+++ b/testssl/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (testssl.sh-3.0rc5.tar.gz) = bd7911f2f8b57e99859d6731a6ac802fc0951533
-SHA512 (testssl.sh-3.0rc5.tar.gz) = 2ac175801e3242484d3b882ed49a3cdb7ea7613a4e3fe086b2cb94397decd8465e18db2e83a215b4a49d672d03c7b818ba689a40e7a4d69688e9a691a8722014
-Size (testssl.sh-3.0rc5.tar.gz) = 9181084 bytes
+BLAKE2s (testssl.sh-3.2.0.tar.gz) = 575f60ba4c4fb6c555dff869bfe27ec7d67a41c7067a4abe295c82ddceb0d152
+SHA512 (testssl.sh-3.2.0.tar.gz) = e1667e5273f58fac8f3a11a0a866ccc80c84e23d7508bbf9ab55b7a599326a68d385f65032600fcff0951eee4acd71df9813b093d76c1800e220b3bdd34a3ccb
+Size (testssl.sh-3.2.0.tar.gz) = 6976478 bytes


Home | Main Index | Thread Index | Old Index