diff options
author | B. Watson <yalhcru@gmail.com> | 2020-08-05 02:30:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:36 +0700 |
commit | 6732c88124f630c62ff2c03b7f24a991b9cc46ea (patch) | |
tree | 973d352735406a3c30f82054a289941beb5f989f /network/sshfs-fuse | |
parent | 0091dad9b405e75fb6a185d701b691899457a3b3 (diff) |
network/sshfs-fuse: Updated for version 3.7.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse')
-rw-r--r-- | network/sshfs-fuse/fixrst.diff | 22 | ||||
-rw-r--r-- | network/sshfs-fuse/sshfs-fuse.SlackBuild | 9 | ||||
-rw-r--r-- | network/sshfs-fuse/sshfs-fuse.info | 6 | ||||
-rw-r--r-- | network/sshfs-fuse/sshfs.1.gz | bin | 4809 -> 5085 bytes |
4 files changed, 5 insertions, 32 deletions
diff --git a/network/sshfs-fuse/fixrst.diff b/network/sshfs-fuse/fixrst.diff deleted file mode 100644 index 4bf148f5d57b..000000000000 --- a/network/sshfs-fuse/fixrst.diff +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur sshfs-3.6.0/sshfs.rst sshfs-3.6.0.patched/sshfs.rst ---- sshfs-3.6.0/sshfs.rst 2019-11-03 04:34:29.000000000 -0500 -+++ sshfs-3.6.0.patched/sshfs.rst 2020-01-01 03:49:22.746410220 -0500 -@@ -205,13 +205,11 @@ - -o direct_io - This option disables the use of page cache (file content cache) in - the kernel for this filesystem. -- This has several affects: -- 1. Each read() or write() system call will initiate one or more read or -- write operations, data will not be cached in the kernel. -- 2. The return value of the read() and write() system calls will correspond -- to the return values of the read and write operations. This is useful -- for example if the file size is not known in advance (before reading it). -- e.g. /proc filesystem -+ This has several effects: -+ -+ 1. Each read() or write() system call will initiate one or more read or write operations, data will not be cached in the kernel. -+ -+ 2. The return value of the read() and write() system calls will correspond to the return values of the read and write operations. This is useful for example if the file size is not known in advance (before reading it). e.g. /proc filesystem - - In addition, SSHFS accepts several options common to all FUSE file - systems. These are described in the `mount.fuse` manpage (look diff --git a/network/sshfs-fuse/sshfs-fuse.SlackBuild b/network/sshfs-fuse/sshfs-fuse.SlackBuild index 1a4e9412a009..57cb03c15098 100644 --- a/network/sshfs-fuse/sshfs-fuse.SlackBuild +++ b/network/sshfs-fuse/sshfs-fuse.SlackBuild @@ -24,17 +24,14 @@ # Now maintained by B. Watson <yalhcru@gmail.com> -# Note: I'm aware the fixrst.diff isn't being applied. Please leave -# it in the repo, it's the source for the sshfs.1.gz, which *is* -# installed. Need the diff to comply with the GPL. - +# 20200804 bkw: update for v3.7.0. # 20200101 bkw: # - take over maintenance # - update for v3.6.0. too many changes to build old versions. PRGNAM=sshfs-fuse SRCNAM=sshfs -VERSION=${VERSION:-3.6.0} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,8 +91,6 @@ cd build cd .. # Use prebuilt man page, so this build doesn't depend on docutils. -# Also, the supplied sshfs.rst is slightly broken, this man page was -# made from a slightly fixed version (see fixrst.diff). # Don't use the one installed by ninja, if there was one. MANDIR=$PKG/usr/man/man1 rm -f $MANDIR/$SRCNAM.1 diff --git a/network/sshfs-fuse/sshfs-fuse.info b/network/sshfs-fuse/sshfs-fuse.info index 8503f7fa0c10..fd6101a05adb 100644 --- a/network/sshfs-fuse/sshfs-fuse.info +++ b/network/sshfs-fuse/sshfs-fuse.info @@ -1,8 +1,8 @@ PRGNAM="sshfs-fuse" -VERSION="3.6.0" +VERSION="3.7.0" HOMEPAGE="https://github.com/libfuse/sshfs" -DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs-3.6.0/sshfs-3.6.0.tar.xz" -MD5SUM="7f7685ebefdea10c5fc44a54e9500e36" +DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.0/sshfs-3.7.0.tar.xz" +MD5SUM="0a1414bfad323d9f3d7aaccdec671e06" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="meson fuse3" diff --git a/network/sshfs-fuse/sshfs.1.gz b/network/sshfs-fuse/sshfs.1.gz Binary files differindex fb079bef5706..182444d7a1b0 100644 --- a/network/sshfs-fuse/sshfs.1.gz +++ b/network/sshfs-fuse/sshfs.1.gz |