From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZYG4Q4xCWz330l for ; Thu, 10 Apr 2025 10:18:46 +0000 (UTC) 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZYG4M11WJz2xSM for ; Thu, 10 Apr 2025 10:18:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZYG4L3MjTz3lT; Thu, 10 Apr 2025 10:18:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1744280322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RJgQOvg1Pll2k71zwLFPnkpzFn+7fnvPsstf8CrizKc=; b=UBjjMAam/b144DD8BZFrXAk7fJJjeldUynUngbnU4ZuNqDQ7qa8KSiMwsSbuDu/7Oekfnv 2eJEAQP1LNqvuxCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1744280322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RJgQOvg1Pll2k71zwLFPnkpzFn+7fnvPsstf8CrizKc=; b=auotDTsfrQEsKpYU95iPLbE5KpO76lIbE7Gc1ECkBnc0UU6fTQNBiwSwzFteWEAGqfzuoS chDgugjHq8fIMpVnX9jnTwLXFUxGKUSAQSYFB9e1Vha5eZAjgDcaI2734f4uo5ZsgZHk87 ZDBWdqkiCRwyqHqIcHwHBE5i2/yOZ3oChGbl09zqiSQI4u8NZGQoaX4WU//+2NP/3CTogx 6tE603RMGV8fGPpsYtFlPHsqdBZbFfbXigqet4026ebCL22twkgu0aValAv6vSKwHubZcq 9hQvEhpGscTHiRLsS+dQRwHT2Uez7q2r2dpyeRgiXml7qT7iOVRsIhy8LD8Bng== Content-Type: text/plain; charset=us-ascii Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: [PATCH] xz: Update to version 5.8.1 From: Michael Tremer In-Reply-To: <20250408213727.3271294-1-adolf.belka@ipfire.org> Date: Thu, 10 Apr 2025 11:18:42 +0100 Cc: development@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: <4CDE8E79-5CB0-493D-A562-4BEAF374AAE2@ipfire.org> References: <20250408213727.3271294-1-adolf.belka@ipfire.org> To: Adolf Belka Reviewed-by: Michael Tremer This was obviously too late for c193, but I strongly suggest to ship = this in c194. Best, -Michael > On 8 Apr 2025, at 22:37, Adolf Belka wrote: >=20 > - Update from version 5.8.0 to 5.8.1 > - Update of rootfile > - Changelog > 5.8.1 > IMPORTANT: This includes a security fix for CVE-2025-31115 which > affects XZ Utils from 5.3.3alpha to 5.8.0. No new 5.4.x or 5.6.x > releases will be made, but the fix is in the v5.4 and v5.6 branches > in the xz Git repository. A standalone patch for all affected > versions is available as well. > * Multithreaded .xz decoder (lzma_stream_decoder_mt()): > - Fix a bug that could at least result in a crash with > invalid input. (CVE-2025-31115) > - Fix a performance bug: Only one thread was used if the whole > input file was provided at once to lzma_code(), the output > buffer was big enough, timeout was disabled, and LZMA_FINISH > was used. There are no bug reports about this, thus it's > possible that no real-world application was affected. > * Avoid even with C11/C17 compilers. This fixes the > build with Oracle Developer Studio 12.6 on Solaris 10 when the > compiler is in C11 mode (the header doesn't exist). > * Autotools: Restore compatibility with GNU make versions older > than 4.0 by creating the package using GNU gettext 0.23.1 > infrastructure instead of 0.24. > * Update Croatian translation. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/xz | 2 +- > lfs/xz | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz > index 3873744c8..f836d4578 100644 > --- a/config/rootfiles/common/xz > +++ b/config/rootfiles/common/xz > @@ -41,7 +41,7 @@ usr/bin/xzmore > #usr/lib/liblzma.la > #usr/lib/liblzma.so > usr/lib/liblzma.so.5 > -usr/lib/liblzma.so.5.8.0 > +usr/lib/liblzma.so.5.8.1 > #usr/lib/pkgconfig/liblzma.pc > #usr/share/doc/xz > #usr/share/doc/xz/AUTHORS > diff --git a/lfs/xz b/lfs/xz > index 511848c1d..1ee1faa52 100644 > --- a/lfs/xz > +++ b/lfs/xz > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 5.8.0 > +VER =3D 5.8.1 >=20 > THISAPP =3D xz-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D = 5087c88884a857b96bc5658548fc9b07ab2f14fe9eabfaeaa19e21810e7588c97621db0835= 3632bd56e66ae2085ec5adc421c4d6849525b630d56dadd65c9f81 > +$(DL_FILE)_BLAKE2 =3D = f11be3971e181bb49b6a92d3cc07ebb1c6b5fb53bc5d079e0952eed94f069656cffb37a2e2= e8f068a5f119c6ef5ee565b3ac9978a5afa24a40d49607d492d176 >=20 > install : $(TARGET) >=20 > --=20 > 2.49.0 >=20 >=20