diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-10 20:02:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-10 20:08:59 -0700 |
| commit | 8bb86237036b5dabaebd7c7039131bc0022b6481 (patch) | |
| tree | d236be85ebec4385c263c99af0cf888a8edc653d /pkg | |
| parent | 3e94f81843c7a0fc6ac585ebce2a6635eb92638e (diff) | |
libfuse: Update to 3.1.1
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/libfuse/config.h | 2 | ||||
| -rw-r--r-- | pkg/libfuse/gen.rc | 1 | ||||
| -rw-r--r-- | pkg/libfuse/patch/0001-Fix-poll.h-include.patch | 25 | ||||
| -rw-r--r-- | pkg/libfuse/patch/0001-Only-enable-FUSE_SYMVER-on-glibc.patch (renamed from pkg/libfuse/patch/0002-Only-enable-FUSE_SYMVER-on-glibc.patch) | 4 | ||||
| -rw-r--r-- | pkg/libfuse/patch/0002-Disable-iconv-module.patch (renamed from pkg/libfuse/patch/0003-Disable-iconv-module.patch) | 8 | ||||
| -rw-r--r-- | pkg/libfuse/rev | 2 | ||||
| m--------- | pkg/libfuse/src | 0 |
7 files changed, 9 insertions, 33 deletions
diff --git a/pkg/libfuse/config.h b/pkg/libfuse/config.h index 7aec5521..1d71a841 100644 --- a/pkg/libfuse/config.h +++ b/pkg/libfuse/config.h @@ -9,4 +9,4 @@ #define HAVE_STRUCT_STAT_ST_ATIM #undef HAVE_STRUCT_STAT_ST_ATIMESPEC #define HAVE_VMSPLICE -#define PACKAGE_VERSION "3.1.0" +#define PACKAGE_VERSION "3.1.1" diff --git a/pkg/libfuse/gen.rc b/pkg/libfuse/gen.rc index 4084d78a..b3685eb9 100644 --- a/pkg/libfuse/gen.rc +++ b/pkg/libfuse/gen.rc @@ -1,5 +1,6 @@ cflags\ -D 'FUSE_USE_VERSION=31' \ + -D 'fuse_new_31=fuse_new' \ -I include\ -I '$dir' \ -I '$srcdir'/include\ diff --git a/pkg/libfuse/patch/0001-Fix-poll.h-include.patch b/pkg/libfuse/patch/0001-Fix-poll.h-include.patch deleted file mode 100644 index fde78225..00000000 --- a/pkg/libfuse/patch/0001-Fix-poll.h-include.patch +++ /dev/null @@ -1,25 +0,0 @@ -From e96eee39316e30dfdf965e4894fc77a8bf43e40f Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Fri, 15 Jul 2016 19:21:28 -0700 -Subject: [PATCH] Fix poll.h include - ---- - lib/mount.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/lib/mount.c b/lib/mount.c -index 2150189..7a18c11 100644 ---- a/lib/mount.c -+++ b/lib/mount.c -@@ -21,7 +21,7 @@ - #include <string.h> - #include <fcntl.h> - #include <errno.h> --#include <sys/poll.h> -+#include <poll.h> - #include <sys/socket.h> - #include <sys/un.h> - #include <sys/wait.h> --- -2.13.2 - diff --git a/pkg/libfuse/patch/0002-Only-enable-FUSE_SYMVER-on-glibc.patch b/pkg/libfuse/patch/0001-Only-enable-FUSE_SYMVER-on-glibc.patch index 302090b0..fb8d78a5 100644 --- a/pkg/libfuse/patch/0002-Only-enable-FUSE_SYMVER-on-glibc.patch +++ b/pkg/libfuse/patch/0001-Only-enable-FUSE_SYMVER-on-glibc.patch @@ -1,4 +1,4 @@ -From a414502133306dc4292ba45a43d77bd88b0ded92 Mon Sep 17 00:00:00 2001 +From 3ebf1956536d0becda1267bb465010d919bca0ed Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sun, 9 Jul 2017 02:35:33 -0700 Subject: [PATCH] Only enable FUSE_SYMVER on glibc @@ -21,5 +21,5 @@ index 2f6663e..c95ca57 100644 #else #define FUSE_SYMVER(x) -- -2.13.2 +2.14.1 diff --git a/pkg/libfuse/patch/0003-Disable-iconv-module.patch b/pkg/libfuse/patch/0002-Disable-iconv-module.patch index 7a723fd6..3047f574 100644 --- a/pkg/libfuse/patch/0003-Disable-iconv-module.patch +++ b/pkg/libfuse/patch/0002-Disable-iconv-module.patch @@ -1,4 +1,4 @@ -From 3729102830a97d81d7d1ad19c459addd2d2cb6b8 Mon Sep 17 00:00:00 2001 +From 9e9c7141aceb6e144bd132fa44f605213125d15a Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sun, 9 Jul 2017 02:35:45 -0700 Subject: [PATCH] Disable iconv module @@ -8,7 +8,7 @@ Subject: [PATCH] Disable iconv module 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/fuse.c b/lib/fuse.c -index ce29819..cdece7f 100644 +index 75f13d7..42b0cec 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -196,9 +196,8 @@ struct fuse_context_i { @@ -30,7 +30,7 @@ index ce29819..cdece7f 100644 /* Parse command line options in case we need to activate more modules */ -@@ -4683,7 +4681,6 @@ struct fuse *fuse_new(struct fuse_args *args, +@@ -4662,7 +4660,6 @@ struct fuse *fuse_new_31(struct fuse_args *args, if (builtin_modules_registered == 0) { /* If not, register them. */ fuse_register_module("subdir", fuse_module_subdir_factory, NULL); @@ -39,5 +39,5 @@ index ce29819..cdece7f 100644 } pthread_mutex_unlock(&fuse_context_lock); -- -2.13.2 +2.14.1 diff --git a/pkg/libfuse/rev b/pkg/libfuse/rev index 00750edc..b8626c4c 100644 --- a/pkg/libfuse/rev +++ b/pkg/libfuse/rev @@ -1 +1 @@ -3 +4 diff --git a/pkg/libfuse/src b/pkg/libfuse/src -Subproject d2ed5539fc406008816e9c65b44e2f1d0554ffb +Subproject 4be90a6f9a9f242b1f480024a7cb3c749fcf539 |
