tools.sh: directly decompress using tar#324
Conversation
Modern tar directly supports compressing and decompressing these formats.
|
The reason behind this is backwards compatibility. Modern tar isn't available everywhere. |
|
Is there any currently supported version of Linux/unix that ships and old version of tar that doesn’t support this? The reason I bring it up is gnu tar 1.22 added support for this and that releases in 2009. Mac OS X 10.9 and later ships BSD tar that also supports this. As the desire is to keep backwards comparability could this extraction be altered to allow the tar methods first then fallback to the current methods? This is part of an attempt to shrink down the requirements for mac, this change and a couple of others gets the requirements down to |
|
Using only
Sure. You can update this PR if you want to. |
|
Sorry gotten sidetracked by other things. Not sure I'll get chance to test on NetBSD to confirm if it's still shipping an ancient version of tar, after confirming the macOS related modifications I'll update this accordingly or just role it into another PR. |
Modern
tardirectly supports compressing and decompressing these formats.