Merge from vendor branch KIENTZLE:
authorjoerg <joerg>
Sat, 20 Feb 2010 03:50:09 +0000 (03:50 +0000)
committerjoerg <joerg>
Sat, 20 Feb 2010 03:50:09 +0000 (03:50 +0000)
commit9d5197e5261d3386d4cca6fe5a0f4372dde71699
tree84eafe55bff2d49811ae1ebc60ffd0ecddd28531
parent2d278638e40ca631b593fc4fd95eaf6c05fc25fb
parent692c05de848d6ad324043181476827004a02e5b8
Merge from vendor branch KIENTZLE:
Import libarchive 2.8.0:
- Infrastructure:
  - Allow command line tools as fallback for missing compression
    libraries. If compiled without gzip for example, gunzip will
    be used automatically.
  - Improved support for a number of platforms like high-resolution
    timestamps and Extended Attributes on various Unix systems
  - New convience interface for creating archives based on disk content,
    complement of the archive_write_disk interface.
- Frontends:
  - bsdcpio ready for public consumption
  - hand-written date parser replaces the yacc code
- Filter system:
  - Simplified read filter chains
  - Option support for filters
  - LZMA, XZ, uudecode handled
- Format support:
  - Write support for mtree files based on file system or archive
    content
  - Basic read support for Joliet
  - Write support for zip files
  - Write support for shar archives, both text-only and binary-safe