From patchwork Sun Sep 5 20:46:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4676 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 4H2k8z4XhYz3xJJ for ; Sun, 5 Sep 2021 20:46:43 +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 4H2k8y6wKLz1fG; Sun, 5 Sep 2021 20:46:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H2k8y6QFWz2yP9; Sun, 5 Sep 2021 20:46:42 +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 4H2k8x43NNz2xcW for ; Sun, 5 Sep 2021 20:46:41 +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 4H2k8x14q5z1fG; Sun, 5 Sep 2021 20:46:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630874801; 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=ehMf7U+3Wg6YmwW1JvBdx7vGtj4qh1S+jEjbt21On3Y=; b=wN+CA742ya6AHYl/Gok/n7429jJkrWtpSE4Utw0oPLWDDVYfgJUr+p1+asRgOeOYWmDsUz Kk5mgw7/veA99BAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630874801; 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=ehMf7U+3Wg6YmwW1JvBdx7vGtj4qh1S+jEjbt21On3Y=; b=VC4ThKQ33X+C/ZVQVxz1kMlRvUfimqPdg2RfvstmoOZwcyP7kBSa3I0Dd/AVak5BGvqJyj +fuNcVchkLaM3/vPC1y/28yoVEA5SGHWM0q/l+jb5dTH4HZDdxlUIsg7pnpn83OIW6ofIg 9mbh1oXjeh6KLhHuwPAGs3zfiIZFOq+uIHsOdGc0Rf9PEuv+8PuatNJJz7AeFxUB3UM7bZ hGJbk3aPxA0xHmqmHtCwMTb4zrBYpa9wJIsAc4upFefXdtyRhoZTahAWD9ZhICs5ootbZi 8hmR85xSdSUjRYD5lFzfMgDXoYUww2VL0GQLy2WVMkCawyiIqoQ+ESBKYB4FHA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to version 5.13.0 Date: Sun, 5 Sep 2021 22:46:35 +0200 Message-Id: <20210905204635.2785799-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.13.0 - Update of rootfile not required - Changelog 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..ae583f64b 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ include Config -VER = 5.12.0 +VER = 5.13.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 = 86777a5762f2e524bb9acfdead5a9045 install : $(TARGET)