Changelog for
libzck1-1.4.0-2.1.x86_64.rpm :
* Tue Feb 20 2024 pgajdosAATTsuse.com- remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476]
* Mon Jan 15 2024 Dirk Müller
- update to 1.4.0:
* Rework hash code to support openSSL 3.x EVP API
* memory leak fix
* tests for invalid zchunk files
* More statistics in zchunk_delta_info
* avoid infinite loop under certain conditions
* Add zck_get_chunk_ctx function to get context from chunk
* Sat Oct 14 2023 Dirk Müller - update to 1.3.2:
* Handle overflow errors in malformed zchunk files
* Sun Jun 11 2023 Dirk Müller - update to 1.3.1:
* Fix read off-by-one bug in compressed int function
* Handle read-data errors correctly
* Ensure memory is freed when zrealloc is called with size 0
* Mon Mar 27 2023 Dirk Müller - update to 1.3.0:
* Add ZCK_NO_WRITE option to disable writing to a file
* meson: Use global function in argp check
* Sun Feb 19 2023 Bernhard Wiedemann - update to 1.2.4:
* Update tests to handle zstd 1.5.4
* Mon Oct 24 2022 Dirk Müller - update to 1.2.3:
* Remove meson deprecation warning
* Add license scan report and status
* test/zck_cmp_uncomp: fix printf format types
* meson: add option to build without docs
* zck: declare write_data as static
* Fri Apr 22 2022 Ferdinand Thiessen - Update to version 1.2.2
* Turn off EOL handling for the
*.zck test files.
* Let the tests also pass with libzstd-1.4.10.
* Thu Apr 14 2022 Ferdinand Thiessen - Update to version 1.2.1
* Better error detection
* Add support for specifying compression-format in zck
* zck: add option to select chunk hash
* Fix testsuite: Add expected sha256sums for zstd 1.5.1+
* Fix memory leaks
* Various bug fixes- Drop upstream merged zstd-1.5.1.patch
* Mon Jan 03 2022 Dirk Müller - add zstd-1.5.1.patch (gh#zchunk/zchunk/57)
* Thu Jun 24 2021 Ferdinand Thiessen - Update to version 1.1.16
* Fix major bug when compressing with dictionary
* Fri May 21 2021 Ismail Dönmez - Update to version 1.1.14
* Final fixes for zstd 1.5 support
* Sat May 15 2021 Ismail Dönmez - Update to version 1.1.12
* Update testsuite for zstd 1.5
* Mon May 03 2021 Ferdinand Thiessen - Update to version 1.1.11
* Fix memory leak of zck->prep_digest
* Fix argp detection
* Handle certain rare web servers that don\'t start with \\r\
- Drop upstream merged fix-test-argp.patch
* Mon Apr 26 2021 Ferdinand Thiessen - Update to version 1.1.9
* Handle zstd 1.4.7+
* Update documentation
* unzck: require a
*.zck extension
* General bug fixes- Dropped upstream merged d2eae512bee09a4047cfe586de12f644d73b0736.patch- Add fix-test-argp.patch: Fix argp detection
* Mon Jan 04 2021 Dominique Leuenberger - Add d2eae512bee09a4047cfe586de12f644d73b0736.patch: Fix build with zstd 1.4.7+.