From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] xfsprogs: Update to version 5.13.0 Date: Mon, 06 Sep 2021 10:50:51 +0100 Message-ID: <0942FED4-7E6F-4966-8C10-2525C92CA464@ipfire.org> In-Reply-To: <20210905204635.2785799-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3059018433912365963==" List-Id: --===============3059018433912365963== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Reviewed-by: Michael Tremer > On 5 Sep 2021, at 21:46, Adolf Belka wrote: > > - 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 > --- > 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) > > -- > 2.33.0 > --===============3059018433912365963==--