From patchwork Sat Jul 29 16:16:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7040 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 4RCqQ05Fzjz3wgc for ; Sat, 29 Jul 2023 16:16:40 +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 4RCqPw1lqKz1FW; Sat, 29 Jul 2023 16:16:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RCqPw1K8rz2xhl; Sat, 29 Jul 2023 16:16:36 +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 4RCqPs4ZG7z2y12 for ; Sat, 29 Jul 2023 16:16:33 +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 4RCqPq2HjLz1FW; Sat, 29 Jul 2023 16:16:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690647391; 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=2rHcDwI3VwbU1utT/A3qhIzdS6f1pZAsD03ZUxF8SDk=; b=M11d3oQgrBss87DpLn6IEMntSY/G2h8MmiBupl4dYg4xKzmAN2vpjelKjoxIdBIF5kDt9E Fbehha5YFR2CU1BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690647391; 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=2rHcDwI3VwbU1utT/A3qhIzdS6f1pZAsD03ZUxF8SDk=; b=CqeAMbLy3Hq+TldkKaXwsujGWrIWJKDsRvUghAw6jl5az+3PxsGbDNWfeGbCfLUHT8JTFc dDbMQl4yWBJweHtNugRJAhEX/IHfXFXEYNbg7d4Qf7yanVGywN9wMY80eOwQfF8NL8P9cZ sTrEMc9LtdpdxprKVZ/PZEG6bnFTUl9dI3ZIzYvEhby1FoF5dVgOGEBZa0IXaR7dIeTS8O aOWhxrBibaVrEUTzFGxY7zfWYvBSB0nV6KRa7vBb48Sl47kBGl8hr7/v8ruvZdUnXiPEUg b0mOycl+wTWQ5B+CpuYyOIjLzTTxAMUMapk6vJxTitY2Wbu2KdQP3MnX3BbnPQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to version 6.4.0 Date: Sat, 29 Jul 2023 18:16:19 +0200 Message-ID: <20230729161619.3513531-5-adolf.belka@ipfire.org> In-Reply-To: <20230729161619.3513531-1-adolf.belka@ipfire.org> References: <20230729161619.3513531-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" - Update from version 6.2.0 to 6.4.0 - Update of rootfile not required - Changelog is not available in the source tarball or on the website. Changes can be viewed in the git log https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/ Signed-off-by: Adolf Belka --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 07c5c7b97..8f58d33ea 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 6.2.0 +VER = 6.4.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 847ad267b3667604c9c6a30857605e9cef0f184b7c375d0771b29a0c9596f621a819cc4e88af939a3f9a3ce14a2984fece5e70346bc673a5982af6eebe3909cc +$(DL_FILE)_BLAKE2 = 566a80a1fa90520c6cc2b20c8e8cde41eb83a48f0b6d4a978f9e5d43960e99b54cab3e0c2cd4147a3d8f4944e50876063fc571441c8239d6deaaa01604843a6b install : $(TARGET)