From a53ba8b9783027cd9c7692dbe0c25d8ac3740afe Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 20 Jun 2016 23:55:33 +0000 Subject: Update vendor/libarchive to git 139d0576b51a253732a5ab1f66805dffbf8b00af tag v3.2.1 Fixed vendor issues: Issue 521: Properly check reading from lzss decompression buffer Issue 717: Fix integer overflow when computing location of volume descriptor Issue 718: Security fix TALOS-CAN-152 Issue 719: Security fix TALOS-CAN-154 Security: TALOS-CAN-152, TALOS-CAN-154 --- libarchive/archive_entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libarchive/archive_entry.h') diff --git a/libarchive/archive_entry.h b/libarchive/archive_entry.h index 423c8d3ff7b1..dab2c9d82878 100644 --- a/libarchive/archive_entry.h +++ b/libarchive/archive_entry.h @@ -29,7 +29,7 @@ #define ARCHIVE_ENTRY_H_INCLUDED /* Note: Compiler will complain if this does not match archive.h! */ -#define ARCHIVE_VERSION_NUMBER 3002000 +#define ARCHIVE_VERSION_NUMBER 3002001 /* * Note: archive_entry.h is for use outside of libarchive; the -- cgit v1.2.3