git-crypt 0.7.0-0.1build3 source package in Ubuntu

Changelog

git-crypt (0.7.0-0.1build3) noble; urgency=medium

  * No-change rebuild against libssl3t64.

 -- Colin Watson <email address hidden>  Mon, 15 Apr 2024 01:06:48 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
git-crypt_0.7.0.orig.tar.gz 56.3 KiB 50f100816a636a682404703b6c23a459e4d30248b2886a5cf571b0d52527c7d8
git-crypt_0.7.0-0.1build3.debian.tar.xz 10.3 KiB 295ceaae996db830a3059462a02f6167475efacc2b9289f0a6f9d80f19ef0be1
git-crypt_0.7.0-0.1build3.dsc 1.9 KiB f841c1976c1c031ae172469dbadc4870de19087b54be9bd8e6e7f4cee30b6ff7

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