Hello,
I've been tinkering with the tar format limitations and noticed that GNU
tar (as of v1.30) misbehaves when given ustar-format archive created by
bsdtar (from libarchive) and using 32-char long user/group name.
The output is:
$ tar -tvf test.tar
-rw-r--r--
verylongverylongverylongverylon
Hi Micha,
Thanks for the report. I've pushed commit ba472050 to fix that.
Regards,
Sergey
Hi,
Thanks for fixing the previous bug I reported. Sadly, I just managed to
accidentally find another one. When ACL mask restricts effective ACL
entries, getfacl(1) reports the effective permissions as a comment,
e.g.:
user:nobody:rw- #effective:r--
It seems that GNU tar writes
> I just managed to accidentally find another one.
Thanks a lot. Commit 62c0c3a7 fixes this.
Regards,
Sergey