Accepting request 874265 from home:namtrac:branches:filesystems

- Update to version 1.4.0
  * add squash_to_uid and squash_to_gid
  * add squash_to_root mount option.
  * honor option "volatile".
  * when writing mode to xattr, create files with mode 0755.
  * support ID mapping when using xattr permissions.
  * allow opening not accessible but still referenced files.
  * invalidate directory cache on create/rename.
  * fix segfault if no mountpoint specified
  * fix file_exists_at musl compatibility
  * introduce extended attribute to override gid/uid/mode.
  * support writing uid/gid/mode to an extended attribute.
  * fix a memory leak, where inodes are maintained in memory
    even if not needed.

OBS-URL: https://build.opensuse.org/request/show/874265
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=30
This commit is contained in:
Dirk Mueller 2021-02-23 10:20:58 +00:00 committed by Git OBS Bridge
parent 9b50e8acef
commit 2b85a5a17d
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 22 09:02:36 UTC 2021 - Ismail Dönmez <idonmez@suse.com>
- Update to version 1.4.0
* add squash_to_uid and squash_to_gid
* add squash_to_root mount option.
* honor option "volatile".
* when writing mode to xattr, create files with mode 0755.
* support ID mapping when using xattr permissions.
* allow opening not accessible but still referenced files.
* invalidate directory cache on create/rename.
* fix segfault if no mountpoint specified
* fix file_exists_at musl compatibility
* introduce extended attribute to override gid/uid/mode.
* support writing uid/gid/mode to an extended attribute.
* fix a memory leak, where inodes are maintained in memory
even if not needed.
-------------------------------------------------------------------
Sun Aug 16 15:05:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package fuse-overlayfs
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: fuse-overlayfs
Version: 1.1.2
Version: 1.4.0
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c0fa67f806c44d5c51f4bce02fdcb546137a2688a8de76d93d07b79defc9cac
size 98055

3
v1.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e5666aef4f2047e6a5202d6438b08c2d314dba5b40e431014e7dbb8168d9018
size 102363