diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 01:37:03 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 7591fd50039fab97b93c19dfe41c53e8ef58f1a6 (patch) | |
| tree | 98acbe45076680bd00afa30ee083986e4833cb6a /pkg/fuse | |
| parent | d02c4877441138a3f4bde5699b935b2ed582906d (diff) | |
fuse: Update to 3.10.2
Diffstat (limited to 'pkg/fuse')
| -rw-r--r-- | pkg/fuse/config.h | 2 | ||||
| -rw-r--r-- | pkg/fuse/patch/0002-Use-__typeof__-instead-of-typeof.patch | 8 | ||||
| m--------- | pkg/fuse/src | 0 | ||||
| -rw-r--r-- | pkg/fuse/ver | 2 |
4 files changed, 6 insertions, 6 deletions
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 <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/src b/pkg/fuse/src -Subproject cd4aae2de6aacad31a15791bbb52adf173561a6 +Subproject 77d662459a0fcdf358d515477d33795837e859d 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 |
