From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] xfsprogs: Update to version 6.1.0 Date: Mon, 09 Jan 2023 18:42:59 +0000 Message-ID: <7fec368e-b484-3068-0aaa-183c058faa95@ipfire.org> In-Reply-To: <20230108214053.3637413-6-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0424316785155580240==" List-Id: --===============0424316785155580240== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/xfsprogs | 1 + > lfs/xfsprogs | 6 +++--- > 2 files changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfs= progs > index eb2f9982e..d3223c007 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 b9ea1f694..92784a619 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 @@ > =20 > include Config > =20 > -VER =3D 5.18.0 > +VER =3D 6.1.0 > =20 > THISAPP =3D xfsprogs-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D a2a2835d53ee6ac55279636f3f3cdcecab8757911ce5c1ea5f35= 0a4da9ff4c1ca64b2aba1c0e5424c0c0a01fd0504396d5fecca12e4689c372ed5bb76b9ac24e > +$(DL_FILE)_BLAKE2 =3D 0be85ec90079bb4cb5888785f872365382dc2bdeb9f64780dfd3= dd2c8ec5fdea7eda76f5fe683de7f768d5d4b822e85a59e80ed713f196647f5c4431601fab7b > =20 > install : $(TARGET) > =20 --===============0424316785155580240==--