libarchive: Update to version 3.8.7
Commit Message
- Update from version 3.8.6 to 3.8.7
- Update of rootfile
- Changelog
3.8.7
CAB: fix NULL pointer dereference during skip (#2900)
CAB: Fix Heap OOB Write in CAB LZX decoder (#2919)
cpio: various fixes and improvements (#2899, #2908, #2910, #2939)
contrib/untar: fix out-of-bounds read (#2903)
iso9660: fix undefined behavior (#2897)
iso9660: fix posibble heap buffer overflow on 32-bit systems (#2934)
libarchive: fix handling of option failures (#2871)
libarchive: do not continue with truncated numbers (#2911)
libarchive: lzop and grzip filter support (#2947)
RAR: fix LZSS window size mismatch after PPMd block (#2898)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/libarchive | 2 +-
lfs/libarchive | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -7,7 +7,7 @@
#usr/lib/libarchive.la
#usr/lib/libarchive.so
usr/lib/libarchive.so.13
-usr/lib/libarchive.so.13.8.6
+usr/lib/libarchive.so.13.8.7
#usr/lib/pkgconfig/libarchive.pc
#usr/share/man/man1/bsdcat.1
#usr/share/man/man1/bsdcpio.1
@@ -24,7 +24,7 @@
include Config
-VER = 3.8.6
+VER = 3.8.7
THISAPP = libarchive-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 456eb5b3bbb0e59ccbc34a9704c7bf1dd9f8cffc0075be546b5fbd66f1157651fbfe7298da8c17f80b2ef0420cfeaac971ff06b10ee9d372d4eb8b17f8497628
+$(DL_FILE)_BLAKE2 = 6ed65a679b0c55e66410454de2865e8de67eb668845ac007c7d555d6023390cf95fb93ae3d006e9fef73314f8d7c3dcb8a4a44548e48e418c4d30e15b922e828
install : $(TARGET)