From 1c1e52cc0a5034899dba4d611035cd97608908e0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 05:16:05 +0000 Subject: [PATCH 01/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index f17c06a..6ebaea6 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jan 18 2020 Jonathan Dieter - 1.1.5-1 - Fix small bug in corner case when handling write failures From d8d91ebc4bd2584f9fa53e10d13a35c72c0e3653 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:20:44 +0000 Subject: [PATCH 02/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 6ebaea6..c52ea0b 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 0e0ab101b48444d4689ef38bdecdba5011144931 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Wed, 30 Dec 2020 22:58:28 +0000 Subject: [PATCH 03/35] Fix for tests when building against zstd-1.4.7+ and new man pages Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2eb9921..118ded1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /zchunk-1.1.2.tar.gz /zchunk-1.1.4.tar.gz /zchunk-1.1.5.tar.gz +/zchunk-1.1.9.tar.gz diff --git a/sources b/sources index 65b3f40..9d1cf01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.1.5.tar.gz) = 50e955782ad04d71a1011f88670bdd9953bbf182d401f963e47187ff474bdadd9a2b4c368f74a68d841bd510af29dd261c9ddb15ca09ce03bfe966c09417215f +SHA512 (zchunk-1.1.9.tar.gz) = 54011b3cdc24fcbb3ec0088e9a567b5e251e44791ee431ee0a9328780a54c4d7ef942f74aab4581b391d21cbc5b138d98ad05d327b1e43c614096e7d6beeab4c diff --git a/zchunk.spec b/zchunk.spec index c52ea0b..31c85d6 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.1.5 -Release: 3%{?dist} +Version: 1.1.9 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -70,6 +70,7 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_bindir}/zck* %{_bindir}/unzck %{_libexecdir}/zck_gen_xml_dictionary +%{_mandir}/man1/*.gz %files libs %license LICENSE @@ -83,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Wed Dec 30 2020 Jonathan Dieter - 1.1.9-1 +- Fixes for test failures with zstd-1.4.7+ +- Add man pages + * Wed Jul 29 2020 Fedora Release Engineering - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 6c4b5e26b86842a6975d173bc777150c7a454cff Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:39:45 +0000 Subject: [PATCH 04/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 31c85d6..802030d 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 30 2020 Jonathan Dieter - 1.1.9-1 - Fixes for test failures with zstd-1.4.7+ - Add man pages From a2b24f432cc9b7b7daa4d52fdb60c67e1343e356 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sat, 1 May 2021 18:28:57 +0100 Subject: [PATCH 05/35] Fix multipart download failures on rare web servers Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 118ded1..5ba1a22 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /zchunk-1.1.4.tar.gz /zchunk-1.1.5.tar.gz /zchunk-1.1.9.tar.gz +/zchunk-1.1.11.tar.gz diff --git a/sources b/sources index 9d1cf01..2502f74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.1.9.tar.gz) = 54011b3cdc24fcbb3ec0088e9a567b5e251e44791ee431ee0a9328780a54c4d7ef942f74aab4581b391d21cbc5b138d98ad05d327b1e43c614096e7d6beeab4c +SHA512 (zchunk-1.1.11.tar.gz) = b2c1cd1a9199c920bac385d56c1c849a7dd9ddc1a3e7d9cafb5232f602b63d44fba4ba8a5a71ec0f84b3cd982dded509b976ee5f0de6d6b43c15794c318fa983 diff --git a/zchunk.spec b/zchunk.spec index 802030d..68889c4 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.1.9 -Release: 2%{?dist} +Version: 1.1.11 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat May 1 2021 Jonathan Dieter - 1.1.11-1 +- Fix multipart download failures on rare web servers + * Thu Jan 28 2021 Fedora Release Engineering - 1.1.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From d58b2a4fcff11efd8250e2c4a78ef664c839f42c Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Thu, 20 May 2021 20:53:27 +0100 Subject: [PATCH 06/35] Update to 1.1.13 Signed-off-by: Jonathan Dieter --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 68889c4..9076478 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.1.11 +Version: 1.1.13 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Thu May 20 2021 Jonathan Dieter - 1.1.13-1 +- Fix tests on all arches when built against zstd-1.5.0 + * Sat May 1 2021 Jonathan Dieter - 1.1.11-1 - Fix multipart download failures on rare web servers From 2100feb87c8bbad013e22b06f848b4b6aa386844 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Thu, 20 May 2021 20:59:32 +0100 Subject: [PATCH 07/35] Stage changed sources Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ba1a22..d0a28a7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /zchunk-1.1.5.tar.gz /zchunk-1.1.9.tar.gz /zchunk-1.1.11.tar.gz +/zchunk-1.1.13.tar.gz diff --git a/sources b/sources index 2502f74..3288d04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.1.11.tar.gz) = b2c1cd1a9199c920bac385d56c1c849a7dd9ddc1a3e7d9cafb5232f602b63d44fba4ba8a5a71ec0f84b3cd982dded509b976ee5f0de6d6b43c15794c318fa983 +SHA512 (zchunk-1.1.13.tar.gz) = 47d3a3bcee1b1e1ace325e97640d3d8d4cd2e45218ebdb79f3a6b7836336d8d0fbea12450bd04f800a0f4327c9b9987c3f1e411555ccff43a23ef142da842f07 From f6ea1e7d5dab136aada6ffd6beab95a1129f0f14 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Thu, 20 May 2021 21:27:47 +0100 Subject: [PATCH 08/35] Update to 1.1.14 Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d0a28a7..f2bad22 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /zchunk-1.1.9.tar.gz /zchunk-1.1.11.tar.gz /zchunk-1.1.13.tar.gz +/zchunk-1.1.14.tar.gz diff --git a/sources b/sources index 3288d04..d49cd3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.1.13.tar.gz) = 47d3a3bcee1b1e1ace325e97640d3d8d4cd2e45218ebdb79f3a6b7836336d8d0fbea12450bd04f800a0f4327c9b9987c3f1e411555ccff43a23ef142da842f07 +SHA512 (zchunk-1.1.14.tar.gz) = 2419b438837933d6e7ff376c8424d6ca41c05056f6146d3f1eb2eaae76646cf3e8702bfe6d6c9d8c0b02927e47838062f8b37bda4c1515ff4359f9d3319b136e diff --git a/zchunk.spec b/zchunk.spec index 9076478..f41ee29 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.1.13 +Version: 1.1.14 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -84,7 +84,7 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog -* Thu May 20 2021 Jonathan Dieter - 1.1.13-1 +* Thu May 20 2021 Jonathan Dieter - 1.1.14-1 - Fix tests on all arches when built against zstd-1.5.0 * Sat May 1 2021 Jonathan Dieter - 1.1.11-1 From 1f58bfcd3e2b97a7a7a3d685ce4a786370e14c01 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Tue, 1 Jun 2021 20:46:11 +0100 Subject: [PATCH 09/35] Fix major bug when creating a zchunk file w/ dict Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2bad22..3073d52 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /zchunk-1.1.11.tar.gz /zchunk-1.1.13.tar.gz /zchunk-1.1.14.tar.gz +/zchunk-1.1.15.tar.gz diff --git a/sources b/sources index d49cd3d..2adc053 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.1.14.tar.gz) = 2419b438837933d6e7ff376c8424d6ca41c05056f6146d3f1eb2eaae76646cf3e8702bfe6d6c9d8c0b02927e47838062f8b37bda4c1515ff4359f9d3319b136e +SHA512 (zchunk-1.1.15.tar.gz) = 0a91be7e1a6242b3e1296c1b94c4302262ba9f223f92e0c5239167a3b6e1407548b30d99fec65ae0bdbe8f89e6f156fa8a5b3709f882c0cac873f6bb294a8f8f diff --git a/zchunk.spec b/zchunk.spec index f41ee29..065a897 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.1.14 +Version: 1.1.15 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Tue Jun 01 2021 Jonathan Dieter - 1.1.15-1 +- Fix major bug when creating a zchunk file that contains a dictionary + * Thu May 20 2021 Jonathan Dieter - 1.1.14-1 - Fix tests on all arches when built against zstd-1.5.0 From eb7fd304b8b695fbed2ec2e2a7ef256fac4d10a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:15:24 +0000 Subject: [PATCH 10/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 065a897..68cc96e 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 01 2021 Jonathan Dieter - 1.1.15-1 - Fix major bug when creating a zchunk file that contains a dictionary From 9df5fb6d8457564bf3af2e14a5d6be49220b4833 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:18:38 +0200 Subject: [PATCH 11/35] Rebuilt with OpenSSL 3.0.0 --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 68cc96e..9534ca0 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Tue Sep 14 2021 Sahana Prasad - 1.1.15-3 +- Rebuilt with OpenSSL 3.0.0 + * Fri Jul 23 2021 Fedora Release Engineering - 1.1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 543d8f0536bb72d7e0e1dd999f4b03c443d65bfd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:49:02 +0000 Subject: [PATCH 12/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 9534ca0..a8b6ae0 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.1.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.1.15-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Sep 14 2021 Sahana Prasad - 1.1.15-3 - Rebuilt with OpenSSL 3.0.0 From 2224c2782f150f969f27cab8b2bb61ad5ff521b5 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sun, 20 Feb 2022 17:19:14 +0000 Subject: [PATCH 13/35] Update to 1.2.0 Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3073d52..bf60c53 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /zchunk-1.1.13.tar.gz /zchunk-1.1.14.tar.gz /zchunk-1.1.15.tar.gz +/zchunk-1.2.0.tar.gz diff --git a/sources b/sources index 2adc053..7a47e38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.1.15.tar.gz) = 0a91be7e1a6242b3e1296c1b94c4302262ba9f223f92e0c5239167a3b6e1407548b30d99fec65ae0bdbe8f89e6f156fa8a5b3709f882c0cac873f6bb294a8f8f +SHA512 (zchunk-1.2.0.tar.gz) = 45f758da170913bb8ee6bce1e799ef1666286868822987573bad4dc99a21098fe2354b0d9792ed653acafb9780927524c50fe3b80389862174739bc39d6de144 diff --git a/zchunk.spec b/zchunk.spec index a8b6ae0..d67e492 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.1.15 -Release: 4%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,11 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sun Feb 20 2022 Jonathan Dieter - 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 - 1.1.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From cd87f58e8ea27999a832840ec0c6424899135151 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sat, 12 Mar 2022 16:57:25 +0000 Subject: [PATCH 14/35] Update to 1.2.1 which fixes a few bugs Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bf60c53..08cd7f9 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /zchunk-1.1.14.tar.gz /zchunk-1.1.15.tar.gz /zchunk-1.2.0.tar.gz +/zchunk-1.2.1.tar.gz diff --git a/sources b/sources index 7a47e38..1b58ebd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.2.0.tar.gz) = 45f758da170913bb8ee6bce1e799ef1666286868822987573bad4dc99a21098fe2354b0d9792ed653acafb9780927524c50fe3b80389862174739bc39d6de144 +SHA512 (zchunk-1.2.1.tar.gz) = 0f84358b820b98c89aecfac5cd2e3e28447e18b8cf2f10376334c36f353d6a7dac15e0e82e317a2f0a94dacab0f1fb04ea6b69b2ebe03b7bafacd5a1d7e64655 diff --git a/zchunk.spec b/zchunk.spec index d67e492..83e2965 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -84,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Mar 12 2022 Jonathan Dieter - 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 - 1.2.0-1 - Add `--uncompressed` option to zck, allowing for embedding of uncompressed digests in the header From d7bf4d9d3659766ba749ba93d13efee222d003cf Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Mon, 18 Apr 2022 17:43:16 +0100 Subject: [PATCH 15/35] Fix a number of small issues highlighted by Coverity Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08cd7f9..579882e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /zchunk-1.1.15.tar.gz /zchunk-1.2.0.tar.gz /zchunk-1.2.1.tar.gz +/zchunk-1.2.2.tar.gz diff --git a/sources b/sources index 1b58ebd..ba31d35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.2.1.tar.gz) = 0f84358b820b98c89aecfac5cd2e3e28447e18b8cf2f10376334c36f353d6a7dac15e0e82e317a2f0a94dacab0f1fb04ea6b69b2ebe03b7bafacd5a1d7e64655 +SHA512 (zchunk-1.2.2.tar.gz) = 3c7f0a9236a23eb10fe9145f4b2b72ceab274f0baff2791a7d2fbe002ffd90b30bba0e2b532f9a0563a2a29d2dfe7a11932b069ffa9c9a9ada2fd39444b74ec3 diff --git a/zchunk.spec b/zchunk.spec index 83e2965..1c62ed4 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Mon Apr 18 2022 Jonathan Dieter - 1.2.2-1 +- Fixed a number of small issues highlighted by Coverity + * Sat Mar 12 2022 Jonathan Dieter - 1.2.1-1 - Fixed bug that limited size of file that could be compressed using zchunk to 2GB - Fixed memory leak From 2dc706a0dd18107201b20013e7933cd39963b7ba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:52:33 +0000 Subject: [PATCH 16/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 1c62ed4..ed4845a 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Apr 18 2022 Jonathan Dieter - 1.2.2-1 - Fixed a number of small issues highlighted by Coverity From 6a7cac0bec8309f3e00c3348e54bcf59ac109338 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Fri, 16 Sep 2022 21:40:51 +0100 Subject: [PATCH 17/35] Fix small formatting issues Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 579882e..a8d2d5f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /zchunk-1.2.0.tar.gz /zchunk-1.2.1.tar.gz /zchunk-1.2.2.tar.gz +/zchunk-1.2.3.tar.gz diff --git a/sources b/sources index ba31d35..5e92f8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.2.2.tar.gz) = 3c7f0a9236a23eb10fe9145f4b2b72ceab274f0baff2791a7d2fbe002ffd90b30bba0e2b532f9a0563a2a29d2dfe7a11932b069ffa9c9a9ada2fd39444b74ec3 +SHA512 (zchunk-1.2.3.tar.gz) = 5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73 diff --git a/zchunk.spec b/zchunk.spec index ed4845a..b80b65d 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.2.2 -Release: 2%{?dist} +Version: 1.2.3 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Sep 16 2022 Jonathan Dieter - 1.2.3-1 +- Fixed some small formatting issues + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 87cf13a991d2239d5e8dbfc4e2a0620c294c9802 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:13:07 +0000 Subject: [PATCH 18/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index b80b65d..311d84d 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Sep 16 2022 Jonathan Dieter - 1.2.3-1 - Fixed some small formatting issues From 72328c27c8f5131a36ef56c980dd0dd758bde0bb Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sat, 18 Feb 2023 19:11:07 +0000 Subject: [PATCH 19/35] Fix test compatibility with zstd-1.5.4 Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8d2d5f..ea56597 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /zchunk-1.2.1.tar.gz /zchunk-1.2.2.tar.gz /zchunk-1.2.3.tar.gz +/zchunk-1.2.4.tar.gz diff --git a/sources b/sources index 5e92f8d..3a1c2a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.2.3.tar.gz) = 5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73 +SHA512 (zchunk-1.2.4.tar.gz) = 903f2ce700091356545fba73d8175e6b34b2c45b28187632eeb6abd9bbb29256f674febf5b128b546dfe81828407fa08ac48b525447fcda27004dffdce355498 diff --git a/zchunk.spec b/zchunk.spec index 311d84d..87d5a38 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.2.3 -Release: 2%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Feb 18 2023 Jonathan Dieter - 1.2.4-1 +- Fix test compatibility with zstd-1.5.4 + * Sat Jan 21 2023 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From c7e33f933d4505202d1c2c5c88267116d7b1f08a Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sat, 25 Feb 2023 14:59:08 +0000 Subject: [PATCH 20/35] 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 --- .gitignore | 1 + sources | 2 +- zchunk.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ea56597..9011db5 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /zchunk-1.2.2.tar.gz /zchunk-1.2.3.tar.gz /zchunk-1.2.4.tar.gz +/zchunk-1.3.0.tar.gz diff --git a/sources b/sources index 3a1c2a6..2c857a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.2.4.tar.gz) = 903f2ce700091356545fba73d8175e6b34b2c45b28187632eeb6abd9bbb29256f674febf5b128b546dfe81828407fa08ac48b525447fcda27004dffdce355498 +SHA512 (zchunk-1.3.0.tar.gz) = abfe9a6f8693ad649962e8b524aa3373561fbe4b932cb7ba3f58abbf91b648f5f61ad3ecadf415bb5d46e8e8283cb4a314d6cb6184f35f491f4478eac0da7075 diff --git a/zchunk.spec b/zchunk.spec index 87d5a38..ec81816 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.2.4 +Version: 1.3.0 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -84,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Feb 25 2023 Jonathan Dieter - 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 - 1.2.4-1 - Fix test compatibility with zstd-1.5.4 From 5950ea2a8e775a33f2c595cb4ca13034fec4b660 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Tue, 4 Apr 2023 21:35:44 +0100 Subject: [PATCH 21/35] 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 --- .gitignore | 1 + sources | 2 +- zchunk.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9011db5..e978ff2 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /zchunk-1.2.3.tar.gz /zchunk-1.2.4.tar.gz /zchunk-1.3.0.tar.gz +/zchunk-1.3.1.tar.gz diff --git a/sources b/sources index 2c857a7..9ea5fb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.3.0.tar.gz) = abfe9a6f8693ad649962e8b524aa3373561fbe4b932cb7ba3f58abbf91b648f5f61ad3ecadf415bb5d46e8e8283cb4a314d6cb6184f35f491f4478eac0da7075 +SHA512 (zchunk-1.3.1.tar.gz) = 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5 diff --git a/zchunk.spec b/zchunk.spec index ec81816..b6724ba 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT @@ -84,6 +84,14 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Tue Apr 4 2023 Jonathan Dieter - 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 - 1.3.0-1 - Add option to generate a zchunk header from an uncompressed file without actually creating a zchunk file From dcd9a506765bb60de6bf1dccd568e9b01e0fb4b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:38:27 +0000 Subject: [PATCH 22/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index b6724ba..8560631 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Apr 4 2023 Jonathan Dieter - 1.3.1-1 - Fix a few low severity security bugs including - An off-by-one overflow when reading compressed integers from a From a04907a0506b6dc38780738c19b75ba6e5e268bf Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Fri, 4 Aug 2023 09:43:30 +0100 Subject: [PATCH 23/35] Update license tag to be SPDX compatible Signed-off-by: Jonathan Dieter --- zchunk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 8560631..23907cc 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -2,7 +2,7 @@ Name: zchunk Version: 1.3.1 Release: 2%{?dist} Summary: Compressed file format that allows easy deltas -License: BSD and MIT +License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc From 5d02b22bacf6a47e9a62e4be22e10169a9b74247 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Thu, 5 Oct 2023 20:10:35 +0100 Subject: [PATCH 24/35] Update to 1.3.2 which fixes a couple of unsigned integer overflow bugs Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e978ff2..be1fdba 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /zchunk-1.2.4.tar.gz /zchunk-1.3.0.tar.gz /zchunk-1.3.1.tar.gz +/zchunk-1.3.2.tar.gz diff --git a/sources b/sources index 9ea5fb2..71255ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.3.1.tar.gz) = 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5 +SHA512 (zchunk-1.3.2.tar.gz) = 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc diff --git a/zchunk.spec b/zchunk.spec index 23907cc..ec7f48e 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.3.1 -Release: 2%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Thu Oct 5 2023 Jonathan Dieter - 1.3.2-1 +- Fix a couple of unsigned integer overflow bugs + * Sat Jul 22 2023 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From b1543e76f39762a80d5b26e929de5edf041ec157 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Tue, 19 Dec 2023 20:10:00 +0000 Subject: [PATCH 25/35] 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 --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be1fdba..ed89fca 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /zchunk-1.3.0.tar.gz /zchunk-1.3.1.tar.gz /zchunk-1.3.2.tar.gz +/zchunk-1.4.0.tar.gz diff --git a/sources b/sources index 71255ae..a3ccf65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.3.2.tar.gz) = 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc +SHA512 (zchunk-1.4.0.tar.gz) = 7fbe50182d46e4e8ce8730959cd97ea39b48dd77d034303435ce15caec194409984d435167d3b55769577d6be6c539573eddd9351f178377a756babc508d6281 diff --git a/zchunk.spec b/zchunk.spec index ec7f48e..e3e5a4c 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.3.2 +Version: 1.4.0 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT @@ -84,6 +84,11 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Tue Dec 19 2023 Jonathan Dieter - 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 - 1.3.2-1 - Fix a couple of unsigned integer overflow bugs From aeaa7ef63585cf676b26c6fc15139accf6ad4ee9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 11:01:47 +0000 Subject: [PATCH 26/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index e3e5a4c..4f692c9 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Dec 19 2023 Jonathan Dieter - 1.4.0-1 - Add native OpenSSL 3 compatibility - Add new function for getting zchunk context from chunk From e3ecab43e798d18082c439a3c0757be2fcab7053 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Wed, 17 Jul 2024 18:58:03 -0700 Subject: [PATCH 27/35] Fix bug when managing different contexts in different threads Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ed89fca..8b56c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /zchunk-1.3.1.tar.gz /zchunk-1.3.2.tar.gz /zchunk-1.4.0.tar.gz +/zchunk-1.5.0.tar.gz diff --git a/sources b/sources index a3ccf65..99a48b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.4.0.tar.gz) = 7fbe50182d46e4e8ce8730959cd97ea39b48dd77d034303435ce15caec194409984d435167d3b55769577d6be6c539573eddd9351f178377a756babc508d6281 +SHA512 (zchunk-1.5.0.tar.gz) = 1ea1a131f7b1d328e6f09efbc63b1a800a23a98de5a0b153a7dd3a44c81527ae5739fbd8112fe0855edf585cb670646a43792baf581e59725bec408348d03c96 diff --git a/zchunk.spec b/zchunk.spec index 4f692c9..f76b285 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.4.0 -Release: 2%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Wed Jul 17 2024 Jonathan Dieter - 1.5.0-1 +- Fix bug when managing different contexts in different threads + * Sat Jan 27 2024 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 2be4318ea8233299707a44aee12d7432aecb8e70 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Fri, 19 Jul 2024 20:38:11 -0700 Subject: [PATCH 28/35] Fix memory leak Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8b56c4c..4aeb1e8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /zchunk-1.3.2.tar.gz /zchunk-1.4.0.tar.gz /zchunk-1.5.0.tar.gz +/zchunk-1.5.1.tar.gz diff --git a/sources b/sources index 99a48b6..f03b857 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.5.0.tar.gz) = 1ea1a131f7b1d328e6f09efbc63b1a800a23a98de5a0b153a7dd3a44c81527ae5739fbd8112fe0855edf585cb670646a43792baf581e59725bec408348d03c96 +SHA512 (zchunk-1.5.1.tar.gz) = ecf37a6529e2df6f5cb4666fd8c9dbb4f4cb2ce69d5c58ab8ba614543d3c39e1b2c7b15d65659fd483efc3c599b2c17124813c9b1212559afd9d32f4bff4f72e diff --git a/zchunk.spec b/zchunk.spec index f76b285..6dfaba1 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,5 +1,5 @@ Name: zchunk -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT @@ -84,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Jul 19 2024 Jonathan Dieter - 1.5.1-1 +- Fix memory leak +- Ensure version is set properly inside zchunk + * Wed Jul 17 2024 Jonathan Dieter - 1.5.0-1 - Fix bug when managing different contexts in different threads From f7bfe945501f62ed74c08ceef26ea6d2c6479149 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:42:50 +0000 Subject: [PATCH 29/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 6dfaba1..b0f5756 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Jonathan Dieter - 1.5.1-1 - Fix memory leak - Ensure version is set properly inside zchunk From a08ff1c9af969affa6b728fdbf0503c00dea2eda Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:16:44 +0000 Subject: [PATCH 30/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index b0f5756..90c10d0 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 19a62d3fb88d134a2d7d8bbd736129d248e6fbdd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 21:06:43 +0000 Subject: [PATCH 31/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 90c10d0..f643722 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 2d8fea98371d659ebb4d506ceb15b4507b488cbd Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Thu, 11 Jun 2026 10:17:34 -0500 Subject: [PATCH 32/35] update to 1.5.3 --- .gitignore | 1 + sources | 2 +- zchunk.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4aeb1e8..c66eb3f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /zchunk-1.4.0.tar.gz /zchunk-1.5.0.tar.gz /zchunk-1.5.1.tar.gz +/zchunk-1.5.3.tar.gz diff --git a/sources b/sources index f03b857..442001d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.5.1.tar.gz) = ecf37a6529e2df6f5cb4666fd8c9dbb4f4cb2ce69d5c58ab8ba614543d3c39e1b2c7b15d65659fd483efc3c599b2c17124813c9b1212559afd9d32f4bff4f72e +SHA512 (zchunk-1.5.3.tar.gz) = 3df33b5cceb1d992dafbadabc334798e8182181c2c30c826365945af4ea245115cbaa0c95080efdcd47f14819fa0ceded03c87a5a64de284d037864bf5b9f639 diff --git a/zchunk.spec b/zchunk.spec index f643722..84c8295 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.5.1 -Release: 4%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Thu Jun 11 2026 Jonathan Wright - 1.5.3-1 +- update to 1.5.3 + * Sat Jan 17 2026 Fedora Release Engineering - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 2788172bfb4f545aaffc1e6e03e3c4545d9f5ad9 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 16:42:06 -0400 Subject: [PATCH 33/35] Rebuilt for openssl 4.0 --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 84c8295..4aaac1d 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Jun 12 2026 Yaakov Selkowitz - 1.5.3-2 +- Rebuilt for openssl 4.0 + * Thu Jun 11 2026 Jonathan Wright - 1.5.3-1 - update to 1.5.3 From c59ec4183a45ed4cb1925e7e22a66c2bc040c284 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:39:16 +0000 Subject: [PATCH 34/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- zchunk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zchunk.spec b/zchunk.spec index 4aaac1d..71de8fd 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 1.5.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT URL: https://github.com/zchunk/zchunk @@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.5.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Fri Jun 12 2026 Yaakov Selkowitz - 1.5.3-2 - Rebuilt for openssl 4.0 From 8f0a8f17ddf73ab52e3fa2a431d9c1affecae582 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Sun, 2 Aug 2026 23:01:23 +0100 Subject: [PATCH 35/35] Update to 1.5.4, fixing a few memory bugs Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c66eb3f..c2decb4 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /zchunk-1.5.0.tar.gz /zchunk-1.5.1.tar.gz /zchunk-1.5.3.tar.gz +/zchunk-1.5.4.tar.gz diff --git a/sources b/sources index 442001d..ca24527 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-1.5.3.tar.gz) = 3df33b5cceb1d992dafbadabc334798e8182181c2c30c826365945af4ea245115cbaa0c95080efdcd47f14819fa0ceded03c87a5a64de284d037864bf5b9f639 +SHA512 (zchunk-1.5.4.tar.gz) = 132a20719fc1d83cf2bda1d0edd49e602f12ecd8081c71f22c1d6f294d52cad2d94e5fde18ad9f4149fd2e0f8c87e587fc92ac1f9278bd348776bae0f58c62e1 diff --git a/zchunk.spec b/zchunk.spec index 71de8fd..53aa940 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 1.5.3 -Release: 3%{?dist} +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 @@ -84,6 +84,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Sun Aug 02 2026 Jonathan Dieter - 1.5.4-1 +- Update to 1.5.4 +- Fix a few memory bugs + * Fri Jul 17 2026 Fedora Release Engineering - 1.5.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild