Compare commits

..

69 commits

Author SHA1 Message Date
Jonathan Dieter
8f0a8f17dd
Update to 1.5.4, fixing a few memory bugs
Signed-off-by: Jonathan Dieter <jonathan@dieter.ie>
2026-08-02 23:01:23 +01:00
Fedora Release Engineering
c59ec4183a Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:39:16 +00:00
Yaakov Selkowitz
2788172bfb Rebuilt for openssl 4.0 2026-06-12 16:42:06 -04:00
Jonathan Wright
2d8fea9837 update to 1.5.3 2026-06-11 10:17:34 -05:00
Fedora Release Engineering
19a62d3fb8 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 21:06:43 +00:00
Fedora Release Engineering
a08ff1c9af Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 21:16:44 +00:00
Fedora Release Engineering
f7bfe94550 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 16:42:50 +00:00
Jonathan Dieter
2be4318ea8 Fix memory leak
Signed-off-by: Jonathan Dieter <jonathan@dieter.ie>
2024-07-19 20:38:11 -07:00
Jonathan Dieter
e3ecab43e7 Fix bug when managing different contexts in different threads
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2024-07-17 18:58:03 -07:00
Fedora Release Engineering
aeaa7ef635 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 11:01:47 +00:00
Jonathan Dieter
b1543e76f3 Update to 1.4.0
* Add native OpenSSL 3 compatibility
* Add new function for getting zchunk context from chunk
* Fix bug when assembling from multiple sources

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-12-19 20:10:16 +00:00
Jonathan Dieter
5d02b22bac Update to 1.3.2 which fixes a couple of unsigned integer overflow bugs
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-10-05 20:10:35 +01:00
Jonathan Dieter
a04907a050 Update license tag to be SPDX compatible
Signed-off-by: Jonathan Dieter <jonathan.dieter@cyara.com>
2023-08-04 09:43:30 +01:00
Fedora Release Engineering
dcd9a50676 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 19:38:27 +00:00
Jonathan Dieter
5950ea2a8e Fix a few low severity security bugs
- An off-by-one overflow when reading compressed integers from a
   malicious zchunk file
 - Error handling being skipped when the number of bytes read doesn't
   match what's expected
 - Not freeing memory when attempting to reallocate to size 0

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-04-04 21:35:44 +01:00
Jonathan Dieter
c7e33f933d Add option to generate a zchunk header from an uncompressed file
This can now be done without actually creating the zchunk file

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-02-25 14:59:08 +00:00
Jonathan Dieter
72328c27c8 Fix test compatibility with zstd-1.5.4
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2023-02-18 19:11:07 +00:00
Fedora Release Engineering
87cf13a991 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 08:13:07 +00:00
Jonathan Dieter
6a7cac0bec Fix small formatting issues
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-09-16 21:42:25 +01:00
Fedora Release Engineering
2dc706a0dd Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 13:52:33 +00:00
Jonathan Dieter
d7bf4d9d36 Fix a number of small issues highlighted by Coverity
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-04-18 17:43:16 +01:00
Jonathan Dieter
cd87f58e8e Update to 1.2.1 which fixes a few bugs
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-03-12 16:57:25 +00:00
Jonathan Dieter
2224c2782f Update to 1.2.0
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2022-02-20 17:19:14 +00:00
Fedora Release Engineering
543d8f0536 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 05:49:02 +00:00
Sahana Prasad
9df5fb6d84 Rebuilt with OpenSSL 3.0.0 2021-09-14 19:18:38 +02:00
Fedora Release Engineering
eb7fd304b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 22:15:24 +00:00
Jonathan Dieter
1f58bfcd3e Fix major bug when creating a zchunk file w/ dict
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-06-01 20:46:11 +01:00
Jonathan Dieter
f6ea1e7d5d Update to 1.1.14
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-05-20 21:27:47 +01:00
Jonathan Dieter
2100feb87c Stage changed sources
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-05-20 20:59:32 +01:00
Jonathan Dieter
d58b2a4fcf Update to 1.1.13
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-05-20 20:54:04 +01:00
Jonathan Dieter
a2b24f432c Fix multipart download failures on rare web servers
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2021-05-01 18:28:57 +01:00
Fedora Release Engineering
6c4b5e26b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-28 00:39:45 +00:00
Jonathan Dieter
0e0ab101b4 Fix for tests when building against zstd-1.4.7+ and new man pages
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2020-12-30 22:58:28 +00:00
Fedora Release Engineering
d8d91ebc4b - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 15:20:44 +00:00
Fedora Release Engineering
1c1e52cc0a - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 05:16:05 +00:00
Jonathan Dieter
acb0ef8bd7 Fix small bug in corner case when handling write failures
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2020-01-18 21:41:25 +00:00
Jonathan Dieter
aaa3141be5 Fix download failure when content-type isn't included in each range
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-11-13 17:26:20 +00:00
Fedora Release Engineering
52f591323b - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 04:57:32 +00:00
Jonathan Dieter
d5bc46de6d Actually upload new sources
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-05-19 18:25:39 +01:00
Jonathan Dieter
91a89dc75d Fix multipart range handling to work with quotes
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-05-19 18:13:53 +01:00
Adam Williamson
1ddba674cc Rebuild with Meson fix for #1699099 2019-04-16 13:18:35 -07:00
Jonathan Dieter
2591af0162 Bump for missing sources
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-04-15 13:08:29 +01:00
Jonathan Dieter
14b595c550 Add missing sources
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-04-15 13:06:16 +01:00
Jonathan Dieter
1693cd4333 Fix compilation on old GCC versions
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-04-15 12:41:20 +01:00
Jonathan Dieter
fb32d4d4e7 Optimize chunk matching while downloading, significantly reducing CPU usage
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-03-23 22:28:17 +00:00
Jonathan Dieter
43b3032c09 Fix multipart boundary bug when dealing with lighttpd servers
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-03-16 23:06:24 +00:00
Fedora Release Engineering
7d29c9275f - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 13:08:49 +00:00
Jonathan Dieter
132ad5e2e9 Fix several memory leaks and off-by-one bugs
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2019-01-24 20:48:29 +00:00
Jonathan Dieter
668b1fd611 Fix bug where identical chunks weren't matched 2018-12-28 22:18:49 +00:00
Jonathan Dieter
f1fcea0afc Use hash table for finding identical chunks, speeding up process considerably 2018-12-28 14:19:33 +00:00
Jonathan Dieter
1e211ce212 Bump to 1.0 release with API/ABI stability guarantee
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-12-22 20:50:06 +00:00
Jonathan Dieter
3def856f98 Disable some tests in big-endian architectures 2018-12-09 19:04:17 +00:00
Jonathan Dieter
c1bb1e7c35 Add zck_gen_zdict binary to generate optimal zdict for a zchunk file 2018-12-08 22:33:03 +00:00
Jonathan Dieter
ff3550a048 Switch from optional flags to more robust optional elements 2018-11-13 14:18:07 +00:00
Jonathan Dieter
bacf4dabfa Sanity check hex hashes passed in as an option
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-11-01 19:38:07 +00:00
Jonathan Dieter
da9d4344d0 Update tests for zstd-1.3.6
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-10-08 14:56:22 +01:00
Jonathan Dieter
a65ba16384 Add read support for zchunk files with optional flags
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-10-08 14:33:00 +01:00
Jonathan Dieter
83ac07755c Update to 0.9.11 which fixes small bug in zck_dl
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-09-28 15:33:04 +01:00
Jonathan Dieter
9754031271 Update to 0.9.10 with security bug fixes
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-09-18 14:39:04 +01:00
Jonathan Dieter
a8a57a1efe Add dictionary generation script to /usr/libexec 2018-08-10 13:55:53 +02:00
Jonathan Dieter
b045ac86fe Update to 0.9.7 with contrib script to generate dictionaries 2018-08-10 13:42:39 +02:00
Jonathan Dieter
228d1827e3 Update to 0.9.5, fixing intermittent parallel test failures
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-08-01 13:56:57 +01:00
Jonathan Dieter
3d036e41af Update to 0.9.4, fixing failed tests on non-Intel processors
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-08-01 13:40:49 +01:00
Jonathan Dieter
3725c6a9b4 Update to 0.9.3
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-31 22:15:57 +01:00
Jonathan Dieter
f305617f9d Update to 0.9.2
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-30 23:14:33 +01:00
Jonathan Dieter
9e54e198b2 Update to 0.9.1 to fix Rawhide build
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-25 17:21:37 +01:00
Jonathan Dieter
b4ab608ceb Update to 0.9.0 with new proposed permanent stable ABI
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-25 16:49:32 +01:00
Jonathan Dieter
1081b703e6 Update to 0.7.6 with new default chunk checksum type and automatic chunking
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-12 21:21:50 +01:00
Jonathan Dieter
32ed0a486f Initial release
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
2018-07-06 17:41:38 +03:00
4 changed files with 415 additions and 1 deletions

45
.gitignore vendored Normal file
View file

@ -0,0 +1,45 @@
/zchunk-0.7.5.tar.gz
/zchunk-0.7.6.tar.gz
/zchunk-0.9.0.tar.gz
/zchunk-0.9.1.tar.gz
/zchunk-0.9.2.tar.gz
/zchunk-0.9.3.tar.gz
/zchunk-0.9.4.tar.gz
/zchunk-0.9.5.tar.gz
/zchunk-0.9.7.tar.gz
/zchunk-0.9.10.tar.gz
/zchunk-0.9.11.tar.gz
/zchunk-0.9.12.tar.gz
/zchunk-0.9.13.tar.gz
/zchunk-0.9.14.tar.gz
/zchunk-0.9.15.tar.gz
/zchunk-0.9.16.tar.gz
/zchunk-0.9.17.tar.gz
/zchunk-1.0.0.tar.gz
/zchunk-1.0.1.tar.gz
/zchunk-1.0.2.tar.gz
/zchunk-1.0.3.tar.gz
/zchunk-1.0.4.tar.gz
/zchunk-1.1.0.tar.gz
/zchunk-1.1.1.tar.gz
/zchunk-1.1.2.tar.gz
/zchunk-1.1.4.tar.gz
/zchunk-1.1.5.tar.gz
/zchunk-1.1.9.tar.gz
/zchunk-1.1.11.tar.gz
/zchunk-1.1.13.tar.gz
/zchunk-1.1.14.tar.gz
/zchunk-1.1.15.tar.gz
/zchunk-1.2.0.tar.gz
/zchunk-1.2.1.tar.gz
/zchunk-1.2.2.tar.gz
/zchunk-1.2.3.tar.gz
/zchunk-1.2.4.tar.gz
/zchunk-1.3.0.tar.gz
/zchunk-1.3.1.tar.gz
/zchunk-1.3.2.tar.gz
/zchunk-1.4.0.tar.gz
/zchunk-1.5.0.tar.gz
/zchunk-1.5.1.tar.gz
/zchunk-1.5.3.tar.gz
/zchunk-1.5.4.tar.gz

View file

@ -1 +0,0 @@
epel8-playground decommissioned : https://pagure.io/epel/issue/136

1
sources Normal file
View file

@ -0,0 +1 @@
SHA512 (zchunk-1.5.4.tar.gz) = 132a20719fc1d83cf2bda1d0edd49e602f12ecd8081c71f22c1d6f294d52cad2d94e5fde18ad9f4149fd2e0f8c87e587fc92ac1f9278bd348776bae0f58c62e1

369
zchunk.spec Normal file
View file

@ -0,0 +1,369 @@
Name: zchunk
Version: 1.5.4
Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas
License: BSD-2-Clause AND MIT
URL: https://github.com/zchunk/zchunk
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(openssl)
BuildRequires: meson
Requires: %{name}-libs%{_isa} = %{version}-%{release}
Provides: bundled(buzhash-urlblock) = 0.1
%description
zchunk 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.
%package libs
Summary: Zchunk library
%description libs
zchunk 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.
This package contains the zchunk library, libzck.
%package devel
Summary: Headers for building against zchunk
Requires: %{name}-libs%{_isa} = %{version}-%{release}
%description devel
zchunk 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.
This package contains the headers necessary for building against the zchunk
library, libzck.
%prep
%autosetup
# Remove bundled sha libraries
rm -rf src/lib/hash/sha*
%build
%meson -Dwith-openssl=enabled -Dwith-zstd=enabled
%meson_build
%install
%meson_install
mkdir -p %{buildroot}%{_libexecdir}
install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictionary
%check
%meson_test
%ldconfig_scriptlets libs
%files
%doc README.md contrib
%{_bindir}/zck*
%{_bindir}/unzck
%{_libexecdir}/zck_gen_xml_dictionary
%{_mandir}/man1/*.gz
%files libs
%license LICENSE
%doc README.md
%{_libdir}/libzck.so.*
%files devel
%doc zchunk_format.txt
%{_libdir}/libzck.so
%{_libdir}/pkgconfig/zck.pc
%{_includedir}/zck.h
%changelog
* Sun Aug 02 2026 Jonathan Dieter <jonathan@dieter.ie> - 1.5.4-1
- Update to 1.5.4
- Fix a few memory bugs
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.5.3-2
- Rebuilt for openssl 4.0
* Thu Jun 11 2026 Jonathan Wright <jonathan@almalinux.org> - 1.5.3-1
- update to 1.5.3
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Jonathan Dieter <jonathan@dieter.ie> - 1.5.1-1
- Fix memory leak
- Ensure version is set properly inside zchunk
* Wed Jul 17 2024 Jonathan Dieter <jonathan@dieter.ie> - 1.5.0-1
- Fix bug when managing different contexts in different threads
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Dec 19 2023 Jonathan Dieter <jdieter@gmail.com> - 1.4.0-1
- Add native OpenSSL 3 compatibility
- Add new function for getting zchunk context from chunk
- Fix bug when assembling from multiple sources
* Thu Oct 5 2023 Jonathan Dieter <jdieter@gmail.com> - 1.3.2-1
- Fix a couple of unsigned integer overflow bugs
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Apr 4 2023 Jonathan Dieter <jdieter@gmail.com> - 1.3.1-1
- Fix a few low severity security bugs including
- An off-by-one overflow when reading compressed integers from a
malicious zchunk file
- Error handling being skipped when the number of bytes read doesn't
match what's expected
- Not freeing memory when attempting to reallocate to size 0
* Sat Feb 25 2023 Jonathan Dieter <jdieter@gmail.com> - 1.3.0-1
- Add option to generate a zchunk header from an uncompressed file without
actually creating a zchunk file
* 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 1 2021 Jonathan Dieter <jdieter@gmail.com> - 1.1.11-1
- Fix multipart download failures on rare web servers
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Dec 30 2020 Jonathan Dieter <jdieter@gmail.com> - 1.1.9-1
- Fixes for test failures with zstd-1.4.7+
- Add man pages
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jan 18 2020 Jonathan Dieter <jdieter@gmail.com> - 1.1.5-1
- Fix small bug in corner case when handling write failures
* Wed Nov 13 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.4-1
- Fix download failure when web server doesn't include content-type with each
range
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun May 19 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.2-2
- Fix multipart range handling to work with quotes, fixes #1706627
- Fix file creation permissions so they respect umask
- Actually push new sources
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.1.1-3
- Rebuild with Meson fix for #1699099
* Mon Apr 15 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.1-2
- Fix compilation on GCC 4.4.7 so it builds on EL6
- Add missing sources
- Also, zchunk will now automatically do all your taxes
* Sat Mar 23 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.0-1
- Optimize chunk matching while downloading, significantly reducing CPU usage
* Sat Mar 16 2019 Jonathan Dieter <jdieter@gmail.com> - 1.0.4-1
- Fix multipart boundary bug when dealing with lighttpd servers
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jan 24 2019 Jonathan Dieter <jdieter@gmail.com> - 1.0.3-1
- Fix several memory leaks and use-after-frees
* Fri Dec 28 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.2-1
- Use hash table for finding identical chunks, speeding up process considerably
- Add test case to verify that identical chunk checking is working
* Sat Dec 22 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.0-1
- 1.0 release. API/ABI stability is now guaranteed
* Sun Dec 09 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.17-1
- Turn off some tests for big-endian architectures since zstd isn't
deterministic on them
* Sat Dec 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.16-1
- Add zck_gen_zdict binary to generate optimal zdict for a zchunk file
- Add functions to API to simplify extracting a single chunk
- Change default zstd compression to 9 for a 6x speed increase in compression
speed for a 5% increase in compression size
* Tue Nov 13 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.15-1
- Switch from optional flags to more robust optional elements
* Thu Nov 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.14-1
- Sanity check hex hashes passed in as an option
* Mon Oct 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.13-1
- Add read support for zchunk files with optional flags
- Fix tests for zstd-1.3.6
* Fri Sep 28 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.11-1
- Fix small bug where creating a zck_dl context fails when zck context is NULL
* Tue Sep 18 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.10-1
- Update to 0.9.10
- Fixes security bugs found by Coverity
* Fri Aug 10 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.7-2
- Add contrib scripts to docs
- Fix test failures for zstd <= 1.3.4
- Add gen_xml_dictionary to libexecdir with zck_ prefix
* Wed Aug 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.5-1
- Update to 0.9.4
- Fix failing tests on ppc64, ppc64le, arm7, and s390x
- Fix intermittent parallel test failures
* Tue Jul 31 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.3-1
- Update to 0.9.3
- Fix intermittent bug where auto-chunking wasn't deterministic
* Mon Jul 30 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.2-1
- Update to 0.9.2
- Set minimum and maximum chunk sizes for both automatic and
manual chunking
- New tests
- ABI (but not API change) - Use bool from stdbool.h
- Allow specification of output file in zck
* Wed Jul 25 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.1-1
- Update to 0.9.1
- New error handling functions
- File format changes
- API changes
- Proposed permanent stable ABI
- Fix Rawhide build error
* Thu Jul 12 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.6-1
- Update to 0.7.6
- SHA-512 and SHA-512/128 support
- New default chunk checksum type SHA-512/128
- Automatic chunking moved into libzck and is now default
- New option to disable automatic chunking
- Bugfixes
* Wed Jul 04 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.5-4
- Fix ldconfig scriptlets to run on libs package
- Rename zchunk-libs-devel to zchunk-devel
- Add BR: gcc
- Explicitly enable zstd and openssl support
- Simplify file globs
* Tue Jul 03 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.5-1
- Split libs into separate package
- Fix license
- Provide bundled buzhash
- Fix punctuation
- Simplify source0 using url macro
- Remove bundled sha library and add dependency on OpenSSL
* Mon Jul 02 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.4-2
- Add zchunk format definition to -devel documentation
* Fri Jun 22 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.4-1
- Add --stdout argument to unzck
- Use meson native versioning rather than manual header and fix
pkgconfig output
* Tue Jun 12 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.2-1
- Rename zck_get_dl_range to zck_get_missing_range because it
was too similar to the unrelated zck_dl_get_range function
* Mon Jun 11 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.1-1
- New functions in the library
* Fri Jun 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.7.0-1
- Massive API rework in preparation for ABI stability guarantee
* Wed Jun 06 2018 Jonathan Dieter <jdieter@gmail.com> - 0.6.2-1
- Header and API cleanup
- Fix warnings
* Tue Jun 05 2018 Jonathan Dieter <jdieter@gmail.com> - 0.6.0-1
- Massive rework of zckdl utility
- Main library no longer depends on curl, only zckdl utility
- Rework API
- Support for servers that have different maximum ranges in a request
* Thu May 10 2018 Jonathan Dieter <jdieter@gmail.com> - 0.5.2-1
- Add new zck_get_range() function
- Add tests
- Range functions are no longer prefixed with "Range: bytes="
* Wed May 09 2018 Jonathan Dieter <jdieter@gmail.com> - 0.5.0-1
- Command line utilities now provide help and usage examples and take
proper flags
- Reading a zchunk header no longer automatically reads the dictionary
* Sun Apr 29 2018 Jonathan Dieter <jdieter@gmail.com> - 0.4.0-1
- Next release with incompatible file format changes
- File format has been reworked to allow checking of the header checksum
without reading full header into memory at once
- Terminology changes for the header
* Fri Apr 20 2018 Jonathan Dieter <jdieter@gmail.com> - 0.3.0-1
- Next release with incompatible file format changes
- File format now supports streams and signatures
* Tue Apr 17 2018 Jonathan Dieter <jdieter@gmail.com> - 0.2.2-1
- First release
- Fix build on EL7