[v2,1/2] xfsprogs: Update to version 5.14.0

Message ID 20211125181741.1307300-1-adolf.belka@ipfire.org
State Accepted
Commit bb84e517aca7d6d2e3ed7ac7f152a8bacf447c5e
Headers
Series [v2,1/2] xfsprogs: Update to version 5.14.0 |

Commit Message

Adolf Belka Nov. 25, 2021, 6:17 p.m. UTC
  - 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 <adolf.belka@ipfire.org>
---
 lfs/xfsprogs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Nov. 29, 2021, 10:19 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 25 Nov 2021, at 18:17, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> - 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 <adolf.belka@ipfire.org>
> ---
> 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)
> 
> -- 
> 2.34.0
>
  

Patch

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)