Tue, 07 May 2024 08:04:03 UTC | login

Information for build zchunk-1.2.4-1.fc38

ID234698
Package Namezchunk
Version1.2.4
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/zchunk.git#72328c27c8f5131a36ef56c980dd0dd758bde0bb
SummaryCompressed file format that allows easy deltas
Descriptionzchunk is a compressed file format that splits the file into independent chunks. This allows you to only download the differences when downloading a new version of the file, and also makes zchunk files efficient over rsync. zchunk files are protected with strong checksums to verify that the file you downloaded is in fact the file you wanted.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 02 Mar 2023 06:51:54 UTC
CompletedThu, 02 Mar 2023 09:29:26 UTC
Taskbuild (f38, /rpms/zchunk.git:72328c27c8f5131a36ef56c980dd0dd758bde0bb)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/zchunk.git#72328c27c8f5131a36ef56c980dd0dd758bde0bb'}}
Tags
f38
RPMs
src
zchunk-1.2.4-1.fc38.src.rpm (info) (download)
riscv64
zchunk-1.2.4-1.fc38.riscv64.rpm (info) (download)
zchunk-devel-1.2.4-1.fc38.riscv64.rpm (info) (download)
zchunk-libs-1.2.4-1.fc38.riscv64.rpm (info) (download)
zchunk-debuginfo-1.2.4-1.fc38.riscv64.rpm (info) (download)
zchunk-debugsource-1.2.4-1.fc38.riscv64.rpm (info) (download)
zchunk-libs-debuginfo-1.2.4-1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Sat Feb 18 2023 Jonathan Dieter <jdieter@gmail.com> - 1.2.4-1 - Fix test compatibility with zstd-1.5.4 * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Sep 16 2022 Jonathan Dieter <jdieter@gmail.com> - 1.2.3-1 - Fixed some small formatting issues * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Apr 18 2022 Jonathan Dieter <jdieter@gmail.com> - 1.2.2-1 - Fixed a number of small issues highlighted by Coverity * Sat Mar 12 2022 Jonathan Dieter <jdieter@gmail.com> - 1.2.1-1 - Fixed bug that limited size of file that could be compressed using zchunk to 2GB - Fixed memory leak * Sun Feb 20 2022 Jonathan Dieter <jdieter@gmail.com> - 1.2.0-1 - Add `--uncompressed` option to zck, allowing for embedding of uncompressed digests in the header - Various small bug fixes * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.1.15-3 - Rebuilt with OpenSSL 3.0.0 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jun 01 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.15-1 - Fix major bug when creating a zchunk file that contains a dictionary * Thu May 20 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.14-1 - Fix tests on all arches when built against zstd-1.5.0 * Sat May 01 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.11-1 - Fix multipart download failures on rare web servers