xfsprogs: Update to 5.9.0

Message ID 20210422182229.3892485-1-adolf.belka@ipfire.org
State Accepted
Commit ca3c7945b5fec4de4cfc3d7212111d8bc4ec9fbd
Headers
Series xfsprogs: Update to 5.9.0 |

Commit Message

Adolf Belka April 22, 2021, 6:22 p.m. UTC
  - 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 <adolf.belka@ipfire.org>
---
 config/rootfiles/common/xfsprogs | 8 +++++++-
 lfs/xfsprogs                     | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs
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 @@ 
 
 include Config
 
-VER        = 5.7.0
+VER        = 5.9.0
 
 THISAPP    = xfsprogs-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4aeba534cf91f24169c64e1073b9ef27
+$(DL_FILE)_MD5 = 5edd6f3d34b1e9950c326c961b5b84c4
 
 install : $(TARGET)