From d5f2a5ff11474589cccacfc8e153d437f48530e2 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Tue, 1 Dec 2020 10:36:46 +0000 Subject: Update vendor/libarchive/dist to git 833821f55b1807cac22a63a58b759a7802df2fb7 Libarchive 3.5.0 Relevant vendor changes: Issue #1258: add archive_read_support_filter_by_code() PR #1347: mtree digest reader support Issue #1381: skip hardlinks pointing to itself on extraction PR #1387: fix writing of cpio archives with hardlinks without file type PR #1388: fix rdev field in cpio format for device nodes PR #1389: completed support for UTF-8 encoding conversion PR #1405: more formats in archive_read_support_format_by_code() PR #1408: fix uninitialized size in rar5_read_data PR #1409: system extended attribute support PR #1435: support for decompression of symbolic links in zipx archives Issue #1456: memory leak after unsuccessful archive_write_open_filename --- build/cmake/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'build/cmake') diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index fcbd80c5a171..6d2fa746927c 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -1,4 +1,5 @@ /* config.h. Generated from build/cmake/config.h.in by cmake configure */ +#define __LIBARCHIVE_CONFIG_H_INCLUDED 1 /* * Ensure we have C99-style int64_t, etc, all defined. -- cgit v1.2.3