Thu, 30 May 2024 20:51:30 UTC | login

Information for build git-crypt-0.6.0-7.fc33

ID147196
Package Namegit-crypt
Version0.6.0
Release7.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/git-crypt.git#77d7347f44ae43fb0f4edeaaca3b5cfd316a23fc
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
StartedFri, 27 Mar 2020 14:12:09 UTC
CompletedFri, 27 Mar 2020 14:36:01 UTC
Taskbuild (f33, /rpms/git-crypt.git:77d7347f44ae43fb0f4edeaaca3b5cfd316a23fc)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/git-crypt.git#77d7347f44ae43fb0f4edeaaca3b5cfd316a23fc'}}
Tags
f33
RPMs
src
git-crypt-0.6.0-7.fc33.src.rpm (info) (download)
riscv64
git-crypt-0.6.0-7.fc33.riscv64.rpm (info) (download)
git-crypt-debuginfo-0.6.0-7.fc33.riscv64.rpm (info) (download)
git-crypt-debugsource-0.6.0-7.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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.