git-crypt 0.6.0-1 source package in Ubuntu

Changelog

git-crypt (0.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Build against OpenSSL 1.1.  (Closes: #851078)

 -- Andrew Ayer <email address hidden>  Sun, 26 Nov 2017 10:35:27 -0800

Upload details

Uploaded by:
Andrew Ayer
Uploaded to:
Sid
Original maintainer:
Andrew Ayer
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
git-crypt_0.6.0-1.dsc 1.8 KiB 886bceb2e390d0da9612075615dd8093c438e90b36ee8f22a3f92bc6d22418f0
git-crypt_0.6.0.orig.tar.gz 55.9 KiB 6d30fcd99442d50f4b3c8d554067ff1d980cdf9f3120ee774131172dba98fd6f
git-crypt_0.6.0-1.debian.tar.xz 9.6 KiB 2db4063e1a02a2e12c9af63e55658df268ecbc8771cd80aee01da97e0f075fa4

Available diffs

No changes file available.

Binary packages built by this source

git-crypt: Transparent file encryption in git

 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.

git-crypt-dbgsym: debug symbols for git-crypt