From 275ca7abb86554e718143e9c25e971ba82b5d4a6 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Sun, 8 Jan 2023 22:40:53 +0100 Subject: [PATCH] xfsprogs: Update to version 6.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - Update from version 5.18.0 to 6.1.0 - Update of rootfile - Changelog There is no changelog in the source tarball or in the kernel site where the source tarballs are available from. xfs.org, which normally provides access to the git repository, fails to connect. xfs.wiki.kernel.org has no changelog info in it. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/xfsprogs | 1 + lfs/xfsprogs | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs index eb2f9982ec..d3223c0078 100644 --- a/config/rootfiles/common/xfsprogs +++ b/config/rootfiles/common/xfsprogs @@ -110,3 +110,4 @@ usr/sbin/xfs_spaceman #usr/share/xfsprogs/mkfs/lts_5.10.conf #usr/share/xfsprogs/mkfs/lts_5.15.conf #usr/share/xfsprogs/mkfs/lts_5.4.conf +#usr/share/xfsprogs/mkfs/lts_6.1.conf diff --git a/lfs/xfsprogs b/lfs/xfsprogs index b9ea1f6940..92784a6198 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 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 @@ include Config -VER = 5.18.0 +VER = 6.1.0 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a2a2835d53ee6ac55279636f3f3cdcecab8757911ce5c1ea5f350a4da9ff4c1ca64b2aba1c0e5424c0c0a01fd0504396d5fecca12e4689c372ed5bb76b9ac24e +$(DL_FILE)_BLAKE2 = 0be85ec90079bb4cb5888785f872365382dc2bdeb9f64780dfd3dd2c8ec5fdea7eda76f5fe683de7f768d5d4b822e85a59e80ed713f196647f5c4431601fab7b install : $(TARGET) -- 2.39.5