Date: Fri, 28 Nov 2008 20:08:47 +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: <200811282008.mASK8wKK083242@repoman.freebsd.org>
index | next in thread | raw e-mail
kientzle 2008-11-28 20:08:47 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
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 185408 on 2008-11-28 20:08:47Z 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.4 +91 -24 src/lib/libarchive/archive_entry.c
1.23.2.4 +30 -2 src/lib/libarchive/archive_entry.h
1.1.4.4 +8 -2 src/lib/libarchive/archive_entry_private.h
1.14.2.7 +10 -4 src/lib/libarchive/archive_read_support_format_zip.c
1.17.2.12 +133 -58 src/lib/libarchive/archive_write_disk.c
1.2.2.3 +31 -0 src/lib/libarchive/test/test_entry.c
1.2.2.4 +8 -1 src/lib/libarchive/test/test_read_format_zip.c
1.2.2.3 +10 -9 src/lib/libarchive/test/test_read_format_zip.zip.uu
1.6.2.5 +70 -1 src/lib/libarchive/test/test_write_disk.c
1.1.2.4 +72 -15 src/lib/libarchive/test/test_write_disk_hardlink.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811282008.mASK8wKK083242>
