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.13.0 Date: Sun, 02 Mar 2025 09:26:14 +0000 Message-ID: <20250226181250.1470980-8-adolf.belka@ipfire.org> In-Reply-To: <20250226181250.1470980-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0121157053273710908==" List-Id: --===============0121157053273710908== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 6.11.0 to 6.13.0 - Update of rootfile - Changelog is not provided in the source tarball. Detasils can be found from= the git log https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/ Signed-off-by: Adolf Belka --- config/rootfiles/common/xfsprogs | 6 ++++++ lfs/xfsprogs | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfspr= ogs index 741fac91d..def65afa3 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -35,6 +35,7 @@ usr/sbin/xfs_metadump usr/sbin/xfs_mkfile usr/sbin/xfs_ncheck usr/sbin/xfs_property +usr/sbin/xfs_protofile usr/sbin/xfs_quota usr/sbin/xfs_rtcp usr/sbin/xfs_scrub @@ -48,6 +49,7 @@ usr/sbin/xfs_spaceman #usr/share/locale/pl/LC_MESSAGES/xfsprogs.mo #usr/share/man/man2/ioctl_xfs_ag_geometry.2 #usr/share/man/man2/ioctl_xfs_bulkstat.2 +#usr/share/man/man2/ioctl_xfs_commit_range.2 #usr/share/man/man2/ioctl_xfs_exchange_range.2 #usr/share/man/man2/ioctl_xfs_fsbulkstat.2 #usr/share/man/man2/ioctl_xfs_fscounts.2 @@ -63,9 +65,11 @@ usr/sbin/xfs_spaceman #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_rtgroup_geometry.2 #usr/share/man/man2/ioctl_xfs_scrub_metadata.2 #usr/share/man/man2/ioctl_xfs_scrubv_metadata.2 #usr/share/man/man2/ioctl_xfs_setresblks.2 +#usr/share/man/man2/ioctl_xfs_start_commit.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 @@ -100,6 +104,7 @@ usr/sbin/xfs_spaceman #usr/share/man/man8/xfs_mkfile.8 #usr/share/man/man8/xfs_ncheck.8 #usr/share/man/man8/xfs_property.8 +#usr/share/man/man8/xfs_protofile.8 #usr/share/man/man8/xfs_quota.8 #usr/share/man/man8/xfs_repair.8 #usr/share/man/man8/xfs_rtcp.8 @@ -114,6 +119,7 @@ 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.12.conf #usr/share/xfsprogs/mkfs/lts_6.6.conf #usr/share/xfsprogs/xfs_scrub_all.cron var/lib/xfsprogs diff --git a/lfs/xfsprogs b/lfs/xfsprogs index c99531b2f..29540a6a1 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.11.0 +VER =3D 6.13.0 =20 THISAPP =3D xfsprogs-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 846b25ad36477d71f8f2091ad16699356416f09befbb4250335081= d2a8fd78011e9100fbabfb727acdb65520a38c912d9bb9e33b17c222c97de88fd00ab004a9 +$(DL_FILE)_BLAKE2 =3D 98a8b51ba7fb7f58ea292e9c4624ca3c2337d962f832d92549763a= 85036b8ba0579de0d172465227eb51cc5c51e3b5d4f54144690001ea8b6795b3a43bc41b9b =20 install : $(TARGET) =20 --=20 2.48.1 --===============0121157053273710908==--