diff options
author | Martin Matuska <mm@FreeBSD.org> | 2020-12-16 22:25:40 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2020-12-16 22:25:40 +0000 |
commit | 3ad46d07830bba44c479e2d19ce376212e52e9af (patch) | |
tree | dbd7e07db590bf11512996d9378557237a293e39 /lib | |
parent | e61d354b85d80126c4833746c22f320c31b68a2b (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libarchive/Makefile | 1 | ||||
-rw-r--r-- | lib/libarchive/config_freebsd.h | 1 | ||||
-rw-r--r-- | lib/libarchive/tests/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 2de133141bb9..cab0e03414a1 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -87,6 +87,7 @@ SRCS= archive_acl.c \ archive_read_set_options.c \ archive_read_support_filter_all.c \ archive_read_support_filter_bzip2.c \ + archive_read_support_filter_by_code.c \ archive_read_support_filter_compress.c \ archive_read_support_filter_gzip.c \ archive_read_support_filter_grzip.c \ diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h index dcbfb98df1e3..6d6d3763ed43 100644 --- a/lib/libarchive/config_freebsd.h +++ b/lib/libarchive/config_freebsd.h @@ -24,6 +24,7 @@ * * $FreeBSD$ */ +#define __LIBARCHIVE_CONFIG_H_INCLUDED 1 /* FreeBSD 5.0 and later has ACL and extattr support. */ #if __FreeBSD__ > 4 diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 3192a862e684..32d061dfaa21 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -580,6 +580,7 @@ FILES+= test_read_format_ustar_filename_koi8r.tar.Z.uu FILES+= test_read_format_warc.warc.uu FILES+= test_read_format_zip.zip.uu FILES+= test_read_format_zip_7075_utf8_paths.zip.uu +FILES+= test_read_format_zip_7z_lzma.zip.uu FILES+= test_read_format_zip_bz2_hang.zip.uu FILES+= test_read_format_zip_bzip2.zipx.uu FILES+= test_read_format_zip_bzip2_multi.zipx.uu |