forked from pool/fuse-overlayfs
Accepting request 921984 from home:kwk:branches:filesystems
- Update to version 1.7.1 * set FUSE_CAP_POSIX_ACL only when it is supported by FUSE. * treat statx failure with EINVAL as ENOSYS, so that the fallback is attempted. - Update to version 1.7.0 * fix read xattrs for device files * don't create whiteout files in opaque dirs. * fix reading files when running with euid != 0. * enable POSIX ACLs. - Update to version 1.6.0 * fix an invalid access when filtering internal xattrs that could deal to a segfault. - Update to version 1.5.0 * honor FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT also for renames * use strncpy instead of strcpy * fix renameat2(RENAME_NOREPLACE) on older kernels that lack device whiteouts for unprivileged users. * fix creating a symlink on top of a removed file. * fix copyup of xattrs longer than 256 bytes. OBS-URL: https://build.opensuse.org/request/show/921984 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=32
This commit is contained in:
parent
22c9f53451
commit
831a5bad6a
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 28 12:30:08 UTC 2021 - Klaus Kämpf <kkaempf@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.7.1
|
||||||
|
* set FUSE_CAP_POSIX_ACL only when it is supported by FUSE.
|
||||||
|
* treat statx failure with EINVAL as ENOSYS, so that the fallback
|
||||||
|
is attempted.
|
||||||
|
|
||||||
|
- Update to version 1.7.0
|
||||||
|
* fix read xattrs for device files
|
||||||
|
* don't create whiteout files in opaque dirs.
|
||||||
|
* fix reading files when running with euid != 0.
|
||||||
|
* enable POSIX ACLs.
|
||||||
|
|
||||||
|
- Update to version 1.6.0
|
||||||
|
* fix an invalid access when filtering internal xattrs that could
|
||||||
|
deal to a segfault.
|
||||||
|
|
||||||
|
- Update to version 1.5.0
|
||||||
|
* honor FUSE_OVERLAYFS_DISABLE_OVL_WHITEOUT also for renames
|
||||||
|
* use strncpy instead of strcpy
|
||||||
|
* fix renameat2(RENAME_NOREPLACE) on older kernels that lack
|
||||||
|
device whiteouts for unprivileged users.
|
||||||
|
* fix creating a symlink on top of a removed file.
|
||||||
|
* fix copyup of xattrs longer than 256 bytes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 22 09:02:36 UTC 2021 - Ismail Dönmez <idonmez@suse.com>
|
Mon Feb 22 09:02:36 UTC 2021 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fuse-overlayfs
|
Name: fuse-overlayfs
|
||||||
Version: 1.4.0
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FUSE implementation for overlayfs
|
Summary: FUSE implementation for overlayfs
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e5666aef4f2047e6a5202d6438b08c2d314dba5b40e431014e7dbb8168d9018
|
|
||||||
size 102363
|
|
3
v1.7.1.tar.gz
Normal file
3
v1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe2c076aed7b8669e7970301a99c0b197759b611035d8199de4c0add7d2fb2b4
|
||||||
|
size 103575
|
Loading…
Reference in New Issue
Block a user