forked from pool/fuse-overlayfs
Accepting request 816840 from home:rhafer:branches:filesystems
- Update to v1.1.0 - use openat2(2) when available. - accept "ro" as mount option. - fix set mtime for a symlink. - fix some issues reported by static analysis. - fix potential infinite loop on a short read. - fix creating a directory if the destination already exists in the upper layer. OBS-URL: https://build.opensuse.org/request/show/816840 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-overlayfs?expand=0&rev=24
This commit is contained in:
parent
4a6ac00a13
commit
6703d1f431
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/containers/fuse-overlayfs.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">fuse-overlayfs</param>
|
||||
<param name="versionformat">1.0.0</param>
|
||||
<param name="revision">v1.0.0</param>
|
||||
<param name="versionformat">1.1.0</param>
|
||||
<param name="revision">v1.1.0</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">fuse-overlayfs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34c149042a9be3d19ec17e5a460248fcdb1f7f3ce988c589929473c0ce5c871d
|
||||
size 80020
|
3
fuse-overlayfs-1.1.0.tar.xz
Normal file
3
fuse-overlayfs-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4615fb63d28b40f57f37f5b6127702560b00fd0e87bef0a2421e6a3f498732dd
|
||||
size 80748
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 24 13:10:52 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||
|
||||
- Update to v1.1.0
|
||||
- use openat2(2) when available.
|
||||
- accept "ro" as mount option.
|
||||
- fix set mtime for a symlink.
|
||||
- fix some issues reported by static analysis.
|
||||
- fix potential infinite loop on a short read.
|
||||
- fix creating a directory if the destination already exists
|
||||
in the upper layer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 06:43:34 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fuse-overlayfs
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: FUSE implementation for overlayfs
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user