aboutsummaryrefslogtreecommitdiff
path: root/contrib/libarchive/README.md
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2019-06-12 13:34:12 +0000
committerMartin Matuska <mm@FreeBSD.org>2019-06-12 13:34:12 +0000
commitfae5c36e4c7198d1c86ad3e35eaa470d485a937b (patch)
tree454b9771218555ae8a9c26d4b68c9714fbaf008c /contrib/libarchive/README.md
parent2e01fdb266a6fe3052d03974bd0a7e494077c12f (diff)
parent67e87fe612adae8fa61bc9f81274099c292fa8d9 (diff)
downloadsrc-fae5c36e4c7198d1c86ad3e35eaa470d485a937b.tar.gz
src-fae5c36e4c7198d1c86ad3e35eaa470d485a937b.zip
MFV r348971,r348977:
Sync libarchive with vendor. Relevant vendor changes: - check_symlinks_fsobj() without chdir() and fchdir() - bsdtar.1 manpage fixes - patches from OpenBSD to libarchive_fe/passphrase.c - version bumped to 3.4.0 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=348993
Diffstat (limited to 'contrib/libarchive/README.md')
-rw-r--r--contrib/libarchive/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libarchive/README.md b/contrib/libarchive/README.md
index df19125f9030..2912b3d0a61e 100644
--- a/contrib/libarchive/README.md
+++ b/contrib/libarchive/README.md
@@ -81,6 +81,7 @@ Currently, the library automatically detects and reads the following fomats:
* Binary cpio (big-endian or little-endian)
* ISO9660 CD-ROM images (with optional Rockridge or Joliet extensions)
* ZIP archives (with uncompressed or "deflate" compressed entries, including support for encrypted Zip archives)
+ * ZIPX archives (with support for bzip2, ppmd8, lzma and xz compressed entries)
* GNU and BSD 'ar' archives
* 'mtree' format
* 7-Zip archives