fuse3: update to 3.5.0.

This commit is contained in:
maxice8 2019-04-17 11:45:51 -03:00 committed by maxice8
parent edad3f9f9f
commit 0aa90c061c
2 changed files with 2 additions and 18 deletions

View File

@ -1,16 +0,0 @@
diff --git test/test_syscalls.c test/test_syscalls.c
index e9a5189..db4be56 100644
--- test/test_syscalls.c
+++ test/test_syscalls.c
@@ -14,6 +14,10 @@
#include <sys/types.h>
#include <sys/stat.h>
+#ifndef ALLPERMS
+# define ALLPERMS (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO)/* 07777 */
+#endif
+
static char testfile[1024];
static char testfile2[1024];

View File

@ -1,6 +1,6 @@
# Template file for 'fuse3'
pkgname=fuse3
version=3.4.2
version=3.5.0
revision=1
wrksrc="fuse-${version}"
build_style=meson
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://github.com/libfuse/libfuse"
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
checksum=224dd4a598e23e114395a9717bc79638ab2b1e42c82ae8210aed9365aff325a3
checksum=75bfee6b730145483d18238b50daccde4c1b8133fa1703367fbf8088d0666bf0
conf_files="/etc/fuse.conf"
post_install() {