Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 02:35:37 +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_write_set_format_pax.c
Message-ID:  <200412220235.iBM2Zbkj002643@repoman.freebsd.org>

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



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