From: Gustavo Zacarias Date: Thu, 23 Jun 2016 00:56:15 +0000 (-0300) Subject: libarchive: security bump to version 3.2.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25d5aebead19d555cd73bcfa96b43d597ba40f6f;p=buildroot.git libarchive: security bump to version 3.2.1 Fixes: CVE-2016-4302 - Libarchive Rar RestartModel Code Execution Vulnerability CVE-2016-4300 - Libarchive 7zip read_SubStreamsInfo Code Execution Vulnerability CVE-2016-4809 - Memory allocate error in corrupted cpio archives Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libarchive/libarchive.hash b/package/libarchive/libarchive.hash index 6a782c6265..2c39bd3e07 100644 --- a/package/libarchive/libarchive.hash +++ b/package/libarchive/libarchive.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 7bce45fd71ff01dc20d19edd78322d4965583d81b8bed8e26cacb65d6f5baa87 libarchive-3.2.0.tar.gz +sha256 72ee1a4e3fd534525f13a0ba1aa7b05b203d186e0c6072a8a4738649d0b3cfd2 libarchive-3.2.1.tar.gz diff --git a/package/libarchive/libarchive.mk b/package/libarchive/libarchive.mk index 0e1e517b9b..6e9c0a1e86 100644 --- a/package/libarchive/libarchive.mk +++ b/package/libarchive/libarchive.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBARCHIVE_VERSION = 3.2.0 +LIBARCHIVE_VERSION = 3.2.1 LIBARCHIVE_SITE = http://www.libarchive.org/downloads LIBARCHIVE_INSTALL_STAGING = YES LIBARCHIVE_LICENSE = BSD-2c, BSD-3c