aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2016-08-14 09:26:10 +0000
committerMartin Matuska <mm@FreeBSD.org>2016-08-14 09:26:10 +0000
commitcfa49a9b0bbcb42830145d11f7b7e3f22804ecd2 (patch)
tree1a5d2774f7e5684616e07147ae0f78915b0ae2a6 /lib/libarchive
parented1202fc8077dc38e3f52c6506938c44beaba98a (diff)
parent5b0ba629933ba7fd02398bcd8600d27a17fdf9b0 (diff)
downloadsrc-cfa49a9b0bbcb42830145d11f7b7e3f22804ecd2.tar.gz
src-cfa49a9b0bbcb42830145d11f7b7e3f22804ecd2.zip
MFV r304060:
Sync libarchive with vendor including three security fixes Vendor issues fixed: Issue #744: Very long pathnames evade symlink checks Issue #748: libarchive can compress, but cannot decompress zip some files PR #750: ustar: fix out of bounds read on empty string ("") filename PR #755: fix use of acl_get_flagset_np() on FreeBSD MFC after: 3 days
Notes
Notes: svn path=/head/; revision=304075
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index 2df006950a69..3b7eb01593bd 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -175,6 +175,7 @@ TESTS_SRCS= \
test_read_format_zip_encryption_header.c \
test_read_format_zip_encryption_partially.c \
test_read_format_zip_filename.c \
+ test_read_format_zip_high_compression.c \
test_read_format_zip_mac_metadata.c \
test_read_format_zip_malformed.c \
test_read_format_zip_msdos.c \
@@ -209,6 +210,9 @@ TESTS_SRCS= \
test_write_disk_no_hfs_compression.c \
test_write_disk_perms.c \
test_write_disk_secure.c \
+ test_write_disk_secure744.c \
+ test_write_disk_secure745.c \
+ test_write_disk_secure746.c \
test_write_disk_sparse.c \
test_write_disk_symlink.c \
test_write_disk_times.c \
@@ -504,6 +508,7 @@ ${PACKAGE}FILES+= test_read_format_zip_filename_koi8r.zip.uu
${PACKAGE}FILES+= test_read_format_zip_filename_utf8_jp.zip.uu
${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru.zip.uu
${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru2.zip.uu
+${PACKAGE}FILES+= test_read_format_zip_high_compression.zip.uu
${PACKAGE}FILES+= test_read_format_zip_length_at_end.zip.uu
${PACKAGE}FILES+= test_read_format_zip_mac_metadata.zip.uu
${PACKAGE}FILES+= test_read_format_zip_malformed1.zip.uu