From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to version 6.5.0 Date: Fri, 10 Nov 2023 11:59:09 +0100 Message-ID: <20231110105910.11113-12-adolf.belka@ipfire.org> In-Reply-To: <20231110105910.11113-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7121246363217968251==" List-Id: --===============7121246363217968251== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 6.4.0 to 6.5.0 - Update of rootfile - Changelog is not separately available. Details of changes can be seen by re= viewing the git commits https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/ Signed-off-by: Adolf Belka --- config/rootfiles/common/xfsprogs | 2 ++ lfs/xfsprogs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfspr= ogs index d3223c007..cccbd9a34 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -1,5 +1,6 @@ lib/libhandle.so.1 lib/libhandle.so.1.0.3 +lib/udev/rules.d/64-xfs.rules sbin/fsck.xfs sbin/mkfs.xfs sbin/xfs_repair @@ -111,3 +112,4 @@ usr/sbin/xfs_spaceman #usr/share/xfsprogs/mkfs/lts_5.15.conf #usr/share/xfsprogs/mkfs/lts_5.4.conf #usr/share/xfsprogs/mkfs/lts_6.1.conf +#usr/share/xfsprogs/mkfs/lts_6.6.conf diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 8f58d33ea..c91368521 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.4.0 +VER =3D 6.5.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 566a80a1fa90520c6cc2b20c8e8cde41eb83a48f0b6d4a978f9e5d= 43960e99b54cab3e0c2cd4147a3d8f4944e50876063fc571441c8239d6deaaa01604843a6b +$(DL_FILE)_BLAKE2 =3D 40d578bf5bf3da93c608d2a1c5af02f0ac3a99c695b8003f684b75= ce01b8d89dc197620e724e5461da174e050068c352eff622e970ea748e53685ab942cc2e92 =20 install : $(TARGET) =20 --=20 2.42.1 --===============7121246363217968251==--