diff options
Diffstat (limited to 'security/go-tuf')
-rw-r--r-- | security/go-tuf/Makefile | 21 | ||||
-rw-r--r-- | security/go-tuf/distinfo | 5 | ||||
-rw-r--r-- | security/go-tuf/pkg-descr | 9 |
3 files changed, 35 insertions, 0 deletions
diff --git a/security/go-tuf/Makefile b/security/go-tuf/Makefile new file mode 100644 index 000000000000..2aeed17e14ad --- /dev/null +++ b/security/go-tuf/Makefile @@ -0,0 +1,21 @@ +PORTNAME= go-tuf +DISTVERSIONPREFIX= v +DISTVERSION= 2.1.1 +CATEGORIES= security + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Framework for Securing Software +WWW= https://theupdateframework.io + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cpe go:1.24,modules +CPE_VENDOR= theupdateframework + +GO_TARGET= ./examples/cli/tuf-client +GO_MODULE= github.com/theupdateframework/go-tuf/v2 + +PLIST_FILES= bin/tuf-client + +.include <bsd.port.mk> diff --git a/security/go-tuf/distinfo b/security/go-tuf/distinfo new file mode 100644 index 000000000000..52b70b32b66c --- /dev/null +++ b/security/go-tuf/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1747045552 +SHA256 (go/security_go-tuf/go-tuf-v2.1.1/v2.1.1.mod) = 01abcafde3e6211d004bc6a5a052e588f541396559d23954bda5472dd008d23f +SIZE (go/security_go-tuf/go-tuf-v2.1.1/v2.1.1.mod) = 1120 +SHA256 (go/security_go-tuf/go-tuf-v2.1.1/v2.1.1.zip) = 67a08defddf0d88cda636b83d6f15daf3c61fe3fd781979ee485802004644676 +SIZE (go/security_go-tuf/go-tuf-v2.1.1/v2.1.1.zip) = 165204 diff --git a/security/go-tuf/pkg-descr b/security/go-tuf/pkg-descr new file mode 100644 index 000000000000..d29ec9064870 --- /dev/null +++ b/security/go-tuf/pkg-descr @@ -0,0 +1,9 @@ +The Update Framework (TUF) is a framework for secure content delivery +and updates. It protects against various types of supply chain attacks +and provides resilience to compromise. + +The Update Framework (TUF) design helps developers maintain the security +of a software update system, even against attackers that compromise the +repository or signing keys. TUF provides a flexible specification +defining functionality that developers can use in any software update +system or re-implement to fit their needs. |