Port details |
- git-secret Bash tool to store your private data inside a git repository
- 0.2.5_1 security =2 0.2.5_1Version of this port present on the latest quarterly branch.
- Maintainer: mail@sobolevn.me
- Port Added: 2019-01-19 08:30:14
- Last Update: 2024-02-25 13:19:42
- Commit Hash: 08ad151
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://git-secret.io/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.5_1 25 Feb 2024 13:19:42 |
Muhammad Moinur Rahman (bofh) |
security/git-secret: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.5 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
0.2.5 01 Sep 2021 11:46:24 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
0.2.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.5 19 Jan 2019 03:01:19 |
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: 8
|