Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2005 03:26:09 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_entry.c archive_entry.h archive_write_set_format_pax.c
Message-ID:  <200510120326.j9C3Q9ja095243@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510120326.j9C3Q9ja095243>