summaryrefslogtreecommitdiff
path: root/pkg/fuse
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-06-27 00:31:18 -0700
committerMichael Forney <mforney@mforney.org>2021-06-27 01:51:57 -0700
commit4a808b444cade1ff426c647c41997a4caeeae479 (patch)
tree30de287d9b776f9c13ef3dd78c43bed8fd4bef16 /pkg/fuse
parent8db125ff64b49da66ecc54202ea1826ad4191b9e (diff)
fuse: Update to 3.10.4
Diffstat (limited to 'pkg/fuse')
-rw-r--r--pkg/fuse/config.h2
-rw-r--r--pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch8
m---------pkg/fuse/src0
3 files changed, 5 insertions, 5 deletions
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h
index 260f0088..97264107 100644
--- a/pkg/fuse/config.h
+++ b/pkg/fuse/config.h
@@ -20,4 +20,4 @@
#define HAVE_SYMVER_ATTRIBUTE 1
#define HAVE_UTIMENSAT
#define HAVE_VMSPLICE
-#define PACKAGE_VERSION "3.10.3"
+#define PACKAGE_VERSION "3.10.4"
diff --git a/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch b/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
index 997e31da..d4c40243 100644
--- a/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
+++ b/pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch
@@ -1,4 +1,4 @@
-From 39bf781c0bf997fe434103b5a1f01765e9bc88e4 Mon Sep 17 00:00:00 2001
+From 9619dc770866c4b0185c058d3187f9ad70dbc9de 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 a92d5ee..d8e923d 100644
+index 9e6c633..f584a54 100644
--- a/include/fuse.h
+++ b/include/fuse.h
-@@ -919,7 +919,11 @@ void fuse_lib_help(struct fuse_args *args);
+@@ -922,7 +922,11 @@ void fuse_lib_help(struct fuse_args *args);
* `struct fuse_operations.init` handler.
* @return the created FUSE handle
*/
@@ -25,5 +25,5 @@ index a92d5ee..d8e923d 100644
size_t op_size, void *private_data);
#define fuse_new(args, op, size, data) fuse_new_30(args, op, size, data)
--
-2.25.1
+2.31.1
diff --git a/pkg/fuse/src b/pkg/fuse/src
-Subproject f6cb8f23ac80d067131af457994424d481d4da0
+Subproject c56ba920474d972483926ec40022d9640b31779