package/utils/fuse: update to 2.9.7

Update fuse+libfuse to upstream 2.9.7. Drop the patch for CVE-2015-3202,
which is already integrated in the newer version. Rework the other patches.
Also switch PKG_SOURCE from @SF to libfuse's github releases.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
Paul Wassi
2016-11-22 09:43:24 +01:00
committed by Felix Fietkau
parent 539ae47103
commit 4081333084
5 changed files with 5 additions and 74 deletions

View File

@@ -1,13 +1,3 @@
--- a/lib/mount_util.c
+++ b/lib/mount_util.c
@@ -16,6 +16,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <paths.h>
#ifndef __NetBSD__
#include <mntent.h>
#endif
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -32,6 +32,7 @@