From patchwork Sun Apr 26 18:05:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9735 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g3ZPL08n4z3wbJ for ; Sun, 26 Apr 2026 18:05:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g3ZPK44P6z7BJ for ; Sun, 26 Apr 2026 18:05:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g3ZPK3G9Gz33cg for ; Sun, 26 Apr 2026 18:05:41 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g3ZPG5rQfz2xHk for ; Sun, 26 Apr 2026 18:05:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g3ZPF6mkkz3kZ; Sun, 26 Apr 2026 18:05:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777226738; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8PLR6fkeKE5FzmUi/Y0hCNzVD3H+RA0j/7Ol825rj5Q=; b=tp7mkMefTW8Jerz0l7cHoVflXwuScUjidhviqz7sruWHnduNfkjXrQ6kKj4aiwxFwn55n0 SbkAaVeO/HFop+AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777226738; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8PLR6fkeKE5FzmUi/Y0hCNzVD3H+RA0j/7Ol825rj5Q=; b=gPCPMhSOwqS9LLqldP12klAlV4pUwSLVIg9tzJ3Kco9ErT1bDVFv8gP9pofsYl2HM/XMFc 8rzeDT4l22GwjEkcKnBrnTJ/nY65QJKWCO9kUR/lGZk7XTCndbVNWTnJuZpZUs3OtteKRV BcEdASX05SxvUauSjv+x/ixLoDRkIUxdcFEdv0QBWfPvPnFydzuL1k4cMvavL53qdVzu0O PHTO2P+BWTlFmrpQCMBgyyx3g/ewSAozyTc1dPwWUMrClYd/iZyggmGTamldtWEyPzKSAi nCNeLxSyEmz4wRbUJmaQIlYpERkxYLuRyLGAP6CVolDfEgufXQ5e0J3MiQkDyQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libarchive: Update to version 3.8.7 Date: Sun, 26 Apr 2026 20:05:35 +0200 Message-ID: <20260426180535.3583277-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- config/rootfiles/common/libarchive | 2 +- lfs/libarchive | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive index 51c853f09..e39dfb50d 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.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 diff --git a/lfs/libarchive b/lfs/libarchive index 8ff9f2914..bb84841ff 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -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)