[Buildroot] [git commit] package/fuse-overlayfs: bump to version 1.1.2

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jun 29 19:37:48 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=cf66a81bdd4c045daf4713b174a1b3f408f08a6d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Removed patch (already in version).

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
[yann.morin.1998 at free.fr: two spaces in hash file]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 .../0001-direct.c-fix-compilation-with-musl.patch  | 28 ----------------------
 package/fuse-overlayfs/fuse-overlayfs.hash         |  4 ++--
 package/fuse-overlayfs/fuse-overlayfs.mk           |  2 +-
 3 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/package/fuse-overlayfs/0001-direct.c-fix-compilation-with-musl.patch b/package/fuse-overlayfs/0001-direct.c-fix-compilation-with-musl.patch
deleted file mode 100644
index 17f58c8408..0000000000
--- a/package/fuse-overlayfs/0001-direct.c-fix-compilation-with-musl.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 27a01e622e1f26b3c60137c3123c0b667b3f6579 Mon Sep 17 00:00:00 2001
-From: Asaf Kahlon <asafka7 at gmail.com>
-Date: Mon, 22 Jun 2020 20:48:36 +0300
-Subject: [PATCH] direct.c: fix compilation with musl
-
-Upstream PR status:
-https://github.com/containers/fuse-overlayfs/pull/219
-
-Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
----
- direct.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/direct.c b/direct.c
-index 67bed20..39e5c8f 100644
---- a/direct.c
-+++ b/direct.c
-@@ -25,6 +25,7 @@
- 
- #include "fuse-overlayfs.h"
- 
-+#include "limits.h"
- #include <unistd.h>
- #include <fcntl.h>
- #include <errno.h>
--- 
-2.26.2
-
diff --git a/package/fuse-overlayfs/fuse-overlayfs.hash b/package/fuse-overlayfs/fuse-overlayfs.hash
index ee1eb694c9..4f10be85a9 100644
--- a/package/fuse-overlayfs/fuse-overlayfs.hash
+++ b/package/fuse-overlayfs/fuse-overlayfs.hash
@@ -1,4 +1,4 @@
 # Locally computed
-sha256	060168c2d5a8c6cc768b4542eba9953b7ff4a31f94bfb2e05b3d1051390838b1  fuse-overlayfs-1.1.0.tar.gz
+sha256  1c0fa67f806c44d5c51f4bce02fdcb546137a2688a8de76d93d07b79defc9cac  fuse-overlayfs-1.1.2.tar.gz
 # Locally computed
-sha256	8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/fuse-overlayfs/fuse-overlayfs.mk b/package/fuse-overlayfs/fuse-overlayfs.mk
index 25f4eadd11..1d19099eda 100644
--- a/package/fuse-overlayfs/fuse-overlayfs.mk
+++ b/package/fuse-overlayfs/fuse-overlayfs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FUSE_OVERLAYFS_VERSION = 1.1.0
+FUSE_OVERLAYFS_VERSION = 1.1.2
 FUSE_OVERLAYFS_SITE = $(call github,containers,fuse-overlayfs,v$(FUSE_OVERLAYFS_VERSION))
 FUSE_OVERLAYFS_LICENSE = GPL-3.0
 FUSE_OVERLAYFS_LICENSE_FILES = COPYING


More information about the buildroot mailing list