Date: Sun, 11 Mar 2007 10:29:52 +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 Makefile archive.h.in archive_entry.c archive_read_extract.c archive_write.c archive_write_disk.c src/lib/libarchive/test test.h Message-ID: <200703111029.l2BATqmc029772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703111029.l2BATqmc029772>
