From patchwork Tue Sep 19 12:06:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7211 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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RqgPh1mLfz3ws3 for ; Tue, 19 Sep 2023 12:06:48 +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 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RqgPf6GxNz1Kk; Tue, 19 Sep 2023 12:06:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RqgPf4Mjlz2yVQ; Tue, 19 Sep 2023 12:06: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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RqgPd3VMVz2xgB for ; Tue, 19 Sep 2023 12:06:45 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RqgPc20PKzQv; Tue, 19 Sep 2023 12:06:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695125204; 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=YgsNI5a2qxZTZqISmsPAoQTDoJ+fuETsb7+NeDC6vjk=; b=TZXGWjVl23vmRc0dSHFO7HrSe7zIJlcfiglod9HYfVxbDLzu+DnDJ2KCE2s0ENetEZfudn Cg8bGz8jIYkGVqfIbi/z7zAjhqJXy/0DJuKWSqr7A/13gtWCgtRgRjXyGKawLxWz7y2XN+ WDKMqAZNzwfD+J+uEGcr+Q+PICUHp52me9CyvklE4H3qKecpftQS5YC2ADMHwBB+breu1v b0vkju+hydoSm6hfYdBTpAyMdA/bDrgQOTE+lYlIt27AqHRswETtYYAwaNuIZ0/+6HNfWz xjmzb5mWH6W7eYfan7paHMVREvb7ln2yvR0TwD/rL3sC9fUbKLn2vLrUA8TBFg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695125204; 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=YgsNI5a2qxZTZqISmsPAoQTDoJ+fuETsb7+NeDC6vjk=; b=E4z+FAowWzx7GH/Nihu5mq980QLq9AF4ydVFjfm6gSEVjJfx/QI0FwcXqemYXWDVvEHmco Nnr3goGBYigUzPBA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xz: Update to version 5.4.4 Date: Tue, 19 Sep 2023 14:06:41 +0200 Message-ID: <20230919120641.29687-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 5.2.8 to 5.4.4 - Changelog is too large to include here. Details can be found at https://github.com/tukaani-project/xz/releases Signed-off-by: Adolf Belka --- xz/xz.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xz/xz.nm b/xz/xz.nm index 196fee902..b10590293 100644 --- a/xz/xz.nm +++ b/xz/xz.nm @@ -4,7 +4,7 @@ ############################################################################### name = xz -version = 5.2.8 +version = 5.4.4 release = 1 groups = Applications/Compression