diff options
| author | Michael Forney <mforney@mforney.org> | 2020-03-20 14:59:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-20 14:59:28 -0700 |
| commit | b492f5d33e4c9f1f86075c263d909912c1b76acf (patch) | |
| tree | d662a3ad55db62b412acab90f0844c4745ca5673 | |
| parent | 15ac3589fcbf3b485e01ae988d5ab6d5df3fcb17 (diff) | |
fuse: Update to 3.9.1
| -rw-r--r-- | pkg/fuse/config.h | 4 | ||||
| -rw-r--r-- | pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch | 8 | ||||
| m--------- | pkg/fuse/src | 0 | ||||
| -rw-r--r-- | pkg/fuse/ver | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h index 3c19d0f1..e20e50aa 100644 --- a/pkg/fuse/config.h +++ b/pkg/fuse/config.h @@ -1,6 +1,6 @@ #define FUSERMOUNT_DIR "/bin" #define FUSE_CONF "/etc/fuse.conf" -#define FUSE_USE_VERSION 34 +#define FUSE_USE_VERSION 35 #define IGNORE_MTAB #undef HAVE_COPY_FILE_RANGE @@ -19,4 +19,4 @@ #undef HAVE_STRUCT_STAT_ST_ATIMESPEC #define HAVE_UTIMENSAT #define HAVE_VMSPLICE -#define PACKAGE_VERSION "3.9.0" +#define PACKAGE_VERSION "3.9.1" diff --git a/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch b/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch index 8861a1e1..997e31da 100644 --- a/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch +++ b/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch @@ -1,4 +1,4 @@ -From 538003675a63f2bcf3caeff368cca1b46ba38013 Mon Sep 17 00:00:00 2001 +From 39bf781c0bf997fe434103b5a1f01765e9bc88e4 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Wed, 3 Jul 2019 00:52:16 -0700 Subject: [PATCH] Fix build without symbol versioning @@ -8,10 +8,10 @@ Subject: [PATCH] Fix build without symbol versioning 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/fuse.h b/include/fuse.h -index 883f6e5..a5324cc 100644 +index a92d5ee..d8e923d 100644 --- a/include/fuse.h +++ b/include/fuse.h -@@ -913,7 +913,11 @@ void fuse_lib_help(struct fuse_args *args); +@@ -919,7 +919,11 @@ void fuse_lib_help(struct fuse_args *args); * `struct fuse_operations.init` handler. * @return the created FUSE handle */ @@ -25,5 +25,5 @@ index 883f6e5..a5324cc 100644 size_t op_size, void *private_data); #define fuse_new(args, op, size, data) fuse_new_30(args, op, size, data) -- -2.24.0 +2.25.1 diff --git a/pkg/fuse/src b/pkg/fuse/src -Subproject b5060b0642f6f97a934c4fc6a8d4dcd84d454fe +Subproject fe484d2d43bad4dafac9fbc1773030cdb4a2d99 diff --git a/pkg/fuse/ver b/pkg/fuse/ver index 1029968a..00645076 100644 --- a/pkg/fuse/ver +++ b/pkg/fuse/ver @@ -1 +1 @@ -3.9.0 r0 +3.9.1 r0 |
