From 4a808b444cade1ff426c647c41997a4caeeae479 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 27 Jun 2021 00:31:18 -0700 Subject: fuse: Update to 3.10.4 --- pkg/fuse/config.h | 2 +- pkg/fuse/patch/0003-Fix-build-without-symbol-versioning.patch | 8 ++++---- pkg/fuse/src | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'pkg/fuse') 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 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 index f6cb8f23..c56ba920 160000 --- a/pkg/fuse/src +++ b/pkg/fuse/src @@ -1 +1 @@ -Subproject commit f6cb8f23ac80d067131af457994424d481d4da0e +Subproject commit c56ba920474d972483926ec40022d9640b31779f -- cgit v1.2.3