[Lunar-commits] <moonbase> sshfs: version bumped to 2.3.
Florin Braescu
florin at lunar-linux.org
Sat Jul 16 17:18:00 CEST 2011
commit ee9461c7260116cdeca053b8d6e7aea0bffafb4f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jul 16 19:18:00 2011 +0400
sshfs: version bumped to 2.3.
---
filesys/sshfs/DETAILS | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/filesys/sshfs/DETAILS b/filesys/sshfs/DETAILS
index 2bd3d73..bfab788 100644
--- a/filesys/sshfs/DETAILS
+++ b/filesys/sshfs/DETAILS
@@ -1,25 +1,25 @@
MODULE=sshfs
- VERSION=2.2
+ VERSION=2.3
SOURCE=$MODULE-fuse-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-fuse-$VERSION
SOURCE_URL=$SFORGE_URL/fuse
- SOURCE_VFY=sha1:5c75cc747f97fd4fa031059346c25282027e5bc9
+ SOURCE_VFY=sha1:dc0094a671fa39a46e1e7179e1da615415c45774
WEB_SITE=http://fuse.sourceforge.net/sshfs.html
MAINTAINER=elangelo at lunar-linux.org
ENTERED=20060301
- UPDATED=20081021
+ UPDATED=20110716
SHORT="Filesystem client based on the SSH File Transfer Protocol"
cat << EOF
sshfs 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
+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, which was very useful. However, there were some limitations of
-that codebase, so it was rewritten. Features of this implementation are:
+that codebase, so it was rewritten. Features of this implementation are:
* Based on FUSE
* Multithreading: more than one request can be on it's way to the server
More information about the Lunar-commits
mailing list