]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
fuse: Update to version 3.15.0
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 21 Jul 2023 20:51:41 +0000 (22:51 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jul 2023 16:09:00 +0000 (16:09 +0000)
- Update from version 3.13.0 to 3.15.0
- Update of rootfile
- Changelog
    3.15.0 (2023-06-09)
* Improved support for some less common systems (32 bit, alternative libcs)
* Unsupported mount options are no longer silently accepted.
* auto_unmount is now compatible with allow_other.
    3.14.1 (2023-03-26)
* The extended attribute name passed to the setxattr() handler is no longer
  truncated at the beginning (bug introduced in 3.13.0).
* As a result of the above, the additional setattr() flags introduced in 3.14 are no
  longer available for now. They will hopefully be reintroduced in the next release.
* Further improvements of configuration header handling.
    3.14.0 (2023-02-17)
* Properly fix the header installation issue. The fix in 3.13.1 resulted
  in conflicts with other packages.
* Introduce additional setattr() flags (FORCE, KILL_SUID, KILL_SGID, FILE,
          KILL_PRIV, OPEN, TIMES_SET)
    3.13.1 (2023-02-03)
* Fixed an issue that resulted in errors when attempting to compile against
  installed libfuse headers (because libc symbol versioning support was not
  detected correctly in this case).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/fuse
lfs/fuse

index 6ab1a38ee5f828f08195acdfa3d2e17e52e8b061..7148f01414b7cf9fbf8577bf69cc0b7d7e672f66 100644 (file)
@@ -10,9 +10,10 @@ usr/bin/fusermount3
 #usr/include/fuse3/fuse_log.h
 #usr/include/fuse3/fuse_lowlevel.h
 #usr/include/fuse3/fuse_opt.h
+#usr/include/fuse3/libfuse_config.h
 #usr/lib/libfuse3.so
 usr/lib/libfuse3.so.3
-usr/lib/libfuse3.so.3.13.0
+usr/lib/libfuse3.so.3.15.0
 #usr/lib/pkgconfig/fuse3.pc
 #usr/share/man/man1/fusermount3.1
 #usr/share/man/man8/mount.fuse3.8
index 455f40ce11ec0ae776d3033f52110c6bb0923328..ae225e83c5554c8bc8705e57cc07ba92d5a1283e 100644 (file)
--- a/lfs/fuse
+++ b/lfs/fuse
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.13.0
+VER        = 3.15.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 = b9428f27c431c30deca48cf4b76761c120ebbdb6d22789c19fa25ffbff47c752690e7d0a0b28b70bff2b8f9063272adc65dc084ee45036548452ae891fb77ab2
+$(DL_FILE)_BLAKE2 = 4777a956f8429aee2e5da43b9606ac6acc66744943739051f2be87a646b93c2aaa8f0b7f0c188f6d1724c1ab3fdf706d35c981066b0ba8c4dd647c0eb1f3c821
 
 install : $(TARGET)