summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-09-22Import libarchive 3.4.0KIENTZLEjoerg1-2/+67
2019-09-22Import libarchive-3.3.3 as should have done originally.joerg1-0/+18
2017-08-01Import libarchive-3.3.2 + 9de5f3 + f9dacbf:joerg1-1/+25
- Support NFS4 ACLs on Linux - Bugfixes
2017-02-25Import libarchive-3.3.1.joerg1-12/+44
2016-06-20Import libarchive-3.2.1:joerg1-405/+1024
- security fixes and other bugfixes - support for multhreading in xz 5.2+
2010-07-09Import libarchive-2.8.4:joerg1-0/+4
- Improved reliability of hash function detection - Fix issues on ancient FreeBSD, QNX, ancient NetBSD and Minix
2010-03-14libarchive-2.8.2:joerg1-0/+1
- Fix NULL deference for short self-extracting zip archives - Don't dereference symlinks on Linux when reading ACLs - Better detection of SHA2 support for old OpenSSL versions - Fix parsing of input files for bsdtar -T - Do not leak setup_xattr into the global namespace - Fix build when an older libarchive is already installed - Use O_BINARY opening files in bsdtar - Include missing archive_crc32.h - Correctly include iconv.h required by libxml2
2010-02-20Import libarchive 2.8.0:joerg1-51/+244
- 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-07-14Import libarchive-2.5.5.joerg1-1/+3
2008-05-25Import libarchive-2.5.4b. Major changes:joerg1-21/+31
- 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
2008-03-29Import libarchive-2.5.0b.joerg1-87/+11
2008-03-15libarchive-2.4.14:joerg1-1/+1
Fix mix-up of gname and uname on one place when writing pax archives. Reported by tron@.
2008-02-26Import libarchive-2.4.13. This brings a number of bugfixes, support forjoerg1-36/+182
more ZIP archives and a more complete cpio frontend.
2007-11-30Import libarchive-2.4.0joerg1-31/+124
2007-09-15Import libarchive-2.2.8joerg1-6/+37
2007-08-13Update in-tree libarchive to 2.2.6. This merges the local changesjoerg1-8/+15
and some bugfixes from FreeBSD.
2007-08-03Import libarchive-2.2.5 with three modifications sent upstream:joerg1-0/+218
- optional building of bsdtar - optional dynamic linkage of bsdtar - fixed libtool use for bsdtar linkage - include of pre-built getdate.c