From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sshfs: Update to version 3.7.3 Date: Sun, 24 Nov 2024 13:27:12 +0100 Message-ID: <20241124122715.7506-7-adolf.belka@ipfire.org> In-Reply-To: <20241124122715.7506-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8065895553968959815==" List-Id: --===============8065895553968959815== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3.7.2 to 3.7.3 (May 2022) - Update of rootfile not required - Changelog 3.7.3 * Minor bugfixes. * This is the last release from the current maintainer. SSHFS is now no long= er maintained or developed. Github issue tracking and pull requests have therefore been disabled. The mailing list (see below) is still available = for use. If you would like to take over this project, you are welcome to do so. Ple= ase fork it and develop the fork for a while. Once there has been 6 months of reasona= ble activity, please contact Nikolaus(a)rath.org and I'll be happy to give you ownership of this repository or replace with a pointer to the fork. Signed-off-by: Adolf Belka --- lfs/sshfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/sshfs b/lfs/sshfs index 954031ebb..4b8a65974 100644 --- a/lfs/sshfs +++ b/lfs/sshfs @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2024 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 3.7.2 +VER =3D 3.7.3 =20 THISAPP =3D sshfs-$(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 4acf13b5b7c056d1090eadd57bf4df6549d1f712fbfea59db2c568= a94cb621ebf31d84324aeba6549c8f8818f3d4685de9d59e09f189c5307b2efb1a992efae2 +$(DL_FILE)_BLAKE2 =3D 9a229d0f11e7247e319af13245aeaf71082664409b0ca3fe1522bc= db679d402c574438be1931d5d73a16b9eda43daf20de6c1a016442ae53afa27a697e58c212 =20 install : $(TARGET) =20 --=20 2.47.0 --===============8065895553968959815==--