Mon, 29 Apr 2024 00:00:15 UTC | login

Information for build git-crypt-0.6.0-4.fc29

ID65716
Package Namegit-crypt
Version0.6.0
Release4.fc29
Epoch
SummaryTransparent file encryption in git
Descriptiongit-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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 29 Jul 2018 01:05:49 UTC
CompletedSun, 29 Jul 2018 02:44:21 UTC
Taskbuild (f29-candidate, git-crypt-0.6.0-4.fc29.src.rpm)
Tags
f29
f30
RPMs
src
git-crypt-0.6.0-4.fc29.src.rpm (info) (download)
riscv64
git-crypt-0.6.0-4.fc29.riscv64.rpm (info) (download)
git-crypt-debuginfo-0.6.0-4.fc29.riscv64.rpm (info) (download)
git-crypt-debugsource-0.6.0-4.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Apr 01 2018 Christian Kellner <ckellner@redhat.com> - 0.6.0-3 - More review comments: License corrections, LDFLAGS, patch Makefile to preserve timestamps for install and fix add gcc-c++ as build requirement. * Sat Mar 31 2018 Christian Kellner <ckellner@redhat.com> - 0.6.0-2 - Address review comments: Fix Summary, use macros for paths. * Sat Mar 31 2018 Christian Kellner <ckellner@redhat.com> - 0.6.0-1 - Drop gpg-from-git-config.patch (included upstream) - Drop openssl11.patch (fixed upstream) - Setup CXXFLAGS so we get the correct compiler flags; this is also needed for debuginfo extraction to work. * Fri Jun 09 2017 Christian Kellner <ckellner@redhat.com> - 0.5.0-4 - Add patch to read gpg excutable from .git/config * Fri Mar 31 2017 Christian Kellner <ckellner@redhat.com> - 0.5.0-3 - Only apply the patch on fedora versions > 25 * Thu Mar 30 2017 Christian Kellner <ckellner@redhat.com> - 0.5.0-2 - Add patch for openssl 1.1 changes * Tue Mar 28 2017 Christian Kellner <ckellner@redhat.com> - 0.5.0-1 - Initial revision