FreeBSD Bugzilla – Attachment 189840 Details for
Bug 225267
[NEW PORT] security/sops: Editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS and PGP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sops-3.0.0.patch
sops-3.0.0.patch (text/plain), 2.86 KB, created by
Dmitri Goutnik
on 2018-01-17 16:48:18 UTC
(
hide
)
Description:
sops-3.0.0.patch
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2018-01-17 16:48:18 UTC
Size:
2.86 KB
patch
obsolete
>Index: security/sops/Makefile >=================================================================== >--- security/sops/Makefile (nonexistent) >+++ security/sops/Makefile (working copy) >@@ -0,0 +1,34 @@ >+# $FreeBSD$ >+ >+PORTNAME= sops >+DISTVERSION= 3.0.0 >+CATEGORIES= security editors >+ >+MAINTAINER= dg@syrec.org >+COMMENT= Editor of encrypted files that supports YAML, JSON and BINARY formats >+ >+LICENSE= MPL20 >+ >+BUILD_DEPENDS= go>=1.8:lang/go >+ >+USE_GITHUB= yes >+GH_ACCOUNT= mozilla >+GH_SUBDIR= src/go.mozilla.org/${PORTNAME} >+ >+PLIST_FILES= bin/sops >+PORTDOCS= README.rst CHANGELOG.rst >+ >+OPTIONS_DEFINE= DOCS >+ >+do-build: >+ (cd ${WRKSRC}/${GH_SUBDIR} && \ >+ ${SETENV} GOPATH=${WRKSRC} go build -o ${PORTNAME} ./cmd/sops) >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> > >Property changes on: security/sops/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/sops/distinfo >=================================================================== >--- security/sops/distinfo (nonexistent) >+++ security/sops/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1516205268 >+SHA256 (mozilla-sops-3.0.0_GH0.tar.gz) = 28c5424e48b5b0b8c5cf471ea39954107c5bda06a3817d67f0b8c49f80aa4a94 >+SIZE (mozilla-sops-3.0.0_GH0.tar.gz) = 27516851 > >Property changes on: security/sops/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/sops/pkg-descr >=================================================================== >--- security/sops/pkg-descr (nonexistent) >+++ security/sops/pkg-descr (working copy) >@@ -0,0 +1,7 @@ >+SOPS is a wrapper around a text editor that transparently takes care of the >+encryption and decryption. It supports YAML, JSON and BINARY formats and >+encrypts with AWS KMS and PGP. When encrypting YAML and JSON, the content of >+the file is manipulated as a tree where keys are stored in cleartext, and >+values are encrypted. >+ >+WWW: https://github.com/mozilla/sops > >Property changes on: security/sops/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225267
:
189840
|
189897
|
189952