diff options
author | Martin Matuska <mm@FreeBSD.org> | 2017-09-30 23:33:19 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2017-09-30 23:33:19 +0000 |
commit | 533ab3c53efbfd230b718ed77dc9ea4d1446ddfc (patch) | |
tree | 7754efa68576e44389846bd73fad80a27240b0ba /build/cmake/config.h.in | |
parent | b85c4c3da0a560cb98d13902c308e54fdeb52d70 (diff) | |
download | src-533ab3c53efbfd230b718ed77dc9ea4d1446ddfc.tar.gz src-533ab3c53efbfd230b718ed77dc9ea4d1446ddfc.zip |
Update vendor/libarchive to git 92366744a52f3fa83c3899e375e415a5080a05f2
Relevant vendor changes:
PR #905: Support for Zstandard read and write filters
PR #922: Avoid overflow when reading corrupt cpio archive
Issue #935: heap-based buffer overflow in xml_data (CVE-2017-14166)
OSS-Fuzz 2936: Place a limit on the mtree line length
OSS-Fuzz 2394: Ensure that the ZIP AES extension header is large enough
OSS-Fuzz 573: Read off-by-one error in RAR archives (CVE-2017-14502)
Security: CVE-2017-14166, CVE-2017-14502
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=324145
Diffstat (limited to 'build/cmake/config.h.in')
-rw-r--r-- | build/cmake/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index e646213d4bf4..50978ce961ee 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -725,6 +725,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the `z' library (-lz). */ #cmakedefine HAVE_LIBZ 1 +/* Define to 1 if you have the `zstd' library (-lzstd). */ +#cmakedefine HAVE_LIBZSTD 1 + /* Define to 1 if you have the <limits.h> header file. */ #cmakedefine HAVE_LIMITS_H 1 @@ -1179,6 +1182,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the <zlib.h> header file. */ #cmakedefine HAVE_ZLIB_H 1 +/* Define to 1 if you have the <zstd.h> header file. */ +#cmakedefine HAVE_ZSTD_H 1 + /* Define to 1 if you have the `_ctime64_s' function. */ #cmakedefine HAVE__CTIME64_S 1 |