Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security/certinfo: init at 0.1.36 #317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions security/certinfo/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PORTNAME= certinfo
CATEGORIES= security
DISTVERSION= 0.1.36
DISTVERSIONPREFIX= v

MAINTAINER= [email protected]
COMMENT= Tool to analyze x509, ssh and other certificates
WWW= https://paepcke.de/${PORTNAME}

LICENSE= BSD3CLAUSE

USES= go:modules

GO_MODULE= paepcke.de/${PORTNAME}
GO_TARGET= ./cmd/${PORTNAME}

PLIST_FILES= bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 5 additions & 0 deletions security/certinfo/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
TIMESTAMP = 1729847806
SHA256 (go/security_certinfo/certinfo-v0.1.36/v0.1.36.mod) = e280ac8f6a453469502e6f50ea6e72c12cdc3a952a8e2f6c3b2f63fe734e5edf
SIZE (go/security_certinfo/certinfo-v0.1.36/v0.1.36.mod) = 296
SHA256 (go/security_certinfo/certinfo-v0.1.36/v0.1.36.zip) = 6fae0c308308814d228c58c9ff9f4cca06e57915f72eb7b139c7dfc433887ab5
SIZE (go/security_certinfo/certinfo-v0.1.36/v0.1.36.zip) = 18526
1 change: 1 addition & 0 deletions security/certinfo/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tool to analyse x509, ssh and other certificates.