summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-05-26libarchive: Update to 3.4.3nia217-2467/+3695
Libarchive 3.4.3 is a feature and bugfix release. New features: support for pzstd compressed files (#1357) support for RHT.security.selinux tar extended attribute (#1348) Important bugfixes: various zstd fixes and improvements (#1342 #1352 #1359) child process handling fixes (#1372) Libarchive 3.4.2 is a feature and security release. New features: support for atomic file extraction (bsdtar -x --safe-writes) (#1289) support for mbed TLS (PolarSSL) (#1301) Important bugfixes: security fixes in RAR5 reader (#1280 #1326) compression buffer fix in XAR writer (#1317) fix uname and gname longer than 32 characters in PAX writer (#1319) fix segfault when archiving hard links in ISO9660 and XAR writers (#1325) fix support for extracting 7z archive entries with Delta filter (#987) Libarchive 3.4.1 is a feature and security release. New features: Unicode filename support for reading lha/lzh archives New pax write option "xattrhdr" Important bugfixes: security fixes in wide string processing (#1276 #1298) security fixes in RAR5 reader (#1212 #1217 #1296) security fixes and optimizations to write filter logic (#351) security fix related to use of readlink(2) (1dae5a5) sparse file handling fixes (#1218 #1260) Thanks to all contributors and bug reporters. Special thanks to Christos Zoulas (@zoulasc) from NetBSD for the atomic file extraction feature.
2019-09-22Update for libarchive-3.4.0:joerg156-1290/+1280
- improvements for Android APK and JAR archives - better support for non-recursive list and extract - tar --exclude-vcs support - fixes for file attributes and flags handling - zipx support - rar 5.0 reader
2019-09-22Import libarchive 3.4.0joerg7-6/+221
2019-04-10libarchive: updated to 3.3.3adam99-145/+281
libarchive 3.3.3: Avoid super-linear slowdown on malformed mtree files Many fixes for building with Visual Studio NO_OVERWRITE doesn't change existing directory attributes New support for Zstandard read and write filters
2017-08-01Merge for libarchive-3.3.2.joerg175-4250/+4052
2017-08-01Import libarchive-3.3.2 + 9de5f3 + f9dacbf:joerg9-45/+45
- Support NFS4 ACLs on Linux - Bugfixes
2017-02-25Merge libarchive-3.3.1.joerg159-2993/+4279
2017-02-25Import libarchive-3.3.1.joerg18-327/+327
2016-06-20Update for libarchive 3.2.1.joerg72-722/+1480
2016-06-20Import libarchive-3.2.1:joerg120-653/+2134
- security fixes and other bugfixes - support for multhreading in xz 5.2+
2015-01-17Changes 3.1.2:adam213-24246/+30404
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-07-09Merge libarchive-2.8.4joerg4-8/+6
2010-07-09Import libarchive-2.8.4:joerg46-8369/+14693
- Improved reliability of hash function detection - Fix issues on ancient FreeBSD, QNX, ancient NetBSD and Minix
2010-03-16Mergejoerg1-1/+1
2010-03-16libarchive-2.8.3: Build fix for Linuxjoerg43-14680/+8352
2010-03-14Merge.joerg1-2/+2
2010-03-14libarchive-2.8.2:joerg43-8366/+14694
- 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-20Merge again...joerg17-0/+7028
2010-02-20Mergejoerg30-10823/+0
2010-02-20Import libarchive 2.8.0:joerg78-2489/+18407
- 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:joerg14-58/+279
- 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-04-25Import libarchive-2.5.1b.joerg4-26/+26
2008-03-29Import libarchive-2.5.0b.joerg14-206/+383
2008-02-26Import libarchive-2.4.13. This brings a number of bugfixes, support forjoerg30-2516/+7583
more ZIP archives and a more complete cpio frontend.
2007-11-30Import libarchive-2.4.0joerg26-0/+9057