Update to sshfs-fuse 2.5.

Similar diff sent to ports@ by Michael Lesniewski in june, ok gsoares@,
MAINTAINER timeout.
This commit is contained in:
landry 2015-09-25 07:17:57 +00:00
parent 34880863e1
commit 5ef2724606
3 changed files with 8 additions and 9 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2013/06/15 14:28:05 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2015/09/25 07:17:57 landry Exp $
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

View File

@ -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) = 6RcUUuXQFQucaiFY/S4tzvtdXQO6TSCJSeAKOkbG5j4=
SIZE (sshfs-fuse-2.5.tar.gz) = 136378

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-sshfs_c,v 1.2 2013/06/03 22:02:28 ajacoutot Exp $
--- sshfs.c.orig Thu Mar 8 10:34:39 2012
+++ sshfs.c Mon Jun 3 23:47:06 2013
$OpenBSD: patch-sshfs_c,v 1.3 2015/09/25 07:17:57 landry Exp $
--- sshfs.c.orig Wed Jan 8 16:34:52 2014
+++ sshfs.c Fri Sep 25 09:16:48 2015
@@ -11,7 +11,6 @@
#include <fuse.h>
@ -17,7 +17,7 @@ $OpenBSD: patch-sshfs_c,v 1.2 2013/06/03 22:02:28 ajacoutot Exp $
#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;