]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libarchive: Update to version 3.8.7
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 26 Apr 2026 18:05:35 +0000 (20:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Apr 2026 10:15:55 +0000 (10:15 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libarchive
lfs/libarchive

index 51c853f09b2d5ce4b867742d6f81ef105bb5b929..e39dfb50dcd3fbd1b3977b37be3d2f759704e523 100644 (file)
@@ -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
index 8ff9f2914af20985cc291e07908f24b1189b4834..bb84841ffd68def8ed8e37d361d5435fc6ff01f7 100644 (file)
@@ -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)