cvs commit: src/lib/libarchive Makefile archive.h.in archive_entry.c archive_read_extract.c archive_write.c archive_write_disk.c src/lib/libarchive/test test.h

Tim Kientzle kientzle at FreeBSD.org
Sun Mar 11 10:29:53 UTC 2007


kientzle    2007-03-11 10:29:52 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       Makefile archive.h.in archive_entry.c 
                         archive_read_extract.c archive_write.c 
                         archive_write_disk.c 
    lib/libarchive/test  test.h 
  Log:
  Libarchive 2.0.23:
     * The ACL formatter was mis-formatting entries which had a
       user/group ID but no name.  Make the parser tolerant of
       these, so that old archives can be correctly restored;
       fix the formatter to generate correct entries.
     * Fix overwrite detection by introducing a new "FAILED" return
       code that indicates the current entry cannot be continued
       but the archive as a whole is still sound.
     * Header cleanup:  Remove some unused headers, add some that
       are required with new Linux systems.
  
  Revision  Changes    Path
  1.60      +1 -1      src/lib/libarchive/Makefile
  1.40      +2 -0      src/lib/libarchive/archive.h.in
  1.40      +129 -116  src/lib/libarchive/archive_entry.c
  1.54      +0 -38     src/lib/libarchive/archive_read_extract.c
  1.25      +1 -1      src/lib/libarchive/archive_write.c
  1.2       +4 -1      src/lib/libarchive/archive_write_disk.c
  1.2       +8 -0      src/lib/libarchive/test/test.h


More information about the cvs-src mailing list