aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/fuse/patches/100-missing_includes.patch
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2016-11-22 09:43:24 +0100
committerFelix Fietkau <nbd@nbd.name>2016-11-24 12:53:17 +0100
commit4081333084a4e52a125f678e905dbbcccb9e4bd0 (patch)
tree269928577a7fd5f8f92a4c83317feaad1e973667 /package/utils/fuse/patches/100-missing_includes.patch
parent539ae47103b7de5cecb1a94beab0acb97ef7df1d (diff)
downloadupstream-4081333084a4e52a125f678e905dbbcccb9e4bd0.tar.gz
upstream-4081333084a4e52a125f678e905dbbcccb9e4bd0.tar.bz2
upstream-4081333084a4e52a125f678e905dbbcccb9e4bd0.zip
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>
Diffstat (limited to 'package/utils/fuse/patches/100-missing_includes.patch')
-rw-r--r--package/utils/fuse/patches/100-missing_includes.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/utils/fuse/patches/100-missing_includes.patch b/package/utils/fuse/patches/100-missing_includes.patch
index 0790bffcd1..e74a1870f0 100644
--- a/package/utils/fuse/patches/100-missing_includes.patch
+++ b/package/utils/fuse/patches/100-missing_includes.patch
@@ -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 @@