Ignore extended attributes when untarring packages. master
authorPete <pete@debu.gs>
Sat, 18 Nov 2023 00:05:37 +0000 (16:05 -0800)
committerPete <pete@debu.gs>
Sat, 18 Nov 2023 00:05:37 +0000 (16:05 -0800)
commit7b457b978a2dace59f3ab37c1e8c37e36d982db4
tree2d271f12ed9d0add3636f6cdd7bdda4180323eb0
parent8d1ed3fe6d80804450ab345ec62e68d4732a7a01
Ignore extended attributes when untarring packages.

The author of sshfs shoved a bunch of OSX metadata into his tarball, and this
caused bsdtar to exit with an error, despite successfully extracting the files.
In general, it seems unwise to respect external filesystem metadata in a
tarball you get from the internet.
pkgmk.in