Skip to content

Commit

Permalink
sshfs: Update to version 3.7.2
Browse files Browse the repository at this point in the history
- 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: libfuse/sshfs#243

Signed-off-by: Adolf Belka <[email protected]>
  • Loading branch information
Adolf Belka authored and Arne Fitzenreiter committed Nov 24, 2021
1 parent 549f529 commit 7b30673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lfs/sshfs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

include Config

VER = 3.7.1
VER = 3.7.2

THISAPP = sshfs-$(VER)
DL_FILE = $(THISAPP).tar.xz
Expand All @@ -40,7 +40,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_MD5 = 22ac23d05ca7c56fb568627f086374d0
$(DL_FILE)_MD5 = 86dcc81a1381c3e6863c97e684501bb6

install : $(TARGET)

Expand Down

0 comments on commit 7b30673

Please sign in to comment.