public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] fuse: Update to version 3.11.0
@ 2022-05-22 21:42 Adolf Belka
  2022-05-26 12:11 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-05-22 21:42 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]

- Update from 3.10.4 to 3.11.0
- Update of rootfile
- Changelog
   fuse 3.11.0 (2022-05-02)
	* Add support for flag FOPEN_NOFLUSH for avoiding flush on close.
	* Fixed returning an error condition to ioctl(2)
   fuse 3.10.5 (2021-09-06)
	* Various improvements to make unit tests more robust.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/fuse | 2 +-
 lfs/fuse                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/fuse b/config/rootfiles/common/fuse
index 86fa084fd..5abecd3e8 100644
--- a/config/rootfiles/common/fuse
+++ b/config/rootfiles/common/fuse
@@ -12,7 +12,7 @@ usr/bin/fusermount3
 #usr/include/fuse3/fuse_opt.h
 #usr/lib/libfuse3.so
 usr/lib/libfuse3.so.3
-usr/lib/libfuse3.so.3.10.4
+usr/lib/libfuse3.so.3.11.0
 #usr/lib/pkgconfig/fuse3.pc
 #usr/share/man/man1/fusermount3.1
 #usr/share/man/man8/mount.fuse3.8
diff --git a/lfs/fuse b/lfs/fuse
index fc97c6c70..ee0a40c95 100644
--- a/lfs/fuse
+++ b/lfs/fuse
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.10.4
+VER        = 3.11.0
 
 THISAPP    = fuse-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 174b51bf55544bbc08e04089a4d8685b371d3f584e337ed0d8d82c62e10c14b6ef14a964d6627e8a121036db1ab4c6c1ccd413c08f8685d3d91893874427e46f
+$(DL_FILE)_BLAKE2 = 30d2dfee25a34b5f84f0a6b13523a6183fde7989b3ac908b68b8b9e4c327da51678453918c3009712ff1f3aaa79c4b0a29f22bcb712ee550563b23fd9ac64a09
 
 install : $(TARGET)
 
-- 
2.36.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fuse: Update to version 3.11.0
  2022-05-22 21:42 [PATCH] fuse: Update to version 3.11.0 Adolf Belka
@ 2022-05-26 12:11 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-05-26 12:11 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1798 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from 3.10.4 to 3.11.0
> - Update of rootfile
> - Changelog
>     fuse 3.11.0 (2022-05-02)
> 	* Add support for flag FOPEN_NOFLUSH for avoiding flush on close.
> 	* Fixed returning an error condition to ioctl(2)
>     fuse 3.10.5 (2021-09-06)
> 	* Various improvements to make unit tests more robust.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>   config/rootfiles/common/fuse | 2 +-
>   lfs/fuse                     | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/common/fuse b/config/rootfiles/common/fuse
> index 86fa084fd..5abecd3e8 100644
> --- a/config/rootfiles/common/fuse
> +++ b/config/rootfiles/common/fuse
> @@ -12,7 +12,7 @@ usr/bin/fusermount3
>   #usr/include/fuse3/fuse_opt.h
>   #usr/lib/libfuse3.so
>   usr/lib/libfuse3.so.3
> -usr/lib/libfuse3.so.3.10.4
> +usr/lib/libfuse3.so.3.11.0
>   #usr/lib/pkgconfig/fuse3.pc
>   #usr/share/man/man1/fusermount3.1
>   #usr/share/man/man8/mount.fuse3.8
> diff --git a/lfs/fuse b/lfs/fuse
> index fc97c6c70..ee0a40c95 100644
> --- a/lfs/fuse
> +++ b/lfs/fuse
> @@ -24,7 +24,7 @@
>   
>   include Config
>   
> -VER        = 3.10.4
> +VER        = 3.11.0
>   
>   THISAPP    = fuse-$(VER)
>   DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>   
>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>   
> -$(DL_FILE)_BLAKE2 = 174b51bf55544bbc08e04089a4d8685b371d3f584e337ed0d8d82c62e10c14b6ef14a964d6627e8a121036db1ab4c6c1ccd413c08f8685d3d91893874427e46f
> +$(DL_FILE)_BLAKE2 = 30d2dfee25a34b5f84f0a6b13523a6183fde7989b3ac908b68b8b9e4c327da51678453918c3009712ff1f3aaa79c4b0a29f22bcb712ee550563b23fd9ac64a09
>   
>   install : $(TARGET)
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-26 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-22 21:42 [PATCH] fuse: Update to version 3.11.0 Adolf Belka
2022-05-26 12:11 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox