-
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 05 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 04 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