From dd14c769eb5f471c83188e30b1fe34d33bf580cd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 17 Nov 2020 21:23:06 -0800 Subject: [PATCH] sshfs: update to 3.7.1 Remove unnecessary patch. The issue was with fuse3. Signed-off-by: Rosen Penev --- net/sshfs/Makefile | 4 ++-- net/sshfs/patches/010-fuse3.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 net/sshfs/patches/010-fuse3.patch diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile index bd9db9a2c..df165e5e0 100644 --- a/net/sshfs/Makefile +++ b/net/sshfs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sshfs -PKG_VERSION:=3.7.0 +PKG_VERSION:=3.7.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/$(PKG_NAME)-$(PKG_VERSION) -PKG_HASH:=6e7e86831f3066b356e7f16e22f1b8a8f177fda05146f6a5eb821c2fd0541c34 +PKG_HASH:=fe5d3436d61b46974889e0c4515899c21a9d67851e3793c209989f72353d7750 PKG_MAINTAINER:=Zoltan HERPAI PKG_LICENSE:=GPL-2.0-only diff --git a/net/sshfs/patches/010-fuse3.patch b/net/sshfs/patches/010-fuse3.patch deleted file mode 100644 index 77651fe12..000000000 --- a/net/sshfs/patches/010-fuse3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/meson.build -+++ b/meson.build -@@ -51,7 +51,7 @@ sshfs_deps = [ dependency('fuse3', version: '>= 3.1.0'), - executable('sshfs', sshfs_sources, - include_directories: include_dirs, - dependencies: sshfs_deps, -- c_args: ['-DFUSE_USE_VERSION=31'], -+ c_args: ['-DFUSE_USE_VERSION=30'], - install: true, - install_dir: get_option('bindir')) -