Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fuse3-3.16.2-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: fuse3 Distribution: openSUSE:Factory:zSystems
Version: 3.16.2 Vendor: openSUSE
Release: 1.1 Build date: Thu Oct 12 00:10:19 2023
Group: System/Filesystems Build host: s390zl29
Size: 142259 Source RPM: fuse3-3.16.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/libfuse/libfuse
Summary: Reference implementation of the "Filesystem in Userspace"
FUSE (Filesystem in Userspace) is an interface by the Linux kernel
for userspace programs to export a filesystem to the kernel.

This package contains helper programs for using FUSE mounts.

FUSE file systems are typically implemented as a standalone
applications in their own right and are packaged separately.

Provides

Requires

License

BSD-2-Clause AND GPL-2.0-only AND LGPL-2.1-only

Changelog

* Tue Oct 10 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.16.2
    * Various minor bugfixes and improvements.
* Tue Aug 08 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.16.1
    * Readdir kernel cache can be enabled from high-level API.
* Wed Jul 05 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.15.1
    * Reduce default write size by half
* Fri Jun 09 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.15.0
    * 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.
* Thu May 18 2023 Jiri Srain <jsrain@suse.com>
  - update the license tag matching the code (LGPL-2.1-only and
    GPL-2.0-only)
* Sun Mar 26 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.14.1
    * The extended attribute name passed to the setxattr() handler
      is no longer truncated at the beginning.
    * The additional setattr() flags introduced in 3.14 are no
      longer available for now. They will hopefully be reintroduced
      in the next release.
* Fri Feb 17 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.14
    * Split config.h into private and public config
  - Delete 0001-Split-config.h-into-private-and-public-config.patch
    (merged).
* Mon Feb 06 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.13.1
    * 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).
  - Add 0001-Split-config.h-into-private-and-public-config.patch
    to fix doubly-defined macros and build failure elsewhere.
* Fri Jan 13 2023 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.13
    * There is a new low-level API function fuse_session_custom_io
      that allows to implement a daemon with a custom io. This can
      be used to create a daemon that can process incoming FUSE
      requests to other destinations than /dev/fuse.
    * A deadlock when resolving paths in the high-level API has
      been fixed.
* Thu Sep 08 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.12.0
    * The max_idle_threads parameter has been deprecated in favor
      of the new max_threads* parameter
    * struct fuse_loop_config is now private and has to be
      constructed using fuse_loop_cfg_create()
    * fuse_session_loop_mt() now accepts struct fuse_loop_config *
      as NULL pointer.
    * fuse_parse_cmdline() now accepts a max_threads option.
* Thu May 05 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 3.11.0:
    * Add support for flag FOPEN_NOFLUSH for avoiding flush on close.
    * Fixed returning an error condition to ioctl(2)
* Mon Sep 06 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.10.5
    * Various improvements to make unit tests more robust.
* Wed Jun 09 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.10.4
    * Source code: fixed memory leaks in examples.
* Mon Apr 12 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.10.3
    * Fix returning d_ino and d_type from readdir(3) in non-plus mode
* Fri Feb 05 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.10.2
    * Allow "nonempty" as a mount option, for backwards
      compatibility with fusermount 2. The option has no effect
      since mounting over non-empty directories is allowed by default.
    * FUSE filesystems can now be mounted underneath EXFAT
      mountpoints.
* Fri Jan 15 2021 Ludwig Nussel <lnussel@suse.de>
  - prepare usrmerge (boo#1029961)
* Mon Dec 07 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.10.1
    * Unspecified "various minor fixes"
* Fri Nov 20 2020 Jan Engelhardt <jengelh@inai.de>
  - Drop /sbin links; they do not seem to be used from anywhere.
  - Package "permission" is required in %post, not %pre.
  - Update descriptions.
* Fri Oct 09 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 3.10.0
    * Add FUSE_CAP_CACHE_SYMLINKS: allow caching symlinks in kernel
      page cache.
* Sun Aug 09 2020 Ismail Dönmez <idonmez@suse.com>
  - Update to version 3.9.3
    * Minor bugfixes, documentation updates
* Thu Jun 11 2020 Ismail Dönmez <idonmez@suse.com>
  - Update to version 3.9.2
    * Remove obsolete workarounds in examples.
    * Do not require C++ compiler for building.
    * Minor bugfixes.
  - Drop BR on c++_compiler
* Fri Mar 20 2020 Ismail Dönmez <idonmez@suse.com>
  - Update to version 3.9.1
    * Fixed memory leak in fuse_session_new().
    * Fixed an issue with the linker version script.
    * Make ioctl prototype conditional on FUSE_USE_VERSION.
      Define FUSE_USE_VERSION < 35 to get old ioctl prototype with
      int commands; define FUSE_USE_VERSION >= 35 to get new ioctl
      prototype with unsigned int commands.
    * Various small bugfixes.

Files

/etc/fuse3.conf
/usr/bin/fusermount3
/usr/sbin/mount.fuse3
/usr/share/doc/packages/fuse3
/usr/share/doc/packages/fuse3/AUTHORS
/usr/share/doc/packages/fuse3/ChangeLog.rst
/usr/share/licenses/fuse3
/usr/share/licenses/fuse3/GPL2.txt
/usr/share/licenses/fuse3/LGPL2.txt
/usr/share/licenses/fuse3/LICENSE
/usr/share/man/man1/fusermount3.1.gz
/usr/share/man/man8/mount.fuse3.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024