Package Release Info

fuse-2.9.9-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libfuse2-32bit

Change Logs

* Tue Dec 27 2022 lnussel@suse.com
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Mon Aug 23 2021 jengelh@inai.de
- Add closefrom.patch [boo#1189086]
* Tue Dec 15 2020 mliska@suse.cz
- Enable LTO (boo#1133101) and use -ffat-lto-objects.
* Fri Nov 20 2020 jengelh@inai.de
- Modernize some older specfile constructs. Rediff patch4 as -p1.
- Update descriptions.
* Tue Nov 10 2020 lnussel@suse.de
- prepare usrmerge (boo#1029961)
* Sun Aug 16 2020 dmueller@suse.com
- update to 2.9.9:
  * Added OpenAFS to whitelist (so users can now mount FUSE filesystems on mountpoints within OpenAFS filesystems).
  * Added a test of seekdir to test_syscalls.
  * Fixed readdir bug when non-zero offsets are given to filler and the
  filesystem client, after reading a whole directory, re-reads it from a
  non-zero offset e. g. by calling seekdir followed by readdir.
* Wed Apr 24 2019 mliska@suse.cz
- Move definition of _lto_cflags into %build.
* Tue Apr 23 2019 mliska@suse.cz
- Disable LTO (boo#1133101).
* Tue Mar 19 2019 mliska@suse.cz
- Use %make_build in order to provide verbose output.
* Sat Jul 28 2018 avindra@opensuse.org
- fuse 2.9.8
  * SECURITY UPDATE: In previous versions of libfuse it was possible
    to for unprivileged users to specify the allow_other option even
    when this was forbidden in /etc/fuse.conf. The vulnerability is
    present only on systems where SELinux is active (including in
    permissive mode).
  * libfuse no longer segfaults when fuse_interrupted() is called
    outside the event loop.
  * The fusermount binary has been hardened in several ways to
    reduce potential attack surface. Most importantly, mountpoints
    and mount options must now match a hard-coded whitelist. It is
    expected that this whitelist covers all regular use-cases.
- cleanup with spec-cleaner
- update wiki urls to new location