summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/COPYING
AgeCommit message (Collapse)AuthorFilesLines
2016-06-20Update for libarchive 3.2.1.joerg1-3/+2
2015-01-17Changes 3.1.2:adam1-2/+2
This is a maintenance update to fix issues with the new RAR seeking feature. This new release also contains fixes for build failures when building libarchive using Visual Studio 2012 and MinGW.
2010-02-20Merge again...joerg1-0/+60
2010-02-20Mergejoerg1-60/+0
2010-02-20Import libarchive 2.8.0:joerg1-2/+2
- 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
2008-05-25Import libarchive-2.5.4b. Major changes:joerg1-3/+37
- much improved mtree support - fix a number of non-exploitable integer and buffer overflows - bsdtar get -s and SIGINFO/SIGUSR1 support - fix hardlink extraction bug where latter hardlinks would overwrite the permissions of earlier entries even when they don't carry data - fix bsdtar crashes on entries with empty filenames
2007-08-03Import libarchive-2.2.5 with three modifications sent upstream:joerg1-0/+26
- optional building of bsdtar - optional dynamic linkage of bsdtar - fixed libtool use for bsdtar linkage - include of pre-built getdate.c