- Update from version 6.16.0 to 6.17.0
- No change in rootfile
- Changelog
    6.17.0
        xfs_scrub_fail: reduce security lockdowns to avoid postfix problems 
(Darrick J. Wong)
        mkfs: fix copy-paste error in calculate_rtgroup_geometry (Darrick J. 
Wong)
        xfs_scrub: fix strerror_r usage yet again (Darrick J. Wong)
        mkfs: fix libxfs_iget return value sign inversion (Darrick J. Wong)
        xfs_scrub: Use POSIX-conformant strerror_r (A. Wilcox)
        xfs_db: use file_setattr to copy attributes on special files with rdump 
(Andrey Albershteyn)
        xfs_io: make ls/chattr work with special files (Andrey Albershteyn)
        xfs_quota: utilize file_setattr to set prjid on special files (Andrey 
Albershteyn)
        configure: Base NEED_INTERNAL_STATX on libc headers first (Johannes 
Nixdorf)
        xfs_io: add FALLOC_FL_WRITE_ZEROES support (Zhang Yi)
        xfsprogs: fix utcnow deprecation warning in xfs_scrub_all.py (Christian 
Kujau)
        Improve information about logbsize valid values (Carlos Maiolino)
        proto: add ability to populate a filesystem from a directory (Luca Di 
Maio)

Signed-off-by: Adolf Belka <[email protected]>
---
 lfs/xfsprogs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/xfsprogs b/lfs/xfsprogs
index 0e7db6654..224f6441e 100644
--- a/lfs/xfsprogs
+++ b/lfs/xfsprogs
@@ -24,8 +24,8 @@
 
 include Config
 
-VER        = 6.16.0
-# https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
+VER        = 6.17.0
+#          https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
 
 THISAPP    = xfsprogs-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
ae4087c887b4c9d2fcc4b5341ca3c7d0333cf2132111179feee4b765ba9a1cc94143723b2bc4bcd8658bd7902871266af69293c77d715de1d0e878dc76b42e8e
+$(DL_FILE)_BLAKE2 = 
e841526add6c17d036a709c1fafe879a50ba7d568008865eac8d166182be5514d8abc94b8facbe113aa6106ac394ea01049b6a555ebd280ee1cd5d64fff1b5da
 
 install : $(TARGET)
 
-- 
2.51.1


Reply via email to