cvs commit: src/lib/libarchive archive_write_set_format_pax.c
Tim Kientzle
kientzle at FreeBSD.org
Tue Dec 21 18:35:37 PST 2004
kientzle 2004-12-22 02:35:37 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_write_set_format_pax.c
Log:
Don't truncate major/minor numbers written to the legacy
ustar fields. Later, we're going to permit numeric extensions
for these fields, so we can support large values here. In particular,
this allows GNU tar to correctly extract such entries even
though it doesn't support the pax extended attributes.
Note: r1.18 and r1.17.2.1 of this file allowed similar treatment
of the uid/gid fields.
Thanks to: Ben Mesander
Revision Changes Path
1.24 +15 -3 src/lib/libarchive/archive_write_set_format_pax.c
More information about the cvs-all
mailing list