Wed, 29 May 2024 01:08:31 UTC | login

Information for build git-crypt-0.6.0-6.fc31

ID109830
Package Namegit-crypt
Version0.6.0
Release6.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/git-crypt.git#dad14650cca2ea4195319330f5b2222725198ae2
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
StartedWed, 31 Jul 2019 17:21:25 UTC
CompletedWed, 31 Jul 2019 18:07:30 UTC
Taskbuild (f31-candidate, /rpms/git-crypt.git:dad14650cca2ea4195319330f5b2222725198ae2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/git-crypt.git#dad14650cca2ea4195319330f5b2222725198ae2'}}
Tags
f31
f32
f33
RPMs
src
git-crypt-0.6.0-6.fc31.src.rpm (info) (download)
riscv64
git-crypt-0.6.0-6.fc31.riscv64.rpm (info) (download)
git-crypt-debuginfo-0.6.0-6.fc31.riscv64.rpm (info) (download)
git-crypt-debugsource-0.6.0-6.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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.