cvs commit: src/lib/libarchive archive_read_support_format_tar.c

Tim Kientzle kientzle at FreeBSD.org
Sun Oct 28 20:28:29 PDT 2007


kientzle    2007-10-29 03:28:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    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.
  
  Approved by: re (Ken Smith)
  
  Revision  Changes    Path
  1.61.2.1  +21 -7     src/lib/libarchive/archive_read_support_format_tar.c


More information about the cvs-src mailing list