git-crypt 0.6.0-1ubuntu1 source package in Ubuntu

Changelog

git-crypt (0.6.0-1ubuntu1) jammy; urgency=medium

  * Fix the build against OpenSSL 3.0

 -- Simon Chopin <email address hidden>  Fri, 26 Nov 2021 08:22:41 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy 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-1ubuntu1.debian.tar.xz 10.1 KiB c65eb9bed3cbde7ace4961e258b94ea3a62170b1f42ffc7c674162d5a567f130
git-crypt_0.6.0-1ubuntu1.dsc 1.8 KiB 583b549adc589bd69165dd1ce8cb2145d739fc54f67d1ff64af210bf60e49996

Available diffs

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