]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Enable Zstandard's checksum feature in the zstd write filter 2678/head
authorMostyn Bramley-Moore <mostyn@antipode.se>
Fri, 20 Jun 2025 12:39:28 +0000 (14:39 +0200)
committerMostyn Bramley-Moore <mostyn@antipode.se>
Fri, 20 Jun 2025 12:42:40 +0000 (14:42 +0200)
commit0de62cbda8a16fd80e708fac034f217c8112bc93
tree646d4098b6bc0bb9d01bbb8c6a521cbcabf932cb
parente4978e2edd2b59ef93304e3534622a0647f05a73
Enable Zstandard's checksum feature in the zstd write filter

Note that this is not enabled when writing .zip or .7z archive formats,
because they already use their own checksums.

Implements #2675.
libarchive/archive_write_add_filter_zstd.c