Files
bpfire/config/rootfiles/common/fuse
Adolf Belka adb57f7a2e fuse: Update to version 3.15.0
- 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>
2023-07-26 16:09:00 +00:00

20 lines
517 B
Plaintext

#etc/fuse.conf
#etc/rc.d/init.d/fuse3
etc/udev/rules.d/99-fuse3.rules
sbin/mount.fuse3
usr/bin/fusermount3
#usr/include/fuse3
#usr/include/fuse3/cuse_lowlevel.h
#usr/include/fuse3/fuse.h
#usr/include/fuse3/fuse_common.h
#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.15.0
#usr/lib/pkgconfig/fuse3.pc
#usr/share/man/man1/fusermount3.1
#usr/share/man/man8/mount.fuse3.8