diff options
Diffstat (limited to 'pkg/fuse')
| -rw-r--r-- | pkg/fuse/config.h | 2 | ||||
| -rw-r--r-- | pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB-425.patch | 34 | ||||
| -rw-r--r-- | pkg/fuse/patch/0001-Only-use-versioned-symbols-on-GNU-compatible-compile.patch (renamed from pkg/fuse/patch/0002-Only-use-versioned-symbols-on-GNU-compatible-compile.patch) | 0 | ||||
| -rw-r--r-- | pkg/fuse/patch/0002-Remove-extra-when-symbol-versions-are-disabled.patch (renamed from pkg/fuse/patch/0003-Remove-extra-when-symbol-versions-are-disabled.patch) | 0 | ||||
| -rw-r--r-- | pkg/fuse/patch/0003-Avoid-statement-expressions-in-container_of-macro.patch (renamed from pkg/fuse/patch/0004-Avoid-statement-expressions-in-container_of-macro.patch) | 0 | ||||
| -rw-r--r-- | pkg/fuse/patch/0004-Use-__typeof__-instead-of-typeof.patch (renamed from pkg/fuse/patch/0005-Use-__typeof__-instead-of-typeof.patch) | 0 | ||||
| -rw-r--r-- | pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch (renamed from pkg/fuse/patch/0006-Fix-build-without-symbol-versioning.patch) | 0 | ||||
| m--------- | pkg/fuse/src | 0 | ||||
| -rw-r--r-- | pkg/fuse/ver | 2 |
9 files changed, 2 insertions, 36 deletions
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h index e13547c0..c341f46e 100644 --- a/pkg/fuse/config.h +++ b/pkg/fuse/config.h @@ -19,4 +19,4 @@ #undef HAVE_STRUCT_STAT_ST_ATIMESPEC #define HAVE_UTIMENSAT #define HAVE_VMSPLICE -#define PACKAGE_VERSION "3.6.1" +#define PACKAGE_VERSION "3.6.2" diff --git a/pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB-425.patch b/pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB-425.patch deleted file mode 100644 index d60cb426..00000000 --- a/pkg/fuse/patch/0001-Fix-build-with-IGNORE_MTAB-425.patch +++ /dev/null @@ -1,34 +0,0 @@ -From f0c52798b761280583379ba267b0ecc1ea34bbfc Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Sat, 15 Jun 2019 03:16:45 -0700 -Subject: [PATCH] Fix build with IGNORE_MTAB (#425) - -chdir_to_parent and check_is_mount are used by should_auto_mount, added -in fuse-3.3.0, regardless of whether IGNORE_MTAB is defined. ---- - util/fusermount.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/util/fusermount.c b/util/fusermount.c -index 5e0b104..56da6ec 100644 ---- a/util/fusermount.c -+++ b/util/fusermount.c -@@ -208,6 +208,7 @@ static int may_unmount(const char *mnt, int quiet) - - return 0; - } -+#endif - - /* - * Check whether the file specified in "fusermount3 -u" is really a -@@ -395,6 +396,7 @@ static int chdir_to_parent(char *copy, const char **lastp) - return 0; - } - -+#ifndef IGNORE_MTAB - /* Check whether the kernel supports UMOUNT_NOFOLLOW flag */ - static int umount_nofollow_support(void) - { --- -2.20.1 - diff --git a/pkg/fuse/patch/0002-Only-use-versioned-symbols-on-GNU-compatible-compile.patch b/pkg/fuse/patch/0001-Only-use-versioned-symbols-on-GNU-compatible-compile.patch index 61b485f9..61b485f9 100644 --- a/pkg/fuse/patch/0002-Only-use-versioned-symbols-on-GNU-compatible-compile.patch +++ b/pkg/fuse/patch/0001-Only-use-versioned-symbols-on-GNU-compatible-compile.patch diff --git a/pkg/fuse/patch/0003-Remove-extra-when-symbol-versions-are-disabled.patch b/pkg/fuse/patch/0002-Remove-extra-when-symbol-versions-are-disabled.patch index daedab31..daedab31 100644 --- a/pkg/fuse/patch/0003-Remove-extra-when-symbol-versions-are-disabled.patch +++ b/pkg/fuse/patch/0002-Remove-extra-when-symbol-versions-are-disabled.patch diff --git a/pkg/fuse/patch/0004-Avoid-statement-expressions-in-container_of-macro.patch b/pkg/fuse/patch/0003-Avoid-statement-expressions-in-container_of-macro.patch index 2d8aaa87..2d8aaa87 100644 --- a/pkg/fuse/patch/0004-Avoid-statement-expressions-in-container_of-macro.patch +++ b/pkg/fuse/patch/0003-Avoid-statement-expressions-in-container_of-macro.patch diff --git a/pkg/fuse/patch/0005-Use-__typeof__-instead-of-typeof.patch b/pkg/fuse/patch/0004-Use-__typeof__-instead-of-typeof.patch index 86b95634..86b95634 100644 --- a/pkg/fuse/patch/0005-Use-__typeof__-instead-of-typeof.patch +++ b/pkg/fuse/patch/0004-Use-__typeof__-instead-of-typeof.patch diff --git a/pkg/fuse/patch/0006-Fix-build-without-symbol-versioning.patch b/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch index 36408315..36408315 100644 --- a/pkg/fuse/patch/0006-Fix-build-without-symbol-versioning.patch +++ b/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch diff --git a/pkg/fuse/src b/pkg/fuse/src -Subproject 38c947503d05c003ec94f1a783cf5172020d1b0 +Subproject 82e10e576e6c11eeaa13ad45421578401b14f18 diff --git a/pkg/fuse/ver b/pkg/fuse/ver index 26d17ef0..744f05ca 100644 --- a/pkg/fuse/ver +++ b/pkg/fuse/ver @@ -1 +1 @@ -3.6.1 r2 +3.6.2 r0 |
