From patchwork Thu Nov 25 18:17:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4855 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 4J0R1p3DCgz3wsg for ; Thu, 25 Nov 2021 18:17:50 +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 4J0R1p0nq5z1db; Thu, 25 Nov 2021 18:17:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J0R1n54NMz2yWX; Thu, 25 Nov 2021 18:17:49 +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 4J0R1n2jsxz2xbv for ; Thu, 25 Nov 2021 18:17:49 +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 4J0R1m45c7zDm; Thu, 25 Nov 2021 18:17:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1637864268; 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=D8JFjPD4Mdm8uEVwgBCcfu+pRqMv9K00HRtexHOrJ0Q=; b=S6bZP7HArkbtm6UxP0oRUCrrl/65jL5V1Fb/E1xV3KvTEhtwRnG3B83fufxlmgRtfbC6a1 mlgvgh/zGkxXiTBeFManCJWs/oBF13+HaQZaTBvnOe1ftF2lRIcKnv6c17CG2JGVetiv0w 2JBWcThOFmxb2t0hopxD/FYjAnAm3RGaWAlpMkI5nklec91RIGiWNOeQtBZf4XhHytSSzY 57E3+zkM1G4x9FynnAV9o2xsKnOqrqBPU1Z0SgRnaAUvwC4zzzSRVKMnXyuvJvNp1ozsK3 Hs1LBGj+N61mTKduQJZHv25P8JZvQ5Wcb3GYkUmdBIhY4vcqm7R6im/6Y1y23A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1637864268; 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=D8JFjPD4Mdm8uEVwgBCcfu+pRqMv9K00HRtexHOrJ0Q=; b=/nredxD5oulnp/ktR2pmQl41gRX3Tzlmejxwx+t+b4RKMm8wWtDaaIos/bnrlGq0J2h4jz tjOI6UtCIoSJZTDA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 1/2] xfsprogs: Update to version 5.14.0 Date: Thu, 25 Nov 2021 19:17:40 +0100 Message-Id: <20211125181741.1307300-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.12.0 to 5.14.0 - Update of rootfile not required - Build of xfsprogs now requires liburcu to be built. Added as separate commit. - Changelog xfsprogs-5.14.0 (19 Nov 2021) - debian: Fix FTBFS (Boian Bonev) - debian: Pass --build and --host to configure (Bastian Germann) - debian: Update Uploaders list (Bastian Germann) xfsprogs-5.14.0-rc1 (12 Nov 2021) - xfsprogs: introduce liburcu support (Dave Chinner) - xfsprogs: convert atomic to uatomic (Dave Chinner) - xfsprogs: convert utilities to use "fallthrough;" (Darrick J. Wong) - libxfs: port xfs_set_inode_alloc from kernel (Darrick J. Wong) - mkfs: warn about V4 deprecation (Darrick J. Wong) - xfs_db: convert agresv to use for_each_perag (Darrick J. Wong) xfsprogs-5.13.0 (20 Aug 2021) - No further changes xfsprogs-5.13.0-rc1 (02 Aug 2021) - mkfs: validate rtextsz hint when rtinherit is set (Darrick J. Wong) - xfs_repair: invalidate dirhash when junking dirent (Darrick J. Wong) - xfs_repair: validate inherited rtextsz hint alignmt (Darrick J. Wong) - xfs_quota: allow truncate of grp & prj quota files (Darrick J. Wong) - xfs_io: allow callers to dump fs stats individually (Darrick J. Wong) - xfs_io: don't count fsmaps before querying fsmaps (Darrick J. Wong) - xfs_io: print header once when dumping fsmap in csv (Darrick J. Wong) - xfs_io: clean up the funshare command a bit (Darrick J. Wong) - xfs_io: fix broken funshare_cmd usage (Darrick J. Wong) xfsprogs-5.13.0-rc0 (01 Jul 2021) - libxfs changes merged from kernel 5.13 Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/xfsprogs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 90a43d34d..d72d71cfa 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 5.12.0 +VER = 5.14.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b401d76ccd66e4fdf3d123193e5e1b91 +$(DL_FILE)_MD5 = 2ce433e563622cb0037a77da3b2d4c3b install : $(TARGET)