From 7591fd50039fab97b93c19dfe41c53e8ef58f1a6 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 2 Mar 2021 01:37:03 -0800 Subject: fuse: Update to 3.10.2 --- pkg/fuse/config.h | 2 +- pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch | 8 ++++---- pkg/fuse/src | 2 +- pkg/fuse/ver | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'pkg') diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h index 4088a5f2..343965ce 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.1" +#define PACKAGE_VERSION "3.10.2" diff --git a/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch b/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch index 86b95634..d4dc3233 100644 --- a/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch +++ b/pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch @@ -1,4 +1,4 @@ -From ad82739adeaa66a401f055a308c8d786f5b011a2 Mon Sep 17 00:00:00 2001 +From f654bcf1919c011d16a73ff76d6fc517ce7ffef8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 1 Jul 2019 22:45:12 -0700 Subject: [PATCH] Use __typeof__ instead of typeof @@ -9,10 +9,10 @@ typeof might not be available if built with ISO C mode. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/fusermount.c b/util/fusermount.c -index 56da6ec..a09b91d 100644 +index ed62ea9..c497891 100644 --- a/util/fusermount.c +++ b/util/fusermount.c -@@ -1013,7 +1013,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd) +@@ -992,7 +992,7 @@ static int check_perm(const char **mntp, struct stat *stbuf, int *mountpoint_fd) * (https://bazaar.launchpad.net/~ecryptfs/ecryptfs/trunk/view/head:/src/utils/mount.ecryptfs_private.c#L225) * but got expanded as we found more filesystems that needed to be * overlayed. */ @@ -22,5 +22,5 @@ index 56da6ec..a09b91d 100644 0x00000187 /* AUTOFS_SUPER_MAGIC */, 0xCA451A4E /* BCACHEFS_STATFS_MAGIC */, -- -2.22.0 +2.30.0 diff --git a/pkg/fuse/src b/pkg/fuse/src index cd4aae2d..77d66245 160000 --- a/pkg/fuse/src +++ b/pkg/fuse/src @@ -1 +1 @@ -Subproject commit cd4aae2de6aacad31a15791bbb52adf173561a6d +Subproject commit 77d662459a0fcdf358d515477d33795837e859d5 diff --git a/pkg/fuse/ver b/pkg/fuse/ver index 1be7edb3..67948e04 100644 --- a/pkg/fuse/ver +++ b/pkg/fuse/ver @@ -1 +1 @@ -3.10.1 r0 +3.10.2 r0 -- cgit v1.2.3