sshfs: Update to version 3.7.3
Commit Message
- 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 longer
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. Please
fork it
and develop the fork for a while. Once there has been 6 months of reasonable
activity, please contact Nikolaus@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 <adolf.belka@ipfire.org>
---
lfs/sshfs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info@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 = 3.7.2
+VER = 3.7.3
THISAPP = sshfs-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 4acf13b5b7c056d1090eadd57bf4df6549d1f712fbfea59db2c568a94cb621ebf31d84324aeba6549c8f8818f3d4685de9d59e09f189c5307b2efb1a992efae2
+$(DL_FILE)_BLAKE2 = 9a229d0f11e7247e319af13245aeaf71082664409b0ca3fe1522bcdb679d402c574438be1931d5d73a16b9eda43daf20de6c1a016442ae53afa27a697e58c212
install : $(TARGET)