diff --git a/_service b/_service index 4a38d59..12beb28 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/containers/fuse-overlayfs.git git fuse-overlayfs - 0.7.3 - v0.7.3 + 0.7.4 + v0.7.4 fuse-overlayfs diff --git a/fuse-overlayfs-0.7.3.tar.xz b/fuse-overlayfs-0.7.3.tar.xz deleted file mode 100644 index d4e75f4..0000000 --- a/fuse-overlayfs-0.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:804229b9938f6ada60821985dd38afb4f592d890d875a410e70572eef57751a6 -size 79292 diff --git a/fuse-overlayfs-0.7.4.tar.xz b/fuse-overlayfs-0.7.4.tar.xz new file mode 100644 index 0000000..24097e2 --- /dev/null +++ b/fuse-overlayfs-0.7.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606927cf8cb0cc253fc59199d0fe6afbe051e3e0dbace3b7fc8860b7c6d98d8f +size 79420 diff --git a/fuse-overlayfs.changes b/fuse-overlayfs.changes index eb36b7c..04b80ad 100644 --- a/fuse-overlayfs.changes +++ b/fuse-overlayfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert + +- Update to v0.7.4 + - fix fallocate for deleted files. + - ignore O_DIRECT. It causes issues with libfuse not using an + aligned buffer, causing write(2) to fail with EINVAL. + - on copyup, do not copy the opaque xattr. + - fix a wrong lookup for whiteout files, that could happen on a + double unlink. + ------------------------------------------------------------------- Thu Jan 9 11:18:57 UTC 2020 - Sascha Grunert @@ -13,7 +24,7 @@ Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert - Update to v0.7.2 - introduce inodes cache - correctly read inode for unix sockets - - avoid hash map lookup when possible + - avoid hash map lookup when possible - use st_dev for the ino key - check whether writeback is supported - set_attrs: don't require write to S_IFREG diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index b71e760..5862d9a 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -17,7 +17,7 @@ Name: fuse-overlayfs -Version: 0.7.3 +Version: 0.7.4 Release: 0 Summary: FUSE implementation for overlayfs License: GPL-3.0-only