diff options
author | Martin Matuska <mm@FreeBSD.org> | 2016-06-18 08:25:31 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2016-06-18 08:25:31 +0000 |
commit | dc919cebaf7d24f04391c32623e98c32a98e154c (patch) | |
tree | d775a2aa40c3c425f68dfcbb3beacc3b95f88736 /cpio/test/CMakeLists.txt | |
parent | 8eb6639196dbcd2a7e6bb657a72046fd4445cc9f (diff) | |
download | src-dc919cebaf7d24f04391c32623e98c32a98e154c.tar.gz src-dc919cebaf7d24f04391c32623e98c32a98e154c.zip |
Update vendor/libarchive to git d85976e7ff4a062e1de6e04dab7bb78e3344768f
Fixed vendor issues:
Issue 553: Fix broken decryption for ZIP files
Issue 657: Allow up to 8k for the test root directory name
Issue 682: Correctly write gnutar filenames of exactly 512 bytes
Issue 708: tar should fail if a named input file is missing
PR 715: Fix libarchive/archive_read_support_format_mtree.c:1388:11:
error: array subscript is above array bounds
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=302003
Diffstat (limited to 'cpio/test/CMakeLists.txt')
-rw-r--r-- | cpio/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpio/test/CMakeLists.txt b/cpio/test/CMakeLists.txt index f2c27540813d..e3063ee9be58 100644 --- a/cpio/test/CMakeLists.txt +++ b/cpio/test/CMakeLists.txt @@ -25,6 +25,7 @@ IF(ENABLE_CPIO AND ENABLE_TEST) test_extract_cpio_xz test_format_newc.c test_gcpio_compat.c + test_missing_file.c test_option_0.c test_option_B_upper.c test_option_C_upper.c |