From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sshfs: Update to version 3.7.2 Date: Tue, 28 Sep 2021 23:21:56 +0200 Message-ID: <20210928212156.2804265-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0634499537150805208==" List-Id: --===============0634499537150805208== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 acce= ss request will be tried - returning EEXIST if the access was successful. Fixes: https://github.com/libfuse/sshfs/issues/243 Signed-off-by: Adolf Belka --- 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 @@ =20 include Config =20 -VER =3D 3.7.1 +VER =3D 3.7.2 =20 THISAPP =3D sshfs-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 22ac23d05ca7c56fb568627f086374d0 +$(DL_FILE)_MD5 =3D 86dcc81a1381c3e6863c97e684501bb6 =20 install : $(TARGET) =20 --=20 2.33.0 --===============0634499537150805208==--