From 884d576a0bc35f681054e715e9591ec0432c6124bb85b60ab2a2ca85498d3a48 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Sep 2021 09:40:45 +0000 Subject: [PATCH] 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 --- fuse-overlayfs.changes | 26 ++++++++++++++++++++++++++ fuse-overlayfs.spec | 2 +- v1.4.0.tar.gz | 3 --- v1.7.1.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 v1.4.0.tar.gz create mode 100644 v1.7.1.tar.gz diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index f1c3339..e94522c 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Sep 28 12:30:08 UTC 2021 - Klaus Kämpf + +- 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 diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 4458fd7..dd3e432 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -17,7 +17,7 @@ Name: fuse-overlayfs -Version: 1.4.0 +Version: 1.7.1 Release: 0 Summary: FUSE implementation for overlayfs License: GPL-3.0-only diff --git a/v1.4.0.tar.gz b/v1.4.0.tar.gz deleted file mode 100644 index e84aa82..0000000 --- a/v1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e5666aef4f2047e6a5202d6438b08c2d314dba5b40e431014e7dbb8168d9018 -size 102363 diff --git a/v1.7.1.tar.gz b/v1.7.1.tar.gz new file mode 100644 index 0000000..df2d687 --- /dev/null +++ b/v1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2c076aed7b8669e7970301a99c0b197759b611035d8199de4c0add7d2fb2b4 +size 103575