From patchwork Sat Oct 25 16:07:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9228 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cv4S21rh4z3wbl for ; Sat, 25 Oct 2025 16:08:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cv4S20hD5z3y9 for ; Sat, 25 Oct 2025 16:08:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cv4S172N6z32gL for ; Sat, 25 Oct 2025 16:08:01 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cv4Rz2jFHz2yHd for ; Sat, 25 Oct 2025 16:07:59 +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 4cv4Ry50wLz2V5; Sat, 25 Oct 2025 16:07:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761408478; 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=4CLyjQXOm/3wvrsg94HH/wlKf3uh0MxLguccn+CFv94=; b=UiFNSVVL00B+nk8VoOrH8At3ywFoLp4QlgG2Ykl7E/mWV2+gfsP66KGojMWBRoZExbR/U7 ygwLqK0Vl2KFQ/Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761408478; 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=4CLyjQXOm/3wvrsg94HH/wlKf3uh0MxLguccn+CFv94=; b=NiaxhVN/DO8ErhuPgSV6oVoAyxpl1pp1gSt9j0b5fRb3EzGGqUaONAVjyqIdgQkrZGkXal UfbYNaPwLqJjZZDMPWfAkHZmcsyyoh8c1rIgc2aQ3OEPagAHR41i5w8XCjj4mHsYFYJgFw SKxQvmqV3518eTdEWKyHYRpy8k3F8uajv8wnar29oCgZpwW+B298y5Mhl2Ruw6msmFUayr Yt1O90+uvQB8i1P5d+uEWTfLF9rIZRsPnvURm4Y0DKztDjPhPAQJTboPABJwvtMNkF+JCL vIY0hZmLwy6Ygw+baoP5dtJtGl4dIGLzvLkCgbNzrH92nGHUkPfl8VWsvSrRKw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libarchive: Update to version 3.8.2 Date: Sat, 25 Oct 2025 18:07:55 +0200 Message-ID: <20251025160755.2578911-2-adolf.belka@ipfire.org> In-Reply-To: <20251025160755.2578911-1-adolf.belka@ipfire.org> References: <20251025160755.2578911-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.1 to 3.8.2 - Update of rootfile - Changelog 3.8.2 Security fixes: 7zip: Fix out of boundary access (#2668) tar reader: fix checking the result of the strftime (#2719, CVE-2025-25724) Notable bugfixes: bsdtar: Allow filename to have CRLF endings (#2717) lib: archive_read_data: handle sparse holes at end of file correctly (#2665) lib: improve filter process handling (#2659) lib: fix error checking in writing files (#2672) lib: handle possible errors from system calls (#2679) lib: avoid leaking file descriptors into subprocesses (#2707) lib: parse_date: handle dates in 2038 and beyond if time_t is big enough (#2742) RAR5 reader: fix multiple issues in extra field parsing function (#2713) RAR5 reader: early fail when file declares data for a dir entry (#2716) tar writer: fix replacing a regular file with a dir for ARCHIVE_EXTRACT_SAFE_WRITES (#2477) tar reader (Windows): check WCS pathname in header_gnutar before overwriting (#2740) tar reader: fix an infinite loop when parsing V headers (#2737) zip writer: fix a memory leak if write callback error early (#2664) zip writer: fix writing with ZSTD compression (#2670) zstd write filter: enable Zstandard's checksum feature (#2678) 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 4e9951d27..9e35769e5 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.1 +usr/lib/libarchive.so.13.8.2 #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 9a4a1af5d..b2d2d80b2 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -24,7 +24,7 @@ include Config -VER = 3.8.1 +VER = 3.8.2 THISAPP = libarchive-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 92ce11758ea050c7f5b3b2440566b71d29d4fe3ee90ee3455117585ef629eb7cfbe6f3c67bfb309c38d02118ef8f71c1c30ffe14466bfef7929c6d6134b11fc8 +$(DL_FILE)_BLAKE2 = 4f5ed9afbedccf0f754b38743259a62f45d8407ddea8955e301b79b8c9c7653e633b58998a43d7a4bf8cfd35488b20af76ea8f948267230be0557797513b71a6 install : $(TARGET)