mirror of
https://github.com/opnsense/src.git
synced 2026-06-20 22:19:13 -04:00
Update libarchive to 3.2.0 New features: - new bsdcat command-line utility - LZ4 compression (in src only via external utility from ports) - Warc format support - 'Raw' format writer - Zip: Support archives >4GB, entries >4GB - Zip: Support encrypting and decrypting entries - Zip: Support experimental streaming extension - Identify encrypted entries in several formats - New --clear-nochange-flags option to bsdtar tries to remove noschg and similar flags before deleting files - New --ignore-zeros option to bsdtar to handle concatenated tar archives - Use multi-threaded LZMA decompression if liblzma supports it - Expose version info for libraries used by libarchive Patched files (fixed compiler warnings): contrib/libarchive/cat/bsdcat.c (vendor PR #702) contrib/libarchive/cat/bsdcat.h (vendor PR #702) contrib/libarchive/libarchive/archive_read_support_format_mtree.c (PR #701) contrib/libarchive/libarchive_fe/err.c (vendor PR #703) MFC after: 1 month Relnotes: yes |
||
|---|---|---|
| .. | ||
| main.c | ||
| test.h | ||
| test_0.c | ||
| test_basic.c | ||
| test_copy.c | ||
| test_empty_mtree.c | ||
| test_extract.tar.bz2.uu | ||
| test_extract.tar.grz.uu | ||
| test_extract.tar.gz.uu | ||
| test_extract.tar.lrz.uu | ||
| test_extract.tar.lz.uu | ||
| test_extract.tar.lz4.uu | ||
| test_extract.tar.lzma.uu | ||
| test_extract.tar.lzo.uu | ||
| test_extract.tar.xz.uu | ||
| test_extract.tar.Z.uu | ||
| test_extract_tar_bz2.c | ||
| test_extract_tar_grz.c | ||
| test_extract_tar_gz.c | ||
| test_extract_tar_lrz.c | ||
| test_extract_tar_lz.c | ||
| test_extract_tar_lz4.c | ||
| test_extract_tar_lzma.c | ||
| test_extract_tar_lzo.c | ||
| test_extract_tar_xz.c | ||
| test_extract_tar_Z.c | ||
| test_format_newc.c | ||
| test_help.c | ||
| test_leading_slash.c | ||
| test_leading_slash.tar.uu | ||
| test_option_a.c | ||
| test_option_b.c | ||
| test_option_b64encode.c | ||
| test_option_C_upper.c | ||
| test_option_exclude.c | ||
| test_option_gid_gname.c | ||
| test_option_grzip.c | ||
| test_option_H_upper.c | ||
| test_option_j.c | ||
| test_option_k.c | ||
| test_option_keep_newer_files.c | ||
| test_option_keep_newer_files.tar.Z.uu | ||
| test_option_L_upper.c | ||
| test_option_lrzip.c | ||
| test_option_lz4.c | ||
| test_option_lzma.c | ||
| test_option_lzop.c | ||
| test_option_n.c | ||
| test_option_newer_than.c | ||
| test_option_nodump.c | ||
| test_option_O_upper.c | ||
| test_option_older_than.c | ||
| test_option_passphrase.c | ||
| test_option_passphrase.zip.uu | ||
| test_option_q.c | ||
| test_option_r.c | ||
| test_option_s.c | ||
| test_option_s.tar.Z.uu | ||
| test_option_T_upper.c | ||
| test_option_U_upper.c | ||
| test_option_uid_uname.c | ||
| test_option_uuencode.c | ||
| test_option_X_upper.c | ||
| test_option_xz.c | ||
| test_option_z.c | ||
| test_patterns.c | ||
| test_patterns_2.tar.uu | ||
| test_patterns_3.tar.uu | ||
| test_patterns_4.tar.uu | ||
| test_print_longpath.c | ||
| test_print_longpath.tar.Z.uu | ||
| test_stdio.c | ||
| test_strip_components.c | ||
| test_symlink_dir.c | ||
| test_version.c | ||