From patchwork Wed May 11 08:40:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5611 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KypJj4vjsz3x1v for ; Wed, 11 May 2022 08:40:37 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KypJj1DW2z45y; Wed, 11 May 2022 08:40:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KypJj12qxz2yj3; Wed, 11 May 2022 08:40:37 +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 4KypJh0P64z2xd2 for ; Wed, 11 May 2022 08:40:36 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KypJg62qzz3qw; Wed, 11 May 2022 08:40:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652258435; 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=vcjYOTav+1rtsIRgFBUTPglGED3pklvOvGQLe6B8GTE=; b=rUc0HY4Czv4EeasJqI1rq66IzyR+mmgoDhMto6QMCh6q9gK8R9ioeetZm7Qgy2Wlzz7ix6 fI7z+f3ADYCrReDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652258435; 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=vcjYOTav+1rtsIRgFBUTPglGED3pklvOvGQLe6B8GTE=; b=Dl7duzZLPE2iHQMhBOoUEZKqY+AdgsjW0w9DJ+IUCCR/9/+vINRELaopKdyOHEb2v33L+N L3SOzKdtgmy2UcgSQ6ku0ruZBowIxZ6zsA6HQ+VCnDSOCpMzATM8rXSkjHOL1DHBD070pS bjulvU1S0NjHHYL0P4UEk9su5ICQGURxWS+6Kj2ARqhBSLZgV3LDb67g4vBqSzh68flG+7 24C1opoGsX3FFO9nFEAdkHLKDPkwq7NaHIiG87klOtZXCpjm8PA6Z7gtI+nAOUMuMylfFu rWpYR+AfqnRhJb3W1qY/G2z7+vO9Rvk+YvgmFak4faZ5mjr7cKE41DPZST+U/w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to version 5.16.0 Date: Wed, 11 May 2022 10:40:30 +0200 Message-Id: <20220511084030.4045-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 5.14.2 to 5.16.0 - Update of rootfile - Changelog 5.16.0 This release is almost 100% a libxfs sync. I'm trying to catch up, and the next release will be 5.18.0-rc0, with both 5.17 and 5.18 libxfs changes synced. (there are very few). At that point I'll finally start pulling in more functional changes. xfsprogs-5.16.0 (04 May 2022) - libxfs: remove kernel stubs from xfs_shared.h (Eric Sandeen) - debian: Generate .gitcensus instead of .census (Bastian Germann)) xfsprogs-5.16.0-rc0 (28 Apr 2022) - libxfs changes merged from kernel 5.16 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/xfsprogs | 7 +++++++ lfs/xfsprogs | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index de76ca0db..fab8b67cb 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -103,3 +103,10 @@ usr/sbin/xfs_spaceman #usr/share/man/man8/xfs_scrub.8 #usr/share/man/man8/xfs_scrub_all.8 #usr/share/man/man8/xfs_spaceman.8 +#usr/share/xfsprogs +#usr/share/xfsprogs/mkfs +#usr/share/xfsprogs/mkfs/dax_xxxMACHINExxx.conf +#usr/share/xfsprogs/mkfs/lts_4.19.conf +#usr/share/xfsprogs/mkfs/lts_5.10.conf +#usr/share/xfsprogs/mkfs/lts_5.15.conf +#usr/share/xfsprogs/mkfs/lts_5.4.conf diff --git a/lfs/xfsprogs b/lfs/xfsprogs index bbff6d701..fb2047800 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 5.14.2 +VER = 5.16.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 = 04083bf7952015d64f16e1aec0fa74be1957543e2264914f69defe45a3dc9f2524d941abc064a25a2fd760ebd6dcdcdc2404fd305e08fff7f6be6c5fc11d4d2f +$(DL_FILE)_BLAKE2 = da328fe0c146a7b8ba866c5872f26ce95010939e05da51c73ed6374f00474605a81f4a822d65b60a132a4de47fff286e9f5f1ac809c1aa29420633f573b61aef install : $(TARGET)