summaryrefslogtreecommitdiff
path: root/package/fuse
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 11:19:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:48 +0200
commit66c952d1ee7218c065a0cb3628431584984bdb47 (patch)
tree44f5ad4710b42bb5b4856aa245dbcb32e62c97bc /package/fuse
parent3946c8f3b55dedc0c989dadd4334a5df6753c5fc (diff)
update fuse to latest stable version
Diffstat (limited to 'package/fuse')
-rw-r--r--package/fuse/Makefile6
-rw-r--r--package/fuse/patches/patch-lib_fuse_c10
-rw-r--r--package/fuse/patches/patch-lib_fuse_lowlevel_c10
-rw-r--r--package/fuse/patches/patch-lib_mount_util_c10
-rw-r--r--package/fuse/patches/patch-util_mount_util_c10
5 files changed, 3 insertions, 43 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile
index 5e28eaa42..bfe52fd77 100644
--- a/package/fuse/Makefile
+++ b/package/fuse/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= fuse
-PKG_VERSION:= 2.9.3
-PKG_RELEASE:= 2
-PKG_HASH:= 0beb83eaf2c5e50730fc553406ef124d77bc02c64854631bdfc86bfd6437391c
+PKG_VERSION:= 2.9.4
+PKG_RELEASE:= 1
+PKG_HASH:= 6be9c0bff6af8c677414935f31699ea5a7f8f5f791cfa5205be02ea186b97ce1
PKG_DESCR:= filesystem in userspace utility
PKG_SECTION:= sys/fs
PKG_DEPENDS:= libfuse
diff --git a/package/fuse/patches/patch-lib_fuse_c b/package/fuse/patches/patch-lib_fuse_c
deleted file mode 100644
index 9b3c74e39..000000000
--- a/package/fuse/patches/patch-lib_fuse_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- fuse-2.9.3.orig/lib/fuse.c 2013-07-01 09:40:39.000000000 +0200
-+++ fuse-2.9.3/lib/fuse.c 2014-01-01 11:45:54.000000000 +0100
-@@ -33,6 +33,7 @@
- #include <dlfcn.h>
- #include <assert.h>
- #include <poll.h>
-+#include <sys/file.h>
- #include <sys/param.h>
- #include <sys/uio.h>
- #include <sys/time.h>
diff --git a/package/fuse/patches/patch-lib_fuse_lowlevel_c b/package/fuse/patches/patch-lib_fuse_lowlevel_c
deleted file mode 100644
index 253b89d27..000000000
--- a/package/fuse/patches/patch-lib_fuse_lowlevel_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- fuse-2.9.3.orig/lib/fuse_lowlevel.c 2013-07-01 09:40:39.000000000 +0200
-+++ fuse-2.9.3/lib/fuse_lowlevel.c 2014-01-01 11:50:38.000000000 +0100
-@@ -24,6 +24,7 @@
- #include <limits.h>
- #include <errno.h>
- #include <assert.h>
-+#include <sys/file.h>
-
- #ifndef F_LINUX_SPECIFIC_BASE
- #define F_LINUX_SPECIFIC_BASE 1024
diff --git a/package/fuse/patches/patch-lib_mount_util_c b/package/fuse/patches/patch-lib_mount_util_c
deleted file mode 100644
index 5c8639b43..000000000
--- a/package/fuse/patches/patch-lib_mount_util_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- fuse-2.9.3.orig/lib/mount_util.c 2013-07-01 09:25:36.000000000 +0200
-+++ fuse-2.9.3/lib/mount_util.c 2014-01-01 11:52:48.000000000 +0100
-@@ -16,6 +16,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <limits.h>
-+#include <paths.h>
- #ifndef __NetBSD__
- #include <mntent.h>
- #endif
diff --git a/package/fuse/patches/patch-util_mount_util_c b/package/fuse/patches/patch-util_mount_util_c
deleted file mode 100644
index d38196ed0..000000000
--- a/package/fuse/patches/patch-util_mount_util_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- fuse-2.9.3.orig/util/mount_util.c 2013-07-01 10:02:18.000000000 +0200
-+++ fuse-2.9.3/util/mount_util.c 2014-01-01 11:54:07.000000000 +0100
-@@ -16,6 +16,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <limits.h>
-+#include <paths.h>
- #ifndef __NetBSD__
- #include <mntent.h>
- #endif