diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-13 13:05:07 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-13 13:05:07 -0700 |
| commit | 41f92f0bb14d3549f230f4979eb88b03edce92de (patch) | |
| tree | 74d9eecfc5b0a35fc5e7e901372292cbb28f73de /pkg | |
| parent | 2c0160aab63d6da6ae030b49d6e42e32b131eeef (diff) | |
fuse: Update to 3.6.1
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/fuse/config.h | 3 | ||||
| -rw-r--r-- | pkg/fuse/patch/0002-Fix-prototype-of-cuse_fll_ioctl.patch | 31 | ||||
| m--------- | pkg/fuse/src | 0 | ||||
| -rw-r--r-- | pkg/fuse/ver | 2 |
4 files changed, 3 insertions, 33 deletions
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h index d549db80..e13547c0 100644 --- a/pkg/fuse/config.h +++ b/pkg/fuse/config.h @@ -4,6 +4,7 @@ #define IGNORE_MTAB #undef HAVE_COPY_FILE_RANGE +#define HAVE_FALLOCATE #define HAVE_FDATASYNC #define HAVE_FORK #define HAVE_FSTATAT @@ -18,4 +19,4 @@ #undef HAVE_STRUCT_STAT_ST_ATIMESPEC #define HAVE_UTIMENSAT #define HAVE_VMSPLICE -#define PACKAGE_VERSION "3.5.0" +#define PACKAGE_VERSION "3.6.1" diff --git a/pkg/fuse/patch/0002-Fix-prototype-of-cuse_fll_ioctl.patch b/pkg/fuse/patch/0002-Fix-prototype-of-cuse_fll_ioctl.patch deleted file mode 100644 index 073ccbe2..00000000 --- a/pkg/fuse/patch/0002-Fix-prototype-of-cuse_fll_ioctl.patch +++ /dev/null @@ -1,31 +0,0 @@ -From e3f3b5690d6eeed23745ac1d966d4b51f0b5e270 Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Mon, 22 Apr 2019 20:28:01 -0700 -Subject: [PATCH] Fix prototype of cuse_fll_ioctl - -The type of cmd was changed to unsigned int. ---- - lib/cuse_lowlevel.c | 7 ++++--- - 1 file changed, 4 insertions(+), 3 deletions(-) - -diff --git a/lib/cuse_lowlevel.c b/lib/cuse_lowlevel.c -index 56e6aa9..7c146ba 100644 ---- a/lib/cuse_lowlevel.c -+++ b/lib/cuse_lowlevel.c -@@ -77,9 +77,10 @@ static void cuse_fll_fsync(fuse_req_t req, fuse_ino_t ino, int datasync, - req_clop(req)->fsync(req, datasync, fi); - } - --static void cuse_fll_ioctl(fuse_req_t req, fuse_ino_t ino, int cmd, void *arg, -- struct fuse_file_info *fi, unsigned int flags, -- const void *in_buf, size_t in_bufsz, size_t out_bufsz) -+static void cuse_fll_ioctl(fuse_req_t req, fuse_ino_t ino, unsigned int cmd, -+ void *arg, struct fuse_file_info *fi, -+ unsigned int flags, const void *in_buf, -+ size_t in_bufsz, size_t out_bufsz) - { - (void)ino; - req_clop(req)->ioctl(req, cmd, arg, fi, flags, in_buf, in_bufsz, --- -2.21.0 - diff --git a/pkg/fuse/src b/pkg/fuse/src -Subproject 9ec8e1c9406451262b6fd3c93787b2bb6d745ea +Subproject 38c947503d05c003ec94f1a783cf5172020d1b0 diff --git a/pkg/fuse/ver b/pkg/fuse/ver index 142adba1..b211e829 100644 --- a/pkg/fuse/ver +++ b/pkg/fuse/ver @@ -1 +1 @@ -3.5.0 r0 +3.6.1 r0 |
