summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2020-03-02 08:44:58 +0000
committerMartin Matuska <mm@FreeBSD.org>2020-03-02 08:44:58 +0000
commitf55be4fc57f789f634e9476fa73ba3e7d14d8051 (patch)
treed95ed776134cffa1eea2b1e601fb6d2fce298f73 /lib/libarchive
parentfdafb99d81ae0ee65863ba6c419c50b7a39d5b51 (diff)
parent65da968c5ce7595908a244f509658357bf4bc49d (diff)
downloadsrc-test-f55be4fc57f789f634e9476fa73ba3e7d14d8051.tar.gz
src-test-f55be4fc57f789f634e9476fa73ba3e7d14d8051.zip
MFV r358511,r358532:
Sync libarchive with vendor. Relevant vendor changes: Issue #1257: Add testcase for ZIPX files with LZMA_STREAM_END marker PR #1331: cpio.5: fix hard link description Issue #1335: archive_read.c: fix UBSan warning about undefined behavior Issue #1338: XAR reader: fix UBSan warning about undefined behavior Issue #1339: bsdcpio_test: fix datatype in from_hex() Issue #1341: Safe writes: delete temporary file if rename fails. Issue #1341: Safe writes: improve error handling MFC after: 1 week
Notes
Notes: svn path=/head/; revision=358533
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index 92e733708f381..68db403be7b62 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -598,6 +598,7 @@ ${PACKAGE}FILES+= test_read_format_zip_length_at_end.zip.uu
${PACKAGE}FILES+= test_read_format_zip_lzma_alone_leak.zipx.uu
${PACKAGE}FILES+= test_read_format_zip_lzma.zipx.uu
${PACKAGE}FILES+= test_read_format_zip_lzma_multi.zipx.uu
+${PACKAGE}FILES+= test_read_format_zip_lzma_stream_end.zipx.uu
${PACKAGE}FILES+= test_read_format_zip_mac_metadata.zip.uu
${PACKAGE}FILES+= test_read_format_zip_malformed1.zip.uu
${PACKAGE}FILES+= test_read_format_zip_msdos.zip.uu