]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sshfs: Update to version 3.7.2
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 28 Sep 2021 21:21:56 +0000 (23:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 24 Nov 2021 09:32:33 +0000 (09:32 +0000)
- Update from 3.7.1 to 3.7.2
- Update of rootfile not required
- Changelog
   Release 3.7.2 (2021-06-08)
     * Added a secondary check so if a mkdir request fails with EPERM an access request
       will be tried - returning EEXIST if the access was successful.
Fixes: https://github.com/libfuse/sshfs/issues/243
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
lfs/sshfs

index 23b68c54103916918582d2f3e68708bb2ae75195..f9a585572afc4478574873f2e7cbf8bf4c5294e1 100644 (file)
--- a/lfs/sshfs
+++ b/lfs/sshfs
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.7.1
+VER        = 3.7.2
 
 THISAPP    = sshfs-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 22ac23d05ca7c56fb568627f086374d0
+$(DL_FILE)_MD5 = 86dcc81a1381c3e6863c97e684501bb6
 
 install : $(TARGET)