<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libarchive, branch release/6.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-01-15T15:46:22Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-01-15T15:46:22Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-01-15T15:46:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cd221028ba5e7ada35a0dd196fb642b44f197d1'/>
<id>urn:sha1:5cd221028ba5e7ada35a0dd196fb642b44f197d1</id>
<content type='text'>
'RELENG_6_3_0_RELEASE'.

This commit was manufactured to restore the state of the 6.3-RELEASE image.
</content>
</entry>
<entry>
<title>MFC 1.18: Skip requests use a minimum of 1 byte so that the</title>
<updated>2007-11-02T08:44:11Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-11-02T08:44:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc69c1cb1a884a40d6ea18cbf016b3da73704669'/>
<id>urn:sha1:dc69c1cb1a884a40d6ea18cbf016b3da73704669</id>
<content type='text'>
underlying I/O framework can avoid copying and so that we
avoid a 32-bit overflow issue that was causing bsdtar to
fail when skipping uncompressed tar entries that were an
exact multiple of 4GB.
</content>
</entry>
<entry>
<title>MFC 1.62:    Fix reading of files that use pax 'size' attribute</title>
<updated>2007-10-29T03:29:21Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-10-29T03:29:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=48695d2df4872abccf19a0fac7e911ddd0294afc'/>
<id>urn:sha1:48695d2df4872abccf19a0fac7e911ddd0294afc</id>
<content type='text'>
to store size.  In particular, the pax 'size' attribute is required
for any file over 8G.

This seems to fix tar -cf - | tar -xf - when there are files
over 8G in the heirarchy being copied.
</content>
</entry>
<entry>
<title>MFC: archive_write_set_format_cpio.c 1.12</title>
<updated>2007-10-19T03:50:48Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-10-19T03:50:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db44523dca894f4ffda8a5b42f809a4c7440fa9a'/>
<id>urn:sha1:db44523dca894f4ffda8a5b42f809a4c7440fa9a</id>
<content type='text'>
MFC: archive_write_set_format_cpio_newc.c 1.2

Non-regular files should have zero-length bodies.  libarchive
flags this to clients by updating the entry description when
it writes the header.
</content>
</entry>
<entry>
<title>MFC 1.15:  Return EOF immediately for non-regular files, don't</title>
<updated>2007-10-18T05:19:44Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-10-18T05:19:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e806808c40f1bc34408679cf3f63800d4688c94c'/>
<id>urn:sha1:e806808c40f1bc34408679cf3f63800d4688c94c</id>
<content type='text'>
return an empty block first.  In particular, this fixes a bogus
warning from bsdtar when restoring directories from ZIP archives.

Also, correct the return values at EOF to include the correct
offset.
</content>
</entry>
<entry>
<title>MFC spelling correction.</title>
<updated>2007-09-27T03:47:26Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-09-27T03:47:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a14a7076893b67944e981dc6035170e4516e18c'/>
<id>urn:sha1:6a14a7076893b67944e981dc6035170e4516e18c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.17: Make return values from archive_write_data()</title>
<updated>2007-09-27T03:45:24Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-09-27T03:45:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3dc9a9c808e34f312337c019e7b5cd879affbad6'/>
<id>urn:sha1:3dc9a9c808e34f312337c019e7b5cd879affbad6</id>
<content type='text'>
consistent whether you're writing to an archive or to disk.
</content>
</entry>
<entry>
<title>MFC:  Opportunistic SUID/SGID restore.</title>
<updated>2007-08-25T04:42:01Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-08-25T04:42:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=63dcc9cf334d1a9393bd63f0de338502c45923e9'/>
<id>urn:sha1:63dcc9cf334d1a9393bd63f0de338502c45923e9</id>
<content type='text'>
If owner restore wasn't requested, then SUID/SGID restore
failures caused by owner/group mismatch won't be reported.
</content>
</entry>
<entry>
<title>MFC archive_read_support_format_tar.c 1.61</title>
<updated>2007-08-25T03:49:12Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-08-25T03:49:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=703a90659c62b3a0cfa2422aee835e1cf2b512f4'/>
<id>urn:sha1:703a90659c62b3a0cfa2422aee835e1cf2b512f4</id>
<content type='text'>
This updates the support for GNU tar --posix --sparse archive
entries to be compatible with GNU tar 1.17.
</content>
</entry>
<entry>
<title>MFC 1.2: Fix strict-aliasing warning.</title>
<updated>2007-08-07T04:32:49Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2007-08-07T04:32:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7431304b994304a744203268ff88acbda94e8d0d'/>
<id>urn:sha1:7431304b994304a744203268ff88acbda94e8d0d</id>
<content type='text'>
</content>
</entry>
</feed>
