Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805263 - sys-fs/fuse-overlayfs-1.7.1 version bump
Summary: sys-fs/fuse-overlayfs-1.7.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-30 16:06 UTC by Reva Denis
Modified: 2021-09-09 03:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reva Denis 2021-07-30 16:06:03 UTC
https://github.com/containers/fuse-overlayfs/releases/tag/v1.7
Changes since 1.5:
1.7:
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.
1.6:
fix an invalid access when filtering internal xattrs that could deal to a segfault.


Reproducible: Always




(Offtopic: Suddenly remembers beatles-yesterday)
Yesterday fuse-overlayfs updated to one-seven
Now it looks as I've should here to report
Oh, yesterday came suddenly
Comment 1 Reva Denis 2021-08-10 08:01:56 UTC
1.7.1 is out:
https://github.com/containers/fuse-overlayfs/releases/tag/v1.7.1
Changes:
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.
Comment 2 Larry the Git Cow gentoo-dev 2021-09-09 03:05:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a5579fbc8224faa365c56230d29b8decbbcb5b

commit c1a5579fbc8224faa365c56230d29b8decbbcb5b
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-09-09 03:02:11 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-09-09 03:04:00 +0000

    sys-fs/fuse-overlayfs: Bump to version 1.7.1
    
    Closes: https://bugs.gentoo.org/805263
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-fs/fuse-overlayfs/Manifest                    |  1 +
 sys-fs/fuse-overlayfs/fuse-overlayfs-1.7.1.ebuild | 26 +++++++++++++++++++++++
 2 files changed, 27 insertions(+)
Comment 3 Zac Medico gentoo-dev 2021-09-09 03:05:24 UTC
Thanks!