Hello community,
here is the log from the commit of package fuse-overlayfs for
openSUSE:Leap:15.2 checked in at 2020-03-19 08:35:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/fuse-overlayfs (Old)
and /work/SRC/openSUSE:Leap:15.2/.fuse-overlayfs.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fuse-overlayfs"
Thu Mar 19 08:35:54 2020 rev:2 rq:786078 version:0.7.6
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/fuse-overlayfs/fuse-overlayfs.changes
2020-01-15 14:56:34.649626369 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.fuse-overlayfs.new.3160/fuse-overlayfs.changes
2020-03-19 08:35:59.813836562 +0100
@@ -1,0 +2,65 @@
+Tue Feb 4 08:12:04 UTC 2020 - Sascha Grunert <[email protected]>
+
+- Update to v0.7.6 (bsc#1160460)
+ - do not look in lower layers for the ino if there is no origin
+ xattr set
+ - attempt to use the file path if the operation on the fd fails
+ with ENXIO
+
+-------------------------------------------------------------------
+Mon Jan 20 08:46:43 UTC 2020 - Sascha Grunert <[email protected]>
+
+- Update to v0.7.5
+ - do not expose internal xattrs through listxattr and getxattr
+
+-------------------------------------------------------------------
+Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert <[email protected]>
+
+- 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 <[email protected]>
+
+- Update to v0.7.3
+ - fix build with -fno-common
+ - fix possible segmentation fault in direct_fsync()
+ - use the data store to create missing whiteouts
+ - after a rename, force a directory reload
+
+-------------------------------------------------------------------
+Tue Dec 17 14:06:08 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to v0.7.2
+ - introduce inodes cache
+ - correctly read inode for unix sockets
+ - 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
+ - ioctl: do not reuse fi->fh for directories
+ - fix skip whiteout deletion optimization
+ - store the new mode after chmod
+
+-------------------------------------------------------------------
+Mon Aug 19 08:04:35 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to v0.5.1
+ - support fuse writeback cache and enable it by default
+ - update to latest gnulib
+ - add option to disable fsync
+ - add option to disable xattrs
+ - add option to skip ino number check in lower layers
+ - fix fd validity check
+ - fix memory leak
+ - fix read after free
+ - fix type for flistxattr return
+ - fix warnings reported by lgtm.com
+ - enable parallel dirops
+
+-------------------------------------------------------------------
Old:
----
fuse-overlayfs-0.4.1.tar.xz
New:
----
fuse-overlayfs-0.7.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fuse-overlayfs.spec ++++++
--- /var/tmp/diff_new_pack.eChg58/_old 2020-03-19 08:36:00.129836755 +0100
+++ /var/tmp/diff_new_pack.eChg58/_new 2020-03-19 08:36:00.129836755 +0100
@@ -1,7 +1,7 @@
#
# spec file for package fuse-overlayfs
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: fuse-overlayfs
-Version: 0.4.1
+Version: 0.7.6
Release: 0
Summary: FUSE implementation for overlayfs
License: GPL-3.0-only
Group: System/Management
-Url: https://github.com/containers/fuse-overlayfs
+URL: https://github.com/containers/fuse-overlayfs
Source0: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
++++++ _service ++++++
--- /var/tmp/diff_new_pack.eChg58/_old 2020-03-19 08:36:00.293836856 +0100
+++ /var/tmp/diff_new_pack.eChg58/_new 2020-03-19 08:36:00.317836870 +0100
@@ -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">0.4.1</param>
- <param name="revision">v0.4.1</param>
+ <param name="versionformat">0.7.6</param>
+ <param name="revision">v0.7.6</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">fuse-overlayfs</param>
++++++ fuse-overlayfs-0.4.1.tar.xz -> fuse-overlayfs-0.7.6.tar.xz ++++++
++++ 7259 lines of diff (skipped)