summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2016-12-06 01:35:27 +0000
committerMartin Matuska <mm@FreeBSD.org>2016-12-06 01:35:27 +0000
commita2e802b76bf44204b2ada3935e96cc46d8176c08 (patch)
tree59c73c03055d300edb6aef58c06c26cede4e3fa3 /lib/libarchive
parent1175b23f779571351f8c98aa0f7608decab0c08f (diff)
parent36f3c6516a97ac526e7eb80728aa2af5b0d1f1df (diff)
downloadsrc-test-a2e802b76bf44204b2ada3935e96cc46d8176c08.tar.gz
src-test-a2e802b76bf44204b2ada3935e96cc46d8176c08.zip
MFV r309587:
Sync libarchive with vendor. Vendor bugfixes: libarchive #831: Spelling fixes libarchive #832: Relax sanity checks of number fields in tar header even more OSS-Fuzz #16: Fix possible hang in uudecode_filter_read() OSS-Fuzz #220: Reject an 'ar' filename table larger than 1GB or a filename larger than 1MB. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=309590
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index e307d2d85ccf5..2a66c61d066df 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -72,6 +72,7 @@ TESTS_SRCS= \
test_compat_mac.c \
test_compat_pax_libarchive_2x.c \
test_compat_perl_archive_tar.c \
+ test_compat_plexus_archiver_tar.c \
test_compat_solaris_tar_acl.c \
test_compat_solaris_pax_sparse.c \
test_compat_star_acl_posix1e.c \
@@ -350,6 +351,7 @@ ${PACKAGE}FILES+= test_compat_mac-1.tar.Z.uu
${PACKAGE}FILES+= test_compat_mac-2.tar.Z.uu
${PACKAGE}FILES+= test_compat_pax_libarchive_2x.tar.Z.uu
${PACKAGE}FILES+= test_compat_perl_archive_tar.tar.uu
+${PACKAGE}FILES+= test_compat_plexus_archiver_tar.tar.uu
${PACKAGE}FILES+= test_compat_solaris_pax_sparse_1.pax.Z.uu
${PACKAGE}FILES+= test_compat_solaris_pax_sparse_2.pax.Z.uu
${PACKAGE}FILES+= test_compat_solaris_tar_acl.tar.uu