cvs commit: src/lib/libarchive archive_entry.c archive_entry.h
archive_write_set_format_pax.c
Tim Kientzle
kientzle at FreeBSD.org
Tue Oct 11 20:26:10 PDT 2005
kientzle 2005-10-12 03:26:09 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_entry.c archive_entry.h
archive_write_set_format_pax.c
Log:
In pax interchange format, use UTF8 for writing
link names, usernames, or group names that contain
non-ASCII characters.
In particular, this corrects an inconsistency reported
by Ed Maste when archiving symlinks with odd characters:
long symlinks would get preserved, short ones would
be changed.
Revision Changes Path
1.32 +28 -0 src/lib/libarchive/archive_entry.c
1.18 +4 -0 src/lib/libarchive/archive_entry.h
1.31 +38 -21 src/lib/libarchive/archive_write_set_format_pax.c
More information about the cvs-src
mailing list