From fd2a102f7ba73f37fbac1c994086b23f438cbf13 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sat, 24 Nov 2018 01:15:08 +0000 Subject: Update vendor/libarchive/dist to git 0e416f2fe757ad6841dbb3386a17d88b5c9f5533 Relevant vendor changes: PR #1080: Spelling fixes PR #1084: RAR5 reader bugfixes PR #1091: fix use-after-free in delayed newc link processing PR #1092: Fix a few obvious resource leaks and strcpy() misuses --- build/cmake/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/cmake/config.h.in') diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 04f938d3f7f3..aed77f9a81c9 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -680,6 +680,12 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `bz2' library (-lbz2). */ #cmakedefine HAVE_LIBBZ2 1 +/* Define to 1 if you have the `b2' library (-lb2). */ +#cmakedefine HAVE_LIBB2 1 + +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_BLAKE2_H 1 + /* Define to 1 if you have the `charset' library (-lcharset). */ #cmakedefine HAVE_LIBCHARSET 1 -- cgit v1.2.3