Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2007 03:28:29 +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_read_support_format_tar.c
Message-ID:  <200710290328.l9T3STfj091115@repoman.freebsd.org>

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



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