cvs commit: src/lib/libarchive archive_read_support_format_tar.c
Tim Kientzle
kientzle at FreeBSD.org
Sun Oct 28 20:29:26 PDT 2007
kientzle 2007-10-29 03:29:21 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libarchive archive_read_support_format_tar.c
Log:
MFC 1.62: Fix reading of files that use pax 'size' attribute
to store size. In particular, the pax 'size' attribute is required
for any file over 8G.
This seems to fix tar -cf - | tar -xf - when there are files
over 8G in the heirarchy being copied.
Revision Changes Path
1.32.2.9 +21 -7 src/lib/libarchive/archive_read_support_format_tar.c
More information about the cvs-src
mailing list