From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] xfsprogs: Update to 5.9.0 Date: Thu, 22 Apr 2021 20:22:29 +0200 Message-ID: <20210422182229.3892485-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5205606738947415569==" List-Id: --===============5205606738947415569== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 5.7.0 to 5.9.0 - Update of rootfile - Changelog xfsprogs-5.9.0 (20 Oct 2020) - No further changes xfsprogs-5.9.0-rc1 (13 Oct 2020) - mkfs.xfs: disallow creation of RT files from proto file (Darrick Wong) - mkfs.xfs: fix ASSERT on small device with stripe geom (Pavel Reichl) - xfs_repair: more fixes from fuzz-testing (Darrick Wong) - libhandle: fix potential unterminated string problem (Darrick Wong) - libhandle: libfrog: fix a potential null pointer deref (Darrick Wong) - man: install all manpages that redirect to another page (Darrick Wong) - man: fix ioctl_xfs_geometry manpage naming (Eric Sandeen) - xfsprogs: various realtime related fixes (Darrick Wong) - xfsprogs: ignore autofs mount table entries (Ian Kent) xfsprogs-5.9.0-rc0 (17 Sep 2020) - libxfs changes merged from kernel 5.9 - libxfs: make buffers track the per-ag structures (Darrick Wong) xfsprogs-5.8.0 (04 Sep 2020) - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen) xfsprogs-5.8.0-rc1 (26 Aug 2020) - mkfs: allow setting dax flag on root directory (Darrick Wong) - xfs_quota: improve reporting and messages (Bill O'Donnell) - xfs_db: use correct inode to set inode type (Zorro Lang) - xfs_db: fix nlink usage in check (Darrick Wong) - xfs_db: report the inode dax flag (Darrick Wong) - man: update mkfs.xfs inode flag option documentation (Darrick Wong) - xfsprogs: move custom interface def'ns to new header (Eric Sandeen) xfsprogs-5.8.0-rc0 (10 Aug 2020) - xfs_repair: check quota counters (Darrick Wong) - xfs_io: fix -D vs -R handling (Xiao Yang) - libxfs changes merged from kernel 5.8 Signed-off-by: Adolf Belka --- config/rootfiles/common/xfsprogs | 8 +++++++- lfs/xfsprogs | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfspr= ogs index 11518441a..de76ca0db 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -12,6 +12,7 @@ sbin/xfs_repair #usr/include/xfs/xfs_da_format.h #usr/include/xfs/xfs_format.h #usr/include/xfs/xfs_fs.h +#usr/include/xfs/xfs_fs_compat.h #usr/include/xfs/xfs_log_format.h #usr/include/xfs/xfs_types.h #usr/include/xfs/xqm.h @@ -50,14 +51,19 @@ usr/sbin/xfs_spaceman #usr/share/man/man2/ioctl_xfs_bulkstat.2 #usr/share/man/man2/ioctl_xfs_fsbulkstat.2 #usr/share/man/man2/ioctl_xfs_fscounts.2 +#usr/share/man/man2/ioctl_xfs_fsgeometry.2 #usr/share/man/man2/ioctl_xfs_fsgetxattr.2 +#usr/share/man/man2/ioctl_xfs_fsgetxattra.2 #usr/share/man/man2/ioctl_xfs_fsinumbers.2 -#usr/share/man/man2/ioctl_xfs_fsop_geometry.2 +#usr/share/man/man2/ioctl_xfs_fssetxattr.2 +#usr/share/man/man2/ioctl_xfs_getbmap.2 +#usr/share/man/man2/ioctl_xfs_getbmapa.2 #usr/share/man/man2/ioctl_xfs_getbmapx.2 #usr/share/man/man2/ioctl_xfs_getresblks.2 #usr/share/man/man2/ioctl_xfs_goingdown.2 #usr/share/man/man2/ioctl_xfs_inumbers.2 #usr/share/man/man2/ioctl_xfs_scrub_metadata.2 +#usr/share/man/man2/ioctl_xfs_setresblks.2 #usr/share/man/man3/attr_list_by_handle.3 #usr/share/man/man3/attr_multi_by_handle.3 #usr/share/man/man3/fd_to_handle.3 diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 219864274..327b69d3a 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.7.0 +VER =3D 5.9.0 =20 THISAPP =3D xfsprogs-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 4aeba534cf91f24169c64e1073b9ef27 +$(DL_FILE)_MD5 =3D 5edd6f3d34b1e9950c326c961b5b84c4 =20 install : $(TARGET) =20 --=20 2.31.1 --===============5205606738947415569==--