Update to unionfs-fuse-3.3

Changes https://github.com/rpodgorny/unionfs-fuse/blob/v3.3/NEWS
This commit is contained in:
bket
2023-03-01 11:58:22 +00:00
parent 3a67b18fc0
commit 768354adee
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT = unionfs filesystem implementation
GH_ACCOUNT = rpodgorny
GH_PROJECT = unionfs-fuse
GH_TAGNAME = v3.2
GH_TAGNAME = v3.3
CATEGORIES = sysutils
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (unionfs-fuse-3.2.tar.gz) = FqTeRI3WlkQ91QjEIXwr8TqCnzSX4aDp+m8JSHrEZsE=
SIZE (unionfs-fuse-3.2.tar.gz) = 53631
SHA256 (unionfs-fuse-3.3.tar.gz) = TPOZVNJqWFo5nQ/BLt+CbzjWMPUGacL+lUhT7J1u64g=
SIZE (unionfs-fuse-3.3.tar.gz) = 54069
@@ -1,7 +1,7 @@
Index: src/fuse_ops.c
--- src/fuse_ops.c.orig
+++ src/fuse_ops.c
@@ -886,7 +886,7 @@ struct fuse_operations unionfs_oper = {
@@ -895,7 +895,7 @@ struct fuse_operations unionfs_oper = {
.getattr = unionfs_getattr,
.access = unionfs_access,
.init = unionfs_init,
@@ -1,7 +1,7 @@
Index: src/usyslog.c
--- src/usyslog.c.orig
+++ src/usyslog.c
@@ -23,8 +23,6 @@
@@ -32,8 +32,6 @@
#if __APPLE__
#include <malloc/malloc.h>