<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libarchive, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-03-02T05:37:10Z</updated>
<entry>
<title>MFC 1.8:  Correctly skip gzip "Extra Data" field, fixing bsdtar (and</title>
<updated>2005-03-02T05:37:10Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-03-02T05:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8bd7c8a7cd615aa09344bec9fe04287c70a44161'/>
<id>urn:sha1:8bd7c8a7cd615aa09344bec9fe04287c70a44161</id>
<content type='text'>
hence pkg_add) for signed packages.
</content>
</entry>
<entry>
<title>MFC: Sync libarchive with -CURRENT.</title>
<updated>2005-02-25T05:10:23Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2005-02-25T05:10:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fae62f4482c777aa46b5a8dafdeaf6288bfabecd'/>
<id>urn:sha1:fae62f4482c777aa46b5a8dafdeaf6288bfabecd</id>
<content type='text'>
This brings a number of new features (iso9660 and ZIP support),
some important bug fixes and a number of documentation enhancements.

All in time for 5.4. ;-)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5'.</title>
<updated>2005-02-18T03:22:38Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-02-18T03:22:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f6c8a8de106291f442c3b553dd0b242e75204c2'/>
<id>urn:sha1:5f6c8a8de106291f442c3b553dd0b242e75204c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.29: Tune bidding for tar archives to improve</title>
<updated>2004-12-29T23:17:33Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-12-29T23:17:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c47a6abb0ab12173eb85bec466864bfff77316e'/>
<id>urn:sha1:4c47a6abb0ab12173eb85bec466864bfff77316e</id>
<content type='text'>
heuristic for deciding whether a hardlink entry with
non-zero size really has a body or not.
</content>
</entry>
<entry>
<title>MFC: Synchronize libarchive with -current.</title>
<updated>2004-12-22T00:01:55Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-12-22T00:01:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4cf45adfa9536430c1dbb77fcc1e933010bfb03e'/>
<id>urn:sha1:4cf45adfa9536430c1dbb77fcc1e933010bfb03e</id>
<content type='text'>
Among other fixes:
  * Corrected handling of write errors,
    use consistent error return values throughout.
  * Correct assembly/disassembly of major/minor device
    numbers so that very large minor numbers don't
    result in incorrect major numbers.
  * Allow tar format to read a non-existent file.
    (It will be treated as empty.)  This allows
    bsdtar -r/-u to work with empty files.
  * Update some comments/documentation, prune out
    some dead code, other minor changes.
</content>
</entry>
<entry>
<title>MFC r1.5: Remove some stdio dependencies.</title>
<updated>2004-12-21T19:52:34Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-12-21T19:52:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7da00c2fabba6285ed82bde0058c46192b87a86'/>
<id>urn:sha1:b7da00c2fabba6285ed82bde0058c46192b87a86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.18:  Use pax extensions for uid/gid &gt;= 1&lt;&lt;18, but clip</title>
<updated>2004-09-21T03:38:06Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-09-21T03:38:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2f1adf5f6630009bc201a000f1231f04e075c9fe'/>
<id>urn:sha1:2f1adf5f6630009bc201a000f1231f04e075c9fe</id>
<content type='text'>
values that must remain ustar compatible to less than this limit.
This fixes an internal assertion failure triggered by large uid/gid.
Approved by: re (Scott Long)
</content>
</entry>
<entry>
<title>MFC 1.27: The "regular-file-plus-trailing-slash-equals-dir" convention</title>
<updated>2004-09-10T04:30:24Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-09-10T04:30:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=38d5bbcf51c5d60f59d94b865791ee570b7ce6f9'/>
<id>urn:sha1:38d5bbcf51c5d60f59d94b865791ee570b7ce6f9</id>
<content type='text'>
should be checked only after the full header is read, including any
extensions; otherwise regular files in GNU tar archives with '/' as the
100th char get treated as directories.
Approved by: re@ (Ken Smith)
</content>
</entry>
<entry>
<title>MFC: Correct the handling of the dynamically-generated .h file</title>
<updated>2004-09-09T05:42:22Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-09-09T05:42:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be5742d42cf7a4b1f5b1b726cf3399e656af3c8a'/>
<id>urn:sha1:be5742d42cf7a4b1f5b1b726cf3399e656af3c8a</id>
<content type='text'>
Approved by: re (Ken Smith)
</content>
</entry>
<entry>
<title>MFC archive_read_extract.c 1.35:</title>
<updated>2004-09-02T04:00:12Z</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-09-02T04:00:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f59b8628638596b98f0c96bf9c1bcc0067709ce'/>
<id>urn:sha1:3f59b8628638596b98f0c96bf9c1bcc0067709ce</id>
<content type='text'>
   Cache uid-from-uname and gid-from-gname lookups during extraction
Approved by: re (Ken Smith)
</content>
</entry>
</feed>
