logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: b492f5d33e4c9f1f86075c263d909912c1b76acf
parent 15ac3589fcbf3b485e01ae988d5ab6d5df3fcb17
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 20 Mar 2020 14:59:28 -0700

fuse: Update to 3.9.1

Diffstat:

Mpkg/fuse/config.h4++--
Mpkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch8++++----
Mpkg/fuse/ver2+-
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h @@ -1,6 +1,6 @@ #define FUSERMOUNT_DIR "/bin" #define FUSE_CONF "/etc/fuse.conf" -#define FUSE_USE_VERSION 34 +#define FUSE_USE_VERSION 35 #define IGNORE_MTAB #undef HAVE_COPY_FILE_RANGE @@ -19,4 +19,4 @@ #undef HAVE_STRUCT_STAT_ST_ATIMESPEC #define HAVE_UTIMENSAT #define HAVE_VMSPLICE -#define PACKAGE_VERSION "3.9.0" +#define PACKAGE_VERSION "3.9.1" diff --git a/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch b/pkg/fuse/patch/0005-Fix-build-without-symbol-versioning.patch @@ -1,4 +1,4 @@ -From 538003675a63f2bcf3caeff368cca1b46ba38013 Mon Sep 17 00:00:00 2001 +From 39bf781c0bf997fe434103b5a1f01765e9bc88e4 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> 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 883f6e5..a5324cc 100644 +index a92d5ee..d8e923d 100644 --- a/include/fuse.h +++ b/include/fuse.h -@@ -913,7 +913,11 @@ void fuse_lib_help(struct fuse_args *args); +@@ -919,7 +919,11 @@ void fuse_lib_help(struct fuse_args *args); * `struct fuse_operations.init` handler. * @return the created FUSE handle */ @@ -25,5 +25,5 @@ index 883f6e5..a5324cc 100644 size_t op_size, void *private_data); #define fuse_new(args, op, size, data) fuse_new_30(args, op, size, data) -- -2.24.0 +2.25.1 diff --git a/pkg/fuse/ver b/pkg/fuse/ver @@ -1 +1 @@ -3.9.0 r0 +3.9.1 r0