Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2008 20:09:48 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive archive_entry.c archive_entry.h archive_entry_private.h archive_read_support_format_zip.c archive_write_disk.c src/lib/libarchive/test test_entry.c test_read_format_zip.c test_read_format_zip.zip.uu test_write_disk.c test_write_disk_hardlink.c
Message-ID:  <200811282009.mASK9xT1083349@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2008-11-28 20:09:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7_1)
    lib/libarchive       archive_entry.c archive_entry.h 
                         archive_entry_private.h 
                         archive_read_support_format_zip.c 
                         archive_write_disk.c 
    lib/libarchive/test  test_entry.c test_read_format_zip.c 
                         test_read_format_zip.zip.uu 
                         test_write_disk.c 
                         test_write_disk_hardlink.c 
  Log:
  SVN rev 185409 on 2008-11-28 20:09:48Z by kientzle
  
  MFC 182590,182778,182779,184109:  Support for certain
  archive_entry attributes to be explicitly "unset".
  This fixes a number of issues:
   * Zip archives with "length at end" can now be
     extracted correctly, since the Zip extractor
     can simply mark the size as "unknown."
   * Extract-to-disk can now accurately handle
     cases with partial time information (e.g.,
     mtime is known but not atime)
   * We get more accurate handling of different
     hardlink extraction cases; sometimes a hardlink
     entry has definitive size information and sometimes
     not.
  
  Approved by:    re
  
  Revision       Changes    Path
  1.44.2.3.2.2   +91 -24    src/lib/libarchive/archive_entry.c
  1.23.2.3.2.2   +30 -2     src/lib/libarchive/archive_entry.h
  1.1.4.3.2.2    +8 -2      src/lib/libarchive/archive_entry_private.h
  1.14.2.6.2.2   +10 -4     src/lib/libarchive/archive_read_support_format_zip.c
  1.17.2.11.2.2  +133 -58   src/lib/libarchive/archive_write_disk.c
  1.2.2.2.2.2    +31 -0     src/lib/libarchive/test/test_entry.c
  1.2.2.3.2.2    +8 -1      src/lib/libarchive/test/test_read_format_zip.c
  1.2.2.2.2.2    +10 -9     src/lib/libarchive/test/test_read_format_zip.zip.uu
  1.6.2.4.2.2    +70 -1     src/lib/libarchive/test/test_write_disk.c
  1.1.2.3.2.2    +72 -15    src/lib/libarchive/test/test_write_disk_hardlink.c



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