./security/git-crypt, Transparent file encryption in git

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.0nb1, Package name: git-crypt-0.7.0nb1, Maintainer: pkgsrc-users

git-crypt enables transparent encryption and decryption of files in a
git repository. Files which you choose to protect are encrypted when
committed, and decrypted when checked out. git-crypt lets you freely
share a repository containing a mix of public and private content.
git-crypt gracefully degrades, so developers without the secret key can
still clone and commit to a repository with encrypted files. This lets
you store your secret material (such as keys or passwords) in the same
repository as your code, without requiring you to lock down your entire
repository.


Master sites:

Filesize: 56.271 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-02 08:57:27 by Nia Alarie | Files touched by this commit (1)
Log message:
git-crypt: Set the appropriate OPENSSL_API_COMPAT when OpenSSL 3 is used.

Hopefully fixes the main build problems (at least when deprecated
declarations are available).

While here, convert to USE_CXX_FEATURES.
   2023-07-12 22:59:34 by Nia Alarie | Files touched by this commit (1)
Log message:
git-crypt: Add missing dependency on OpenSSL.
   2022-12-05 22:57:58 by Nikita | Files touched by this commit (5)
Log message:
security/git-crypt: Import git-crypt version 0.7.0 from wip.

git-crypt enables transparent encryption and decryption of files in a
git repository.  Files which you choose to protect are encrypted when
committed, and decrypted when checked out.  git-crypt lets you freely
share a repository containing a mix of public and private content.
git-crypt gracefully degrades, so developers without the secret key can
still clone and commit to a repository with encrypted files.  This lets
you store your secret material (such as keys or passwords) in the same
repository as your code, without requiring you to lock down your entire
repository.