freebsd-nq/tar/test
Martin Matuska 8e97bbedae Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57
Relevant vendor changes:
Issue #795: XAR - do not try to add xattrs without an allocated name
PR #812: non-recursive option for extract and list
PR #958: support reading metadata from compressed files
PR #999: add --exclude-vcs option to bsdtar
Issue #1062: treat empty archives with a GNU volume header as valid
PR #1074: Handle ZIP files with trailing 0s in the extra fields
          (Android APK archives)
PR #1109: Ignore padding in Zip extra field data (Android APK archives)
PR #1167: fix problems related to unreadable directories
Issue #1168: fix handling of strtol() and strtoul()
PR #1172: RAR5 - fix invalid window buffer read in E8E9 filter
PR #1174: ZIP reader - fix of MSZIP signature parsing
PR #1175: gzip filter - fix reading files larger than 4GB from memory
PR #1177: gzip filter - fix memory leak with repeated header reads
PR #1180: ZIP reader - add support for Info-ZIP Unicode Path Extra Field
PR #1181: RAR5 - fix merge_block() recursion
          (OSS-Fuzz 12999, 13029, 13144, 13478, 13490)
PR #1183: fix memory leak when decompressing ZIP files with LZMA
PR #1184: fix RAR5 OSS-Fuzz issues 12466, 14490, 14491, 12817
  OSS-Fuzz 12466: RAR5 - fix buffer overflow when parsing huffman tables
  OSS-Fuzz 14490, 14491: RAR5 - fix bad shift-left operations
  OSS-Fuzz 12817: RAR5 - handle a case with truncated huffman tables
PR #1186: RAR5 - fix invalid type used for dictionary size mask
          (OSS-Fuzz 14537)
PR #1187: RAR5 - fix integer overflow (OSS-Fuzz 14555)
PR #1190: RAR5 - RAR5 don't try to unpack entries marked as directories
          (OSS-Fuzz 14574)
PR #1196: RAR5 - fix a potential SIGSEGV on 32-bit builds
OSS-Fuzz 2582: RAR - fix use after free if there is an invalid entry
OSS-Fuzz 14331: RAR5 - fix maximum owner name length
OSS-Fuzz 13965: RAR5 - use unsigned int for volume number + range check

Additional RAR5 reader changes:
  - support symlinks, hardlinks, file owner, file group, versioned files
  - change ARCHIVE_FORMAT_RAR_V5 to 0x100000
  - set correct mode for readonly directories
  - support readonly, hidden and system Windows file attributes

NOTE: a version bump of libarchive will happen in the following days
2019-05-20 12:32:00 +00:00
..
CMakeLists.txt Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_0.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_basic.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_copy.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_empty_mtree.c Vendor import of libarchive (release/2.8, r3824) 2011-12-20 22:47:56 +00:00
test_extract_tar_bz2.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_grz.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_gz.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_lrz.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_lz4.c Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0) 2016-05-11 10:19:44 +00:00
test_extract_tar_lz.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_lzma.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_lzo.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_xz.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_Z.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract_tar_zstd.c Update vendor/libarchive to git 92366744a52f3fa83c3899e375e415a5080a05f2 2017-09-30 23:33:19 +00:00
test_extract.tar.bz2.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.grz.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.gz.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.lrz.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.lz4.uu Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0) 2016-05-11 10:19:44 +00:00
test_extract.tar.lz.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.lzma.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.lzo.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.xz.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.Z.uu Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_extract.tar.zst.uu Update vendor/libarchive to git 92366744a52f3fa83c3899e375e415a5080a05f2 2017-09-30 23:33:19 +00:00
test_format_newc.c Update libarchive's vendor dist to version 3.0.4 from release branch. 2012-07-27 08:24:12 +00:00
test_help.c Vendor import of libarchive (release/2.8, r3824) 2011-12-20 22:47:56 +00:00
test_leading_slash.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_leading_slash.tar.uu Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0) 2016-05-11 10:19:44 +00:00
test_missing_file.c Update vendor/libarchive to git e3bdbbf3475c3abf264e563c753a20972095665e 2016-10-13 11:34:23 +00:00
test_option_a.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_acls.c Update libarchive to git 2d9156bb3ad92c43c1e81546f4a2c21549ba248f 2018-01-24 11:01:12 +00:00
test_option_b64encode.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_b.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_C_mtree.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_option_C_upper.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_exclude_vcs.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_option_exclude.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_fflags.c Update vendor/libarchive/dist to git 2c8c83b9731ff822fad6cc8c670ea5519c366a14 2018-07-28 23:47:22 +00:00
test_option_gid_gname.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_grzip.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_H_upper.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_option_j.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_k.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_keep_newer_files.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_keep_newer_files.tar.Z.uu Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_L_upper.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_option_lrzip.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_lz4.c Update vendor/libarchive to git to 30528ed7a9f479f1c363ee8cfa1c5eb4c7d9be10 2016-12-15 15:35:53 +00:00
test_option_lzma.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_lzop.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_n.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_option_newer_than.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_option_nodump.c Update vendor/libarchive to git a15c7f7b496ba4cefbcaf6f8ac637db4f3009a58 2017-03-02 21:13:25 +00:00
test_option_O_upper.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_older_than.c Update libarchive's vendor dist to version 3.1.2 from release branch. 2013-03-21 18:59:02 +00:00
test_option_passphrase.c Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0) 2016-05-11 10:19:44 +00:00
test_option_passphrase.zip.uu Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0) 2016-05-11 10:19:44 +00:00
test_option_q.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_r.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_s.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_option_s.tar.Z.uu Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_T_upper.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_option_U_upper.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_option_uid_uname.c Update vendor/libarchive to git d77b577b2d5aa259fca06313c4940e1e61ab1e0e 2017-02-02 00:20:18 +00:00
test_option_uuencode.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_X_upper.c Update vendor/libarchive/dist to git commit 61c56e5 (post 3.2.0) 2016-05-11 10:19:44 +00:00
test_option_xattrs.c Update vendor/libarchive to git 500a62194a1faafaffd286f6da50633e86587f3c 2017-04-03 12:22:55 +00:00
test_option_xz.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_z.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_option_zstd.c Update vendor/libarchive to git 92366744a52f3fa83c3899e375e415a5080a05f2 2017-09-30 23:33:19 +00:00
test_patterns_2.tar.uu Vendor import of libarchive (release/2.8, r3824) 2011-12-20 22:47:56 +00:00
test_patterns_3.tar.uu Vendor import of libarchive (release/2.8, r3824) 2011-12-20 22:47:56 +00:00
test_patterns_4.tar.uu Vendor import of libarchive (release/2.8, r3824) 2011-12-20 22:47:56 +00:00
test_patterns.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_print_longpath.c Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_print_longpath.tar.Z.uu Update vendor libarchive dist to new "release" branch (post 3.0.3) 2012-02-08 12:53:14 +00:00
test_stdio.c Merge PR to address tar/test coverity issues 2016-12-12 02:11:30 +00:00
test_strip_components.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_symlink_dir.c Update vendor/libarchive/dist to git b5818e39e128eca4951e2ab10467d4d850a2ba57 2019-05-20 12:32:00 +00:00
test_version.c Update vendor/libarchive to git d6b1bb9f7ea7bc153b7356e8e345c9e48005821a 2017-03-02 21:02:17 +00:00
test_windows.c Update vendor/libarchive to git 2d2b3e928605f795515b03f060fd638c265b0778 2016-12-01 15:39:33 +00:00
test.h Update vendor/libarchive to git d6b1bb9f7ea7bc153b7356e8e345c9e48005821a 2017-03-02 21:02:17 +00:00