summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorFlorian Franzmann2021-06-10 22:06:12 +0200
committerFlorian Franzmann2021-06-12 15:00:20 +0200
commit4340b3810be2a0c203254716fe938d4a7f958f24 (patch)
tree1b8d3f906e17bce7a0170d2e2fa7f655bb8a50d0 /disk
parent6e9123a7b790a3e9e523cf7962e7d2f336a757db (diff)
disk/fuse3: version 3.10.4
Diffstat (limited to 'disk')
-rwxr-xr-xdisk/fuse3/DETAILS2
-rw-r--r--disk/fuse3/HISTORY4
-rw-r--r--disk/fuse3/patches/0001-Fix-missing-include.patch24
3 files changed, 5 insertions, 25 deletions
diff --git a/disk/fuse3/DETAILS b/disk/fuse3/DETAILS
index 292e89ec97..e53955c786 100755
--- a/disk/fuse3/DETAILS
+++ b/disk/fuse3/DETAILS
@@ -2,7 +2,7 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=fuse3
SPELLX=fuse
- VERSION=3.10.3
+ VERSION=3.10.4
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL[0]=https://github.com/libfuse/libfuse/releases/download/${SPELLX}-${VERSION}/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/disk/fuse3/HISTORY b/disk/fuse3/HISTORY
index 6cb3d7ea65..830903e2d0 100644
--- a/disk/fuse3/HISTORY
+++ b/disk/fuse3/HISTORY
@@ -1,3 +1,7 @@
+2021-06-10 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 3.10.4
+ * patches/0001-Fix-missing-include.patch: removed
+
2021-05-02 Florian Franzmann <bwlf@bandrate.org>
* patches/0001-Fix-missing-include.patch: Add missing include
diff --git a/disk/fuse3/patches/0001-Fix-missing-include.patch b/disk/fuse3/patches/0001-Fix-missing-include.patch
deleted file mode 100644
index a2df62a6a4..0000000000
--- a/disk/fuse3/patches/0001-Fix-missing-include.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 9a2e084b23fda0cac94de77e50168fb2e29bb5a5 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <Florian.Franzmann@bandrate.org>
-Date: Sun, 2 May 2021 16:42:36 +0200
-Subject: [PATCH] Fix missing include
-
----
- example/cxxopts.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/example/cxxopts.hpp b/example/cxxopts.hpp
-index 6fd170d..c0fc1b7 100644
---- a/example/cxxopts.hpp
-+++ b/example/cxxopts.hpp
-@@ -29,6 +29,7 @@ THE SOFTWARE.
- #include <cctype>
- #include <exception>
- #include <iostream>
-+#include <limits>
- #include <map>
- #include <memory>
- #include <regex>
---
-2.31.1
-