]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Libarchive 2.0.23:
authorkientzle <kientzle@FreeBSD.org>
Sun, 11 Mar 2007 10:29:52 +0000 (10:29 +0000)
committerkientzle <kientzle@FreeBSD.org>
Sun, 11 Mar 2007 10:29:52 +0000 (10:29 +0000)
commitc533ace5debb7bd4b941d9cb5ab620dc140cf83f
tree2deb823f3313d605e925a0e66c615bbb45f0f5fd
parent34561352cbc954916132a5235b0cfbca17080003
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.
lib/libarchive/Makefile
lib/libarchive/archive.h.in
lib/libarchive/archive_entry.c
lib/libarchive/archive_read_extract.c
lib/libarchive/archive_write.c
lib/libarchive/archive_write_disk.c
lib/libarchive/test/test.h