From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] xfsprogs: Update to version 6.13.0
Date: Sun, 02 Mar 2025 09:26:14 +0000 [thread overview]
Message-ID: <20250226181250.1470980-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250226181250.1470980-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3690 bytes --]
- 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 <adolf.belka(a)ipfire.org>
---
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/xfsprogs
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 <info(a)ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info(a)ipfire.org> #
# #
# 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 @@
include Config
-VER = 6.11.0
+VER = 6.13.0
THISAPP = xfsprogs-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 846b25ad36477d71f8f2091ad16699356416f09befbb4250335081d2a8fd78011e9100fbabfb727acdb65520a38c912d9bb9e33b17c222c97de88fd00ab004a9
+$(DL_FILE)_BLAKE2 = 98a8b51ba7fb7f58ea292e9c4624ca3c2337d962f832d92549763a85036b8ba0579de0d172465227eb51cc5c51e3b5d4f54144690001ea8b6795b3a43bc41b9b
install : $(TARGET)
--
2.48.1
next prev parent reply other threads:[~2025-03-02 9:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-02 9:26 [PATCH] btrfs-progs: Update to version 6.13 Adolf Belka
2025-03-02 9:26 ` [PATCH] postfix: Update to version 3.10.1 Adolf Belka
2025-03-02 9:26 ` Adolf Belka [this message]
2025-03-02 9:26 ` [PATCH] which: Update to version 2.23 Adolf Belka
2025-03-02 9:26 ` [PATCH] libffi: Update to version 3.4.7 Adolf Belka
2025-03-02 9:26 ` [PATCH] tshark: Update to version 4.4.5 Adolf Belka
2025-03-02 9:26 ` [PATCH] pcre2: Update to version 10.45 Adolf Belka
2025-03-02 9:26 ` [PATCH] diffutils: Update to version 3.11 Adolf Belka
2025-03-02 9:26 ` [PATCH] zstd: Update to version 1.5.7 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250226181250.1470980-8-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox