SHA256
1
0
forked from pool/fuse3
Commit Graph

24 Commits

Author SHA256 Message Date
Ismail Dönmez
440cd134e0 - 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

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=33
2020-06-12 16:12:23 +00:00
Ismail Dönmez
634003e837 - 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.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=31
2020-03-20 06:17:50 +00:00
d05ef325d6 Accepting request 757085 from home:namtrac:branches:filesystems
- Update to version 3.9.0
  * Added support for FUSE_EXPLICIT_INVAL_DATA to enable onl
    invalidate cached pages on explicit request.

OBS-URL: https://build.opensuse.org/request/show/757085
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=29
2019-12-14 19:53:18 +00:00
4dc1e29db3 Accepting request 744979 from home:namtrac:branches:filesystems
- Update to version 3.8.0
  * Added support for FUSE_LSEEK operation which can be used to
    report holes in sparse files.

OBS-URL: https://build.opensuse.org/request/show/744979
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=27
2019-11-05 10:39:42 +00:00
Ismail Dönmez
47ea930027 Accepting request 714226 from home:namtrac:branches:filesystems
- Update to version 3.6.2
  * The init script is now installed to /etc/ rather than
    /usr/local/etc by default.
  * Minor bugfixes
- Drop fuse-install-fix.patch, not needed with -Duseroot=false
- Add conf-rename.patch, which is split from the above now
  removed patch

OBS-URL: https://build.opensuse.org/request/show/714226
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=25
2019-07-16 10:52:00 +00:00
2791be816e Accepting request 711050 from home:marxin:branches:filesystems
- Disable LTO due to symbol versioning (boo#1138803).

OBS-URL: https://build.opensuse.org/request/show/711050
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=23
2019-06-21 18:59:51 +00:00
162b4abd41 Accepting request 709764 from home:namtrac:branches:filesystems
- Update to version 3.6.1
  * Fixed version number (release 3.6.0 was shipped with a declared
    version of 3.0.0).

- Update to version 3.6.0
  * Added a new example (passthrough_hp). The functionality is
    similar to passthrough_ll, but the implementation focuses
    on performance and correctness rather than simplicity.
  * Added support for fuse kernel feature max_pages which allows
    to increase the maximum number of pages that can be used per
    request. This feature was introduced in kernel 4.20.
    max_pages is set based on the value in max_write. 
    By default max_write will be 1MiB now for kernels that
    support max_pages. If you want smaller buffers or writes
    you have to set max_write manually.

OBS-URL: https://build.opensuse.org/request/show/709764
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=22
2019-06-13 17:22:33 +00:00
77746527c1 Accepting request 694955 from home:polslinux:branches:filesystems
- Update to 3.5.0:
  * Changed ioctl commands to "unsigned int" in order to support
    commands which do not fit into a signed int. Commands issued
    by applications are still truncated to 32 bits.
  * Added SMB2 to whitelist (so users can now mount FUSE
    filesystems on mountpoints within SMB 2.0 filesystems).
  * Added a new cache_readdir flag to fuse_file_info to enable
    caching of readdir results. Supported by kernels 4.20 and newer.
  * Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT.

OBS-URL: https://build.opensuse.org/request/show/694955
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=20
2019-04-21 09:18:53 +00:00
ad42eafd4c - Amend License: field with BSD2c, from
4c699e7deb (diff-3f1e2bdc537057b6ac2f74d095a431b8)

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=18
2019-03-19 14:36:26 +00:00
a44ba23709 Accepting request 685928 from home:polslinux:branches:filesystems
- Update to 3.4.2
  * The examples/passthrough_ll.c example filesystem has been significantly extended.
  * Support for copy_file_range has been added.
  * Build system updates for non-Linux systems. 
  * Fixed a memory leak
  * Added OpenAFS and HFS+ to whitelist 
  * Docu updates

OBS-URL: https://build.opensuse.org/request/show/685928
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=17
2019-03-18 14:35:03 +00:00
Ismail Dönmez
a0a83254f3 -
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=15
2018-12-06 13:31:03 +00:00
David Sterba
5cc397f0fd Accepting request 652574 from home:jengelh:branches:filesystems
- Update descriptions.
- Do not make documentation mandatory.

OBS-URL: https://build.opensuse.org/request/show/652574
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=14
2018-12-06 12:51:54 +00:00
Dominique Leuenberger
9799b88246 Accepting request 653560 from filesystems
Parallel installable to fuse, needed for v3 of fuse filesystems such as sshfs3

OBS-URL: https://build.opensuse.org/request/show/653560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse3?expand=0&rev=1
2018-12-05 08:45:28 +00:00
Ismail Dönmez
c540fa9c94 -
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=12
2018-12-03 13:54:35 +00:00
Ismail Dönmez
da64343ca5 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=11 2018-11-26 13:26:09 +00:00
Ismail Dönmez
d6896b587d OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=10 2018-11-26 13:24:27 +00:00
Ismail Dönmez
cdfb489f0e OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=9 2018-11-26 13:24:23 +00:00
Ismail Dönmez
6b79ef797b OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=8 2018-11-26 13:24:16 +00:00
Ismail Dönmez
af417d8cdd OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=7 2018-11-26 13:24:04 +00:00
Ismail Dönmez
59b118bba4 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=6 2018-11-26 13:23:44 +00:00
Ismail Dönmez
d7bc8c2955 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=5 2018-11-26 13:23:34 +00:00
Ismail Dönmez
40da5cc263 Remove rpmlintrc, new permissions package is on the way to Factory
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=3
2018-10-30 13:02:21 +00:00
Ismail Dönmez
1aedc557ab -
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=2
2018-10-09 13:09:44 +00:00
0a1e18efab Accepting request 639942 from home:namtrac:branches:filesystems
Introduce fuse3, please mark me as maintainer.

OBS-URL: https://build.opensuse.org/request/show/639942
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=1
2018-10-09 13:01:09 +00:00