* [PATCH] sshfs: Update to version 3.7.2
@ 2021-09-28 21:21 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2021-09-28 21:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
- 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(a)ipfire.org>
---
lfs/sshfs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/sshfs b/lfs/sshfs
index 23b68c541..f9a585572 100644
--- 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)
--
2.33.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-09-28 21:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 21:21 [PATCH] sshfs: Update to version 3.7.2 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox