aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2024-04-16 21:39:31 +0000
committerMartin Matuska <mm@FreeBSD.org>2024-04-16 21:39:31 +0000
commitb9128a37faafede823eb456aa65a11ac69997284 (patch)
tree97c4af1bb04684688fbcb7743f043efcfe021b53 /lib
parente0919a4bac2b57a086688ae8ec58058b91f61d86 (diff)
parenta509d68f27b9f114b876bbe3b9caa9d0ee0c5606 (diff)
downloadsrc-b9128a37faafede823eb456aa65a11ac69997284.tar.gz
src-b9128a37faafede823eb456aa65a11ac69997284.zip
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/Makefile.inc2
-rw-r--r--lib/libarchive/tests/Makefile7
2 files changed, 8 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile.inc b/lib/libarchive/Makefile.inc
index 95d96df24eef..153f96b12165 100644
--- a/lib/libarchive/Makefile.inc
+++ b/lib/libarchive/Makefile.inc
@@ -4,7 +4,7 @@
LIBADD= z bz2 lzma bsdxml zstd
CFLAGS+= -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 \
- -DHAVE_ZSTD_H=1 -DHAVE_LIBZSTD=1 -DHAVE_LIBZSTD_COMPRESSOR=1
+ -DHAVE_ZSTD_H=1 -DHAVE_LIBZSTD=1 -DHAVE_ZSTD_compressStream=1
CFLAGS+= -DPLATFORM_CONFIG_H=\"${.CURDIR}/config_freebsd.h\"
.if ${MK_OPENSSL} != "no"
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index 2fe9bbcc7c2d..0d47e1a5ed3c 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -114,6 +114,7 @@ TESTS_SRCS= \
test_read_filter_program.c \
test_read_filter_program_signature.c \
test_read_filter_uudecode.c \
+ test_read_filter_uudecode_raw.c \
test_read_format_7zip.c \
test_read_format_7zip_encryption_data.c \
test_read_format_7zip_encryption_header.c \
@@ -300,6 +301,8 @@ TESTS_SRCS= \
test_write_format_zip_file_zip64.c \
test_write_format_zip_large.c \
test_write_format_zip_zip64.c \
+ test_write_format_zip64_stream.c \
+ test_write_format_zip_stream.c \
test_write_open_memory.c \
test_write_read_format_zip.c \
test_xattr_platform.c \
@@ -426,6 +429,8 @@ ${PACKAGE}FILES+= test_read_filter_grzip.tar.grz.uu
${PACKAGE}FILES+= test_read_filter_lrzip.tar.lrz.uu
${PACKAGE}FILES+= test_read_filter_lzop.tar.lzo.uu
${PACKAGE}FILES+= test_read_filter_lzop_multiple_parts.tar.lzo.uu
+${PACKAGE}FILES+= test_read_filter_uudecode_base64_raw.uu
+${PACKAGE}FILES+= test_read_filter_uudecode_raw.uu
${PACKAGE}FILES+= test_read_format_7zip_bcj2_bzip2.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_1.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_2.7z.uu
@@ -470,6 +475,7 @@ ${PACKAGE}FILES+= test_read_format_7zip_zstd.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_zstd_arm.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_zstd_bcj.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_zstd_nobcj.7z.uu
+${PACKAGE}FILES+= test_read_format_7zip_win_attrib.7z.uu
${PACKAGE}FILES+= test_read_format_ar.ar.uu
${PACKAGE}FILES+= test_read_format_cab_1.cab.uu
${PACKAGE}FILES+= test_read_format_cab_2.cab.uu
@@ -586,6 +592,7 @@ ${PACKAGE}FILES+= test_read_format_rar5_stored.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_stored_manyfiles.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_symlink.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_truncated_huff.rar.uu
+${PACKAGE}FILES+= test_read_format_rar5_unicode.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_win32.rar.uu
${PACKAGE}FILES+= test_read_format_rar5_window_buf_and_size_desync.rar.uu
${PACKAGE}FILES+= test_read_format_raw.bufr.uu