]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
unionfs: bump to version 2.0
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 16 Feb 2017 18:24:01 +0000 (15:24 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 16 Feb 2017 20:15:51 +0000 (21:15 +0100)
Drop upstream patch.
Update ioctl patch since it's still required to build for musl.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/unionfs/0001-Revert-to-old-pre-1.0-meta-directory.patch [deleted file]
package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch [new file with mode: 0644]
package/unionfs/unionfs.hash
package/unionfs/unionfs.mk

diff --git a/package/unionfs/0001-Revert-to-old-pre-1.0-meta-directory.patch b/package/unionfs/0001-Revert-to-old-pre-1.0-meta-directory.patch
deleted file mode 100644 (file)
index 228441b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From 93c2f9bd8b058b28016e6db2421e5b38eac0606c Mon Sep 17 00:00:00 2001
-From: Peter Korsgaard <peter@korsgaard.com>
-Date: Thu, 17 Dec 2015 15:06:38 +0100
-Subject: [PATCH] Revert to old pre-1.0 meta directory
-
-Unionfs changed its meta directory from .unionfs to .unionfs-fuse with the
-unionfs -> unionfs-fuse rename.  The rename later got reverted everywhere
-but the meta directory, so now unionfs doesn't find the whiteout files from
-older releases.
-
-Revert back to the pre-1.0 behaviour to fix this.
-
-Committed upstream:
-https://github.com/rpodgorny/unionfs-fuse/commit/93c2f9bd8b058b28016e6db2421e5b38eac0606c
-
-Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
----
- src/unionfs.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/unionfs.h b/src/unionfs.h
-index c2b5ee3..74b824f 100644
---- a/src/unionfs.h
-+++ b/src/unionfs.h
-@@ -10,7 +10,7 @@
- #define PATHLEN_MAX 1024
- #define HIDETAG "_HIDDEN~"
--#define METANAME ".unionfs-fuse"
-+#define METANAME ".unionfs"
- #define METADIR (METANAME  "/") // string concetanation!
- // fuse meta files, we might want to hide those
--- 
-2.1.4
-
diff --git a/package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch b/package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
new file mode 100644 (file)
index 0000000..f3d8fa1
--- /dev/null
@@ -0,0 +1,26 @@
+From d33635fe940ff898e026d3fb77446e52f8f2bd3f Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Date: Thu, 16 Feb 2017 14:59:30 -0300
+Subject: [PATCH] include asm/ioctl.h for _IOC_SIZE
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+---
+ src/unionfs.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/unionfs.c b/src/unionfs.c
+index 5aed5ce..f6cd368 100644
+--- a/src/unionfs.c
++++ b/src/unionfs.c
+@@ -32,7 +32,7 @@
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <inttypes.h>
+-#include <sys/ioctl.h>
++#include <asm/ioctl.h>
+ #ifdef linux
+       #include <sys/vfs.h>
+-- 
+2.10.2
+
index c843a0e8c1b9fab540a7ea685ca4313c2c466a93..fcc1d58d6ea674a61e3b43eaf15c1eb491439d83 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 2ee80bd0634a61adb2159212e155d607a0a82ad659214ae6edb3530396cccc09        unionfs-1.0.tar.gz
-sha256 c8526f80448f344fba0100e5510793b6de985b24a8b526d9a6803bcd713d9de2        0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
+sha256 f24d7dd64c678cefacbebf2727b61e3127b8ecb6bb9176d7117dd31503455643        unionfs-2.0.tar.gz
+sha256 976ca25b7706911f1a6e981c0fd236b607f497aa0b23d407825b0aad41f7c896        0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
index 0fa9c940f9e5e350ac090ce4721b9708443adcb7..4281e84c4d39fe908f9364959ce3c94f7e25186c 100644 (file)
@@ -4,10 +4,8 @@
 #
 ################################################################################
 
-UNIONFS_VERSION = 1.0
+UNIONFS_VERSION = 2.0
 UNIONFS_SITE = $(call github,rpodgorny,unionfs-fuse,v$(UNIONFS_VERSION))
-UNIONFS_PATCH = \
-       http://git.alpinelinux.org/cgit/aports/plain/main/unionfs-fuse/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
 UNIONFS_DEPENDENCIES = libfuse host-pkgconf
 UNIONFS_LICENSE = BSD-3c
 UNIONFS_LICENSE_FILES = LICENSE