commit: 7591fd50039fab97b93c19dfe41c53e8ef58f1a6
parent d02c4877441138a3f4bde5699b935b2ed582906d
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 2 Mar 2021 01:37:03 -0800
fuse: Update to 3.10.2
Diffstat:
3 files changed, 6 insertions(+), 6 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.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
@@ -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 <mforney@mforney.org>
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/ver b/pkg/fuse/ver
@@ -1 +1 @@
-3.10.1 r0
+3.10.2 r0