]> git.ipfire.org Git - thirdparty/libarchive.git/commit
mtree: Make reading additional information from the fs optional 65/head
authorFlorian Pritz <bluewind@xinu.at>
Sat, 1 Mar 2014 16:21:47 +0000 (17:21 +0100)
committerFlorian Pritz <bluewind@xinu.at>
Sun, 2 Mar 2014 11:22:14 +0000 (12:22 +0100)
commit977bf2a49484239f7a7b6ce08bfa9da413a27ead
tree84a2737061e4978e6bbf9eafd0456e733686ad51
parent6fac2ac3dcb1e2aed5d775d5adb4da0a371f539e
mtree: Make reading additional information from the fs optional

This feature is not needed if users just want to read in the content of
an mtree file and do validation against the file system themselves.

It is needed for `bsdtar cvf out.tar @input.mtree` which is why the
option is enabled in bsdtar.

Since the mtree tests rely on this feature, this patch also enables it
there.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
libarchive/archive_read_support_format_mtree.c
libarchive/test/test_read_format_mtree.c
tar/write.c