rmyorston / busybox-w32

WIN32 native port of BusyBox.
https://frippery.org/busybox
Other
670 stars 124 forks source link

Add blake checksum, xxhash checksum and zstd decompression #397

Closed ur4t closed 4 months ago

ur4t commented 4 months ago

This PR tries to add blake checksum, xxhash checksum and zstd decompression into busybox.

Files in archival/libarchive/zstd/** and libbb/hashes/** are copied from upstream repos.

I have no idea how to measure sizes of those applets, so emplace some UNKNOWN_SIZE placeholders.

rmyorston commented 4 months ago

This was previously discussed (at least, as regards zstd) in issue #293.

In general, features that aren't specific to the Windows port should go to upstream BusyBox first.

ur4t commented 4 months ago

@rmyorston Thanks! It seems that adding zstd support has been shelved in the upstream discussion thread. I will close this PR.