forked from pool/bindfs
Jan Engelhardt
6c443875f7
OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=48
130 lines
4.7 KiB
Plaintext
130 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 8 10:41:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 1.14.3
|
|
* No longer check that numeric UIDs and GIDs exist, since
|
|
/etc/passwd etc are not always available.
|
|
* Address -fno-common build [boo#1160257]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 22 20:03:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to new upstream release 1.14.1
|
|
* Do not call realpath() on source dirs starting with "/proc/".
|
|
* Fixes to --gid-offset when used with a setgid bit or with
|
|
--create-as-mounter.
|
|
* Added --forward-odirect. Bindfs now clears O_DIRECT by default.
|
|
* Resolve symlinks in readdir() so correct attributes are
|
|
returned.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 7 23:07:49 UTC 2018 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.13.9
|
|
* Added options --delete-deny and --rename-deny
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 8 19:06:38 UTC 2017 - aavindraa@gmail.com
|
|
|
|
- Update to new upstream release 1.13.8
|
|
* Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning
|
|
0 for some source filesystems.
|
|
- Use %make_install macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 31 21:00:53 UTC 2017 - luc14n0@linuxmail.org
|
|
|
|
- Update to new upstream release 1.13.7
|
|
* Added --block-devices-as-files.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 27 07:44:48 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.13.2
|
|
* Fix bug in readdir() introduced with 1.13.1. This fixes a bug
|
|
when a bindfs mount is exported over NFS.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 12 21:10:37 UTC 2016 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.13.1
|
|
* Fixed an issue that some users had with reading large directories.
|
|
* Source directory now shown in /etc/mtab.
|
|
* Fixed some test suite compatibility issues with Fedora.
|
|
* Rate limits are now expressed as 64-bit ints.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 13 16:07:59 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.13.0
|
|
* Implemented --resolved-symlink-deletion and added tests.
|
|
* Improved and documented --resolve_symlinks in some edge cases.
|
|
* Better handle symlinks with destructive system calls.
|
|
* Add functionality to transparently resolve symbolic links.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 22 11:04:12 UTC 2015 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.12.7
|
|
* OSX fixes only
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 24 11:50:00 UTC 2014 - tuukka.pasanen@ilmi.fi
|
|
|
|
- Update to new upstream release 1.12.6
|
|
* Implements throttling
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 24 11:14:15 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.12.3
|
|
* Implement fuse_utimens instead of fuse_utime
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 7 20:56:34 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.12.2
|
|
* Added --chmod-filter
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 10:51:55 UTC 2013 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.12
|
|
* Replace "-o user" and "-o group" with "-o force-user" and
|
|
"-o force-group", because the former are standard mount options
|
|
that mount(8) consumes and does not pass on to the helper.
|
|
(bnc#806956)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 16 17:00:45 UTC 2012 - jengelh@inai.de
|
|
|
|
- Update to new upstream release 1.11
|
|
* Be single-threaded by default due to an inherent race condition;
|
|
use -o multithreaded to get the old behavior back.
|
|
* Respect setgid bit on directories when using --create-as-user
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 4 00:10:22 UTC 2012 - jengelh@inai.de
|
|
|
|
- Update to new upstream version 1.10.6
|
|
* a memory bug from 1.10.1, and --create-as-user and thread
|
|
safety regressions were resolved
|
|
* honor CFLAGS in ./configure call
|
|
* fix a short-allocation that led to a crash in bindfs_readdir
|
|
* implement a lookup cache to speed up repeated lookups
|
|
(helpful for networked user databases, e.g. on LDAP)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 5 13:30:19 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Update to new upstream version 1.10.2
|
|
* No changelog was provided
|
|
- Remove redundant sections/tags from specfile
|
|
- Enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 14 13:14:50 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- initial package (1.8.4)
|
|
|