commit: 4a808b444cade1ff426c647c41997a4caeeae479
parent 8db125ff64b49da66ecc54202ea1826ad4191b9e
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 27 Jun 2021 00:31:18 -0700
fuse: Update to 3.10.4
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git 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
@@ -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