From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fpWN35WrNz371H for ; Sun, 05 Apr 2026 12:04:19 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMt0vTBz33s3 for ; Sun, 05 Apr 2026 12:04:10 +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 4fpWMr4xk8z5Z9; Sun, 05 Apr 2026 12:04:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775390648; 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: in-reply-to:in-reply-to:references:references; bh=m5Mnw3Z2rco20iV5knKRFyM7aKNOgd1Ee5PYu6HNync=; b=i38jWyBKLLEy7xthSfCh+JaL4390x0ZY8DtuMjSonIviKSJ0lmh482+HL150Myovfa6R4V lnKGEi2kNKN+ywAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775390648; 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: in-reply-to:in-reply-to:references:references; bh=m5Mnw3Z2rco20iV5knKRFyM7aKNOgd1Ee5PYu6HNync=; b=lNqvbJDcTkqYfoDemqNRHdeeMHBxP1DHhkYQnlIy80SIdlHxt2M42h8aH4mMcTGeqA8j/F mlyYKnYMJdHFG3Tl7jxJDWRXOlXOvJgSOsCQK958qo8xj1kBRxkSdo1pxxlGFHxVZBaRQi QumphDWWI9VZxsw+TUYZqXXmT43F/dhTVFsaNGok/3GQy6Z4tt4FiSzra7tVkwanevCm1r RGDhvDNP1Wn0qwn6qoEct/DpTvbguXYztrrcrEFYT1IEI3Ut2Csus6SIIxKpHQPGgOfQGr wzZnwUe3K45G9NIrRJzifg1hnzl8vKxoYuEFcabI1UXaO1BmCeBIfpFW12Q7GA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libarchive: Update to version 3.8.6 Date: Sun, 5 Apr 2026 14:03:46 +0200 Message-ID: <20260405120354.137211-29-adolf.belka@ipfire.org> In-Reply-To: <20260405120354.137211-1-adolf.belka@ipfire.org> References: <20260405120354.137211-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 Content-Transfer-Encoding: 8bit - Update from version 3.8.5 to 3.8.6 - Update of rootfile - Changelog 3.8.6 Notable fixes: libarchive: fix incompatibility with Nettle 4.x (#2858) libarchive: fix NULL pointer dereference in archive_acl_from_text_w() (#2859) bsdunzip: fix ISO week year and Gregorian year confusion (#2860) 7zip: ix SEGV in check_7zip_header_in_sfx via ELF offset validation (#2864) 7zip: fix out-of-bounds access on ELF 64-bit header (#2875) RAR5 reader: fix infinite loop in rar5 decompression (#2877) RAR5 reader: fix potential memory leak (#2892) RAR5: fix SIGSEGV when archive_read_support_format_rar5 is called twice (#2893) CAB reader: fix memory leak on repeated calls to archive_read_support_format_cab (#2895) mtree reader: Fix file descriptor leak in mtree parser cleanup (CWE-775, #2878) various small bugfixes in code and documentation 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 71451dc17..51c853f09 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.5 +usr/lib/libarchive.so.13.8.6 #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 7738984a3..8ff9f2914 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -24,7 +24,7 @@ include Config -VER = 3.8.5 +VER = 3.8.6 THISAPP = libarchive-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d0fa6a49209a06240240cf578f95138eb72eebdc7179d034fdd9efc2e49820e34e9da41aa46cd11be2c2d46c380c8cc7e830d41271a6f3a7d9c39df138098cab +$(DL_FILE)_BLAKE2 = 456eb5b3bbb0e59ccbc34a9704c7bf1dd9f8cffc0075be546b5fbd66f1157651fbfe7298da8c17f80b2ef0420cfeaac971ff06b10ee9d372d4eb8b17f8497628 install : $(TARGET) -- 2.53.0