From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============4772317623079878824==" List-Id: --===============4772317623079878824== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 sync= ed. (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 --- 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/xfspr= ogs 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 @@ =20 include Config =20 -VER =3D 5.14.2 +VER =3D 5.16.0 =20 THISAPP =3D xfsprogs-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 04083bf7952015d64f16e1aec0fa74be1957543e2264914f69defe= 45a3dc9f2524d941abc064a25a2fd760ebd6dcdcdc2404fd305e08fff7f6be6c5fc11d4d2f +$(DL_FILE)_BLAKE2 =3D da328fe0c146a7b8ba866c5872f26ce95010939e05da51c73ed637= 4f00474605a81f4a822d65b60a132a4de47fff286e9f5f1ac809c1aa29420633f573b61aef =20 install : $(TARGET) =20 --=20 2.36.0 --===============4772317623079878824==--