git-crypt 0.7.0-0.1 source package in Ubuntu

Changelog

git-crypt (0.7.0-0.1) unstable; urgency=high

  * Non-maintainer upload.
  * New upstream release.
  * Cherry-pick Ubuntu patch to fix compatibility with OpenSSL 3.0.
    (Closes: #996287)
  * debian/control: Drop obsolete build-dependency libssl1.0-dev.
    (Closes: #917346)

 -- Boyuan Yang <email address hidden>  Sat, 14 May 2022 11:20:28 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc

Downloads

File Size SHA-256 Checksum
git-crypt_0.7.0-0.1.dsc 1.8 KiB 70a546084c03d49b502c26de362b88329420797d3a0a099ae6f6c44c2c8ec588
git-crypt_0.7.0.orig.tar.gz 56.3 KiB 50f100816a636a682404703b6c23a459e4d30248b2886a5cf571b0d52527c7d8
git-crypt_0.7.0-0.1.debian.tar.xz 10.1 KiB b389ee9082de18b4801bf8811009a8984a84200666f96cd9e75d53959edf31e0

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