- Add d2eae512bee09a4047cfe586de12f644d73b0736.patch: Fix build
with zstd 1.4.7+.
The patch is what makes up version 1.1.9 (diff to 1.1.8), but the full upgrade
will take more time of the actual maintainers, as there are new dependencies
to a package we don't even have yet (argp) - so I opted, in a quick attempt
to get zstd 1.4.7 ready, to just add the patch. Feel free to decline and
do the full upgrade
OBS-URL: https://build.opensuse.org/request/show/860094
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=25
+ Use hash table for finding identical chunks, speeding up process
considerably
+ Add test case to verify that identical chunk checking is working
+ Turn off some tests for big-endian architectures since zstd
isn't deterministic on them
+ 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
+ Switch from optional flags to more robust optional elements
+ Sanity check hex hashes passed in as an option
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=15
+ Fix small bug where creating a zck_dl context fails when zck
context is NULL
+ Fix security bugs found by Coverity
+ Fix test failures for zstd <= 1.3.4
+ Add gen_xml_dictionary to libexecdir with zck_ prefix
+ Fix intermittent bug where auto-chunking wasn't deterministic
+ ABI (but not API change) - Use bool from stdbool.h
+ Allow specification of output file in zck
+ Set minimum and maximum chunk sizes for both automatic and
manual chunking
+ New error handling functions
+ File format changes
+ API changes
- Make requirements between subpackages stricter to avoid issues
due to inter-subpackage ABI/API changes
OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=10