Port details |
- git-secret Bash tool to store your private data inside a git repository
- 0.2.5 security
=0 Version of this port present on the latest quarterly branch. - Maintainer: mail@sobolevn.me
 - Port Added: 2019-01-19 08:30:14
- Last Update: 2022-04-01 15:09:49
- Commit Hash: 7b4d1f0
- License: MIT
- Description:
- git-secret is a bash tool which stores private data inside a git repo.
git-secret encrypts tracked files with public keys for users whom you
trust using gpg, allowing permitted users to access encrypted data
using their secret keys. With git-secret, changes to access rights are
made easy and private-public key issues are handled for you. Passwords
do not need to be changed with git-secret when someone's permission
is revoked - just remove their key from the keychain using git secret
killperson their@email.com, and re-encrypt the files, and they won't
be able to decrypt secrets anymore.
WWW: https://git-secret.io/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- git-secret>0:security/git-secret
- To install the port:
- cd /usr/ports/security/git-secret/ && make install clean
- To add the package, run one of these commands:
- pkg install security/git-secret
- pkg install git-secret
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: git-secret
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1547673384
SHA256 (sobolevn-git-secret-0.2.5-94d5ae4_GH0.tar.gz) = 7be13bb5710c8f6e77a53153957e6352b67886432b35dbf10c8d0b92fbe29bea
SIZE (sobolevn-git-secret-0.2.5-94d5ae4_GH0.tar.gz) = 73704
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- gawk : lang/gawk
- git : devel/git
- gpg2 : security/gnupg
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_git-secret
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Apr 2022 15:09:49 0.2.5 |
Dmitry Marakasov (amdmi3)  |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
01 Sep 2021 11:46:24 0.2.5 |
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
07 Apr 2021 08:09:01 0.2.5 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.2.5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Jan 2019 03:01:19
0.2.5 |
ler  |
security/git-secret: New Port.
git-secret is a tool which stores private data inside a git repo.
General information:
git-secret encrypts tracked files with public keys for users whom you trust
using gpg, allowing permitted users to access encrypted data using their secret
keys.
PR: 235056
Submitted by: joshr-freebsd@joshr.com |
Number of commits found: 5
|