]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Do not directly copy mac metadata to the data fork file if the file
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 4 Nov 2012 00:22:28 +0000 (09:22 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 5 Nov 2012 02:27:56 +0000 (11:27 +0900)
commit4d920441d223d4733c4a772a9dc76bd59136f8a3
tree0fcdeda6cacb98799a0629fa37e5118046882271
parent8f7fbd41dd55a2b0ab4808ba3854c1585166c8b9
Do not directly copy mac metadata to the data fork file if the file
is compressed by HFS+ compression through copyfile() because it makes
the file uncompressed.
Makefile.am
libarchive/archive_write_disk_posix.c
libarchive/test/CMakeLists.txt
libarchive/test/test_write_disk_appledouble.c [new file with mode: 0644]
libarchive/test/test_write_disk_appledouble.cpio.gz.uu [new file with mode: 0644]
libarchive/test/test_write_disk_mac_metadata.c [new file with mode: 0644]
libarchive/test/test_write_disk_mac_metadata.tar.gz.uu [new file with mode: 0644]