opnsense-src/contrib/libarchive/tar/test
Martin Matuska ddce862ad8 libarchive: import changes from upstream
Libarchive 3.5.2

New features:
  PR #1502: Support for PWB and v7 binary cpio formats
  PR #1509: Support of deflate algorithm in symbolic link decompression
            for ZIP archives

Important bugfixes:
  IS #1044: fix extraction of hardlinks to symlinks
  PR #1480: Fix truncation of size values during 7zip archive
            extraction on 32bit architectures
  PR #1504: fix rar header skiming
  PR #1514: ZIP excessive disk read - fix location of central directory
  PR #1520: fix double-free in CAB reader
  PR #1521: Fixed leak of rar before ending with error
  PR #1530: Handle short writes from archive_write_callback
  PR #1532: 7zip: Use compression settings from file also for file header
  IS #1566: do not follow symlinks when processing the fixup list

MFC after:	2 weeks
Relnotes:	yes
2021-08-23 03:07:36 +02:00
..
test.h MFV r314565,314567,314570: 2017-03-02 22:59:35 +00:00
test_0.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_basic.c MFV r357783: 2020-02-12 00:16:56 +00:00
test_copy.c MFV r357783: 2020-02-12 00:16:56 +00:00
test_empty_mtree.c
test_extract.tar.bz2.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.grz.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.gz.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.lrz.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.lz.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.lz4.uu MFV r299425: 2016-05-12 10:16:16 +00:00
test_extract.tar.lzma.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.lzo.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.xz.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.Z.uu MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract.tar.zst.uu MFV r324145,324147: 2017-10-01 00:40:23 +00:00
test_extract_tar_bz2.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_grz.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_gz.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_lrz.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_lz.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_lz4.c MFV r299425: 2016-05-12 10:16:16 +00:00
test_extract_tar_lzma.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_lzo.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_xz.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_Z.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_extract_tar_zstd.c MFV r324145,324147: 2017-10-01 00:40:23 +00:00
test_format_newc.c Update libarchive to 3.0.4 2012-07-28 06:38:44 +00:00
test_help.c Set svn:keywords to FreeBSD=%H for contrib/libarchive 2011-12-21 11:13:29 +00:00
test_leading_slash.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_leading_slash.tar.uu MFV r299425: 2016-05-12 10:16:16 +00:00
test_missing_file.c MFV r307214: 2016-10-13 11:40:34 +00:00
test_option_a.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_acls.c MFV r328323,328324: 2018-01-24 14:24:17 +00:00
test_option_b.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_b64encode.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_C_mtree.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_C_upper.c MFV r357783: 2020-02-12 00:16:56 +00:00
test_option_exclude.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_exclude_vcs.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_fflags.c MFV r336851: 2018-07-29 00:12:16 +00:00
test_option_gid_gname.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_grzip.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_H_upper.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_j.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_k.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_keep_newer_files.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_keep_newer_files.tar.Z.uu Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_L_upper.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_lrzip.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_lz4.c MFV r310115,310184: 2016-12-17 02:07:08 +00:00
test_option_lzma.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_lzop.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_n.c MFV r352731: 2019-09-26 01:50:20 +00:00
test_option_newer_than.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_option_nodump.c MFV r314565,314567,314570: 2017-03-02 22:59:35 +00:00
test_option_O_upper.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_older_than.c MFV r248590,248594: 2013-03-22 13:36:03 +00:00
test_option_passphrase.c MFV r299425: 2016-05-12 10:16:16 +00:00
test_option_passphrase.zip.uu MFV r299425: 2016-05-12 10:16:16 +00:00
test_option_q.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_r.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_s.c MFV r357783: 2020-02-12 00:16:56 +00:00
test_option_s.tar.Z.uu Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_safe_writes.c libarchive: import changes from upstream 2021-08-23 03:07:36 +02:00
test_option_T_upper.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_option_U_upper.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_option_uid_uname.c MFV r313071: 2017-02-02 00:50:46 +00:00
test_option_uuencode.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_X_upper.c MFV r299425: 2016-05-12 10:16:16 +00:00
test_option_xattrs.c MFV r352731: 2019-09-26 01:50:20 +00:00
test_option_xz.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_z.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_option_zstd.c MFV r324145,324147: 2017-10-01 00:40:23 +00:00
test_patterns.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_patterns_2.tar.uu
test_patterns_3.tar.uu
test_patterns_4.tar.uu
test_print_longpath.c Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_print_longpath.tar.Z.uu Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
test_stdio.c Merge changes from vendor to address several Coverity issues with 2016-12-12 02:21:56 +00:00
test_strip_components.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_symlink_dir.c MFV r347989: 2019-05-20 12:57:39 +00:00
test_version.c MFV r314565,314567,314570: 2017-03-02 22:59:35 +00:00