summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2020-02-12 00:16:56 +0000
committerMartin Matuska <mm@FreeBSD.org>2020-02-12 00:16:56 +0000
commitf976241773df2260e6170317080761d1c5814fe5 (patch)
tree54f5542b0aa484dd101e9ce28efa8ec89d5f94f8 /lib/libarchive
parent519aaa1500cf304a91277926d5829a1551f84466 (diff)
parent8185c4ae244f9a52ad987b36e7d6300500054d00 (diff)
downloadsrc-test-f976241773df2260e6170317080761d1c5814fe5.tar.gz
src-test-f976241773df2260e6170317080761d1c5814fe5.zip
MFV r357783:
Update libarchive to 3.4.2 Relevant vendor changes: PR #1289: atomic extraction support (bsdtar -x --safe-writes) PR #1308: big endian fix for UTF16 support in LHA reader PR #1326: reject RAR5 files that declare invalid header flags Issue #987: fix support 7z archive entries with Delta filter Issue #1317: fix compression output buffer handling in XAR writer Issue #1319: fix uname or gname longer than 32 characters in pax writer Issue #1325: fix use after free when archiving hardlinks in ISO9660 or XAR Use localtime_r() and gmtime_r() instead of localtime() and gmtime() X-MFC-With: r356212,r356365,r356416 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=357785
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index c922af71f3552..92e733708f381 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -433,6 +433,8 @@ ${PACKAGE}FILES+= test_read_format_7zip_copy_2.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_deflate.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_delta_lzma1.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_delta_lzma2.7z.uu
+${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma1.7z.uu
+${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma2.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_empty_archive.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_empty_file.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_encryption.7z.uu
@@ -525,6 +527,7 @@ ${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_arm_filter_on_window_boundary.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu
+${PACKAGE}FILES+= test_read_format_rar5_block_size_is_too_small.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_different_solid_window_size.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu