mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Update to unionfs-fuse-3.3
Changes https://github.com/rpodgorny/unionfs-fuse/blob/v3.3/NEWS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user