From: Adolf Belka Date: Tue, 20 Jan 2026 16:33:09 +0000 (+0100) Subject: libarchive: Update to version 3.8.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a70d78ca298da658a0f56183dc9bc76806aa76;p=ipfire-2.x.git libarchive: Update to version 3.8.5 - Update from version 3.8.3 to 3.8.5 - Update of rootfile - Changelog 3.8.5 Notable bugxies: bsdtar: fix regression from 3.8.4 zero-length pattern issue bugfix (#2809) various small bugfixes in code and documentation 3.8.4 Notable bugxies: bsdtar: Fix zero-length pattern issue (#2787) lib: Fix regression introduced in libarchive 3.8.2 when walking enterable but unreadable directories (#2797) Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive index a28fad9e7..71451dc17 100644 --- a/config/rootfiles/common/libarchive +++ b/config/rootfiles/common/libarchive @@ -7,7 +7,7 @@ #usr/lib/libarchive.la #usr/lib/libarchive.so usr/lib/libarchive.so.13 -usr/lib/libarchive.so.13.8.3 +usr/lib/libarchive.so.13.8.5 #usr/lib/pkgconfig/libarchive.pc #usr/share/man/man1/bsdcat.1 #usr/share/man/man1/bsdcpio.1 diff --git a/lfs/libarchive b/lfs/libarchive index ebce89565..7738984a3 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.8.3 +VER = 3.8.5 THISAPP = libarchive-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5be5f0e98f7582e2a34a43dd9217644defbd69532474fc07b3ac46ba7820c19dbd28cd691c1c798aed02643bbe68781cecd564127781c9b49323b9b54cebb32c +$(DL_FILE)_BLAKE2 = d0fa6a49209a06240240cf578f95138eb72eebdc7179d034fdd9efc2e49820e34e9da41aa46cd11be2c2d46c380c8cc7e830d41271a6f3a7d9c39df138098cab install : $(TARGET)