On 06/05/15 20:35, Michael Lesniewski wrote:
Hi, Attached is an update to the latest version of sshfs. This is a minor update with a one line change to the patch. Tested on amd64.
Ping?
Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/sshfs-fuse/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 15 Jun 2013 14:28:05 -0000 1.4 +++ Makefile 6 Jun 2015 00:29:34 -0000 @@ -2,8 +2,7 @@ COMMENT = mount remote directories over ssh -DISTNAME = sshfs-fuse-2.4 -REVISION = 1 +DISTNAME = sshfs-fuse-2.5 CATEGORIES = sysutils HOMEPAGE = http://fuse.sourceforge.net/sshfs.html Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/sshfs-fuse/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 3 Jun 2013 16:25:24 -0000 1.1.1.1 +++ distinfo 6 Jun 2015 00:29:34 -0000 @@ -1,2 +1,2 @@ -SHA256 (sshfs-fuse-2.4.tar.gz) = PJO6hSJWgJPJT/nFo3Y5KTgN0ik2XZBXaf+CR113TdE= -SIZE (sshfs-fuse-2.4.tar.gz) = 132930 +SHA256 (sshfs-fuse-2.5.tar.gz) = e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e +SIZE (sshfs-fuse-2.5.tar.gz) = 136378 Index: patches/patch-sshfs_c =================================================================== RCS file: /cvs/ports/sysutils/sshfs-fuse/patches/patch-sshfs_c,v retrieving revision 1.2 diff -u -p -r1.2 patch-sshfs_c --- patches/patch-sshfs_c 3 Jun 2013 22:02:28 -0000 1.2 +++ patches/patch-sshfs_c 6 Jun 2015 00:29:34 -0000 @@ -17,7 +17,7 @@ $OpenBSD: patch-sshfs_c,v 1.2 2013/06/03 #include <netinet/in.h> #include <netinet/tcp.h> #include <glib.h> -@@ -1543,7 +1543,7 @@ static int sftp_error_to_errno(uint32_t error) +@@ -1552,7 +1552,7 @@ static int sftp_error_to_errno(uint32_t error) case SSH_FX_NO_SUCH_FILE: return ENOENT; case SSH_FX_PERMISSION_DENIED: return EACCES; case SSH_FX_FAILURE: return EPERM;
