./filesystems/fuse-sshfs, File system client based on the SFTP protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.7.4a, Package name: fuse-sshfs-3.7.4a, Maintainer: pkgsrc-users

This is a filesystem client based on the SSH File Transfer Protocol.
Since most SSH servers already support this protocol it is very easy to
set up: i.e. on the server side there's nothing to do. On the client
side mounting the filesystem is as easy as logging into the server with
ssh.

The idea of sshfs was taken from the SSHFS filesystem distributed with
LUFS. There were some limitations in that codebase, and this
implementation features:

- Based on FUSE
- Multithreading
- Large reads (max 64k)
- Caching directory contents
- Reconnect on failure


Required to run:
[devel/glib2]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 55.328 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-22 20:46:10 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
fuse-sshfs: update to 3.7.4a.

Release 3.7.4a (2023-09-22)
--------------------------
* Revert: Support request size negotiation and increased throughput on \ 
high-latency connections
due to user reported bug

Release 3.7.4 (2023-09-14)
--------------------------

* Support request size negotiation and increased throughput on high-latency \ 
connections
* Supports connecting to vsock (7) via shfs -o vsock=CID:PORT
* README in markdown instead of rst
* Various test fixes
   2023-09-08 16:09:47 by Thomas Klausner | Files touched by this commit (2)
Log message:
fuse-sshfs: switch to a maintained fork

From the github page:

This is a currently maintained fork of SSHFS

SSHFS (original repo: https://github.com/libfuse/sshfs) has been
declared to be unmaintained and it breaks our heart. So me and some
friends have decided to fork it and give it some love.

Changes:
About 35 commits since the last release.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-05-02 18:18:04 by Thomas Klausner | Files touched by this commit (1)
Log message:
fuse-sshfs: build using python 3 only
   2022-08-25 00:26:33 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
fuse-sshfs: update to 3.7.3.

Release 3.7.3 (2022-05-26)
--------------------------

* Minor bugfixes.

* This is the last release from the current maintainer. SSHFS is now no longer \ 
maintained
  or developed. Github issue tracking and pull requests have therefore been \ 
disabled. The
  mailing list (see below) is still available for use.

  If you would like to take over this project, you are welcome to do so. Please \ 
fork it
  and develop the fork for a while. Once there has been 6 months of reasonable \ 
activity,
  please contact Nikolaus@rath.org and I'll be happy to give you ownership of this
  repository or replace with a pointer to the fork.
   2022-01-27 05:06:20 by Masatake Daimon | Files touched by this commit (2)
Log message:
Fix build on NetBSD 9
   2022-01-22 19:48:04 by Masatake Daimon | Files touched by this commit (5)
Log message:
Conditionalise workarounds for old NetBSD librefuse
   2021-12-20 08:09:08 by Nia Alarie | Files touched by this commit (1)
Log message:
rst2man: Fix sandbox builds: ensure the versioned rst2man executable
is found so that man pages are always generated.