diff --git a/security/tlsinfo/Makefile b/security/tlsinfo/Makefile new file mode 100755 index 0000000000000..2b8981b0fdfb0 --- /dev/null +++ b/security/tlsinfo/Makefile @@ -0,0 +1,19 @@ +PORTNAME= tlsinfo +CATEGORIES= security +DISTVERSION= 0.1.41 +DISTVERSIONPREFIX= v + +MAINTAINER= ports@paepcke.de +COMMENT= Tool to analyze and troubleshoot TLS Connections +WWW= https://paepcke.de/${PORTNAME} + +LICENSE= BSD3CLAUSE + +USES= go:modules + +GO_MODULE= paepcke.de/${PORTNAME} +GO_TARGET= ./cmd/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include diff --git a/security/tlsinfo/distinfo b/security/tlsinfo/distinfo new file mode 100755 index 0000000000000..507568f2ffada --- /dev/null +++ b/security/tlsinfo/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1729848269 +SHA256 (go/security_tlsinfo/tlsinfo-v0.1.41/v0.1.41.mod) = a905e555229fbef4a126396cd989399d188288b69cbc78d098ddb8daaee9ce5b +SIZE (go/security_tlsinfo/tlsinfo-v0.1.41/v0.1.41.mod) = 336 +SHA256 (go/security_tlsinfo/tlsinfo-v0.1.41/v0.1.41.zip) = 383202f24a816ae83e5a1700d2040b87fb7d9044c69ded453a64c38db1233c9d +SIZE (go/security_tlsinfo/tlsinfo-v0.1.41/v0.1.41.zip) = 13374 diff --git a/security/tlsinfo/pkg-descr b/security/tlsinfo/pkg-descr new file mode 100755 index 0000000000000..b7408b6ad6c9e --- /dev/null +++ b/security/tlsinfo/pkg-descr @@ -0,0 +1 @@ +Tool to analyse x509, ssh and other certificates.