deno_std
deno_std copied to clipboard
@std/tar: `untar_stream` fails to extract a macos archive with "archive entry has invalid header checksum"
The archive is https://github.com/polyseam/cndi/releases/download/v2.20.0/cndi-mac.tar.gz
and it is generated with deno compile:
ie: deno task build
https://github.com/polyseam/cndi/blob/747d14b16779e761c05d80917c8fc141cdae259b/deno.json#L18
https://github.com/denoland/std/blob/ea8548602e42745c236dbecc21f52105dfe8ea18/tar/untar_stream.ts#L242