commit: 638a869d2c7ada3ed7a33c19ed269d19989c708f
parent 4e554f04953e88ec03f645001c5153461d760bc0
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 18 Mar 2019 14:15:04 -0700
fuse: Update to 3.4.2
Diffstat:
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/pkg/fuse/config.h b/pkg/fuse/config.h
@@ -1,7 +1,9 @@
#define FUSERMOUNT_DIR "/bin"
#define FUSE_CONF "/etc/fuse.conf"
+#define FUSE_USE_VERSION 34
#define IGNORE_MTAB
+#undef HAVE_COPY_FILE_RANGE
#define HAVE_FDATASYNC
#define HAVE_FORK
#define HAVE_FSTATAT
@@ -16,4 +18,4 @@
#undef HAVE_STRUCT_STAT_ST_ATIMESPEC
#define HAVE_UTIMENSAT
#define HAVE_VMSPLICE
-#define PACKAGE_VERSION "3.3.0"
+#define PACKAGE_VERSION "3.4.2"
diff --git a/pkg/fuse/gen.lua b/pkg/fuse/gen.lua
@@ -1,5 +1,4 @@
cflags{
- '-D FUSE_USE_VERSION=33',
'-I $dir',
'-I $srcdir/include',
'-I $srcdir/lib',
@@ -15,8 +14,8 @@ lib('libfuse.a', [[lib/(
fuse.c fuse_loop.c fuse_loop_mt.c
fuse_lowlevel.c fuse_opt.c
fuse_signals.c buffer.c cuse_lowlevel.c
- helper.c modules/subdir.c
- mount.c mount_util.c.o
+ helper.c modules/subdir.c mount_util.c.o
+ mount.c
)]])
fetch 'git'
diff --git a/pkg/fuse/ver b/pkg/fuse/ver
@@ -1 +1 @@
-3.3.0 r0
+3.4.2 r0