git-crypt 0.6.0-1build1 source package in Ubuntu

Changelog

git-crypt (0.6.0-1build1) bionic; urgency=high

  * No change rebuild against openssl1.1.

 -- Dimitri John Ledkov <email address hidden>  Tue, 06 Feb 2018 12:41:35 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
git-crypt_0.6.0.orig.tar.gz 55.9 KiB 6d30fcd99442d50f4b3c8d554067ff1d980cdf9f3120ee774131172dba98fd6f
git-crypt_0.6.0-1build1.debian.tar.xz 9.7 KiB e702be1351fe4b1171f13f7e48208bdaa06449cf28e94e184be5a2cfb0832044
git-crypt_0.6.0-1build1.dsc 1.6 KiB b0a7e26e4d77fa047c23dacf01f6a1f940e37eaab352a200b5828b56508aa05c

View changes file

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