From 58069c2d0ba0521ad7e40181cec672ec942d5dd8b75712b87833bf69ae1da1f9 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 7 Jul 2020 21:03:57 +0000 Subject: [PATCH] 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 --- _service | 4 ++-- fuse-overlayfs-1.0.0.tar.xz | 3 --- fuse-overlayfs-1.1.0.tar.xz | 3 +++ fuse-overlayfs.changes | 12 ++++++++++++ fuse-overlayfs.spec | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 fuse-overlayfs-1.0.0.tar.xz create mode 100644 fuse-overlayfs-1.1.0.tar.xz diff --git a/_service b/_service index fa10fbf..d8c8d2c 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/containers/fuse-overlayfs.git git fuse-overlayfs - 1.0.0 - v1.0.0 + 1.1.0 + v1.1.0 fuse-overlayfs diff --git a/fuse-overlayfs-1.0.0.tar.xz b/fuse-overlayfs-1.0.0.tar.xz deleted file mode 100644 index ce6d2c6..0000000 --- a/fuse-overlayfs-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34c149042a9be3d19ec17e5a460248fcdb1f7f3ce988c589929473c0ce5c871d -size 80020 diff --git a/fuse-overlayfs-1.1.0.tar.xz b/fuse-overlayfs-1.1.0.tar.xz new file mode 100644 index 0000000..8b57e8b --- /dev/null +++ b/fuse-overlayfs-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4615fb63d28b40f57f37f5b6127702560b00fd0e87bef0a2421e6a3f498732dd +size 80748 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index add5df7..5a6a1a5 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jun 24 13:10:52 UTC 2020 - Ralf Haferkamp + +- 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 diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 85f02eb..9b9de60 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -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