diff options
author | Martin Matuska <mm@FreeBSD.org> | 2020-03-02 08:44:58 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2020-03-02 08:44:58 +0000 |
commit | f55be4fc57f789f634e9476fa73ba3e7d14d8051 (patch) | |
tree | d95ed776134cffa1eea2b1e601fb6d2fce298f73 /lib/libarchive | |
parent | fdafb99d81ae0ee65863ba6c419c50b7a39d5b51 (diff) | |
parent | 65da968c5ce7595908a244f509658357bf4bc49d (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 92e733708f38..68db403be7b6 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 |