]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sshfs: Update to version 3.7.3
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 24 Nov 2024 12:27:12 +0000 (13:27 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 Dec 2024 08:05:25 +0000 (09:05 +0100)
- 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>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/sshfs

index 954031ebbea14daacd24ecc5a2a730cfb4d35415..4b8a65974078846fc05a3003a4547cd15525fb1e 100644 (file)
--- a/lfs/sshfs
+++ b/lfs/sshfs
@@ -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)