From 768354adee82d2df33513affdc954d0262c2fdcb Mon Sep 17 00:00:00 2001 From: bket Date: Wed, 1 Mar 2023 11:58:22 +0000 Subject: [PATCH] Update to unionfs-fuse-3.3 Changes https://github.com/rpodgorny/unionfs-fuse/blob/v3.3/NEWS --- sysutils/unionfs-fuse/Makefile | 2 +- sysutils/unionfs-fuse/distinfo | 4 ++-- sysutils/unionfs-fuse/patches/patch-src_fuse_ops_c | 2 +- sysutils/unionfs-fuse/patches/patch-src_usyslog_c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/unionfs-fuse/Makefile b/sysutils/unionfs-fuse/Makefile index 8e8de89f58d..3908b16e4eb 100644 --- a/sysutils/unionfs-fuse/Makefile +++ b/sysutils/unionfs-fuse/Makefile @@ -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 diff --git a/sysutils/unionfs-fuse/distinfo b/sysutils/unionfs-fuse/distinfo index 5acb269431a..dd676d98b62 100644 --- a/sysutils/unionfs-fuse/distinfo +++ b/sysutils/unionfs-fuse/distinfo @@ -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 diff --git a/sysutils/unionfs-fuse/patches/patch-src_fuse_ops_c b/sysutils/unionfs-fuse/patches/patch-src_fuse_ops_c index 8431bad5bd6..22a1cb60876 100644 --- a/sysutils/unionfs-fuse/patches/patch-src_fuse_ops_c +++ b/sysutils/unionfs-fuse/patches/patch-src_fuse_ops_c @@ -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, diff --git a/sysutils/unionfs-fuse/patches/patch-src_usyslog_c b/sysutils/unionfs-fuse/patches/patch-src_usyslog_c index 89d3faa96cd..76f808ccc87 100644 --- a/sysutils/unionfs-fuse/patches/patch-src_usyslog_c +++ b/sysutils/unionfs-fuse/patches/patch-src_usyslog_c @@ -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