factory
- Update to version 0.15.4:
Bug fixes
* When using --input-list and directory paths in that list
contained trailing slashes, mkdwarfs would create an additional
directory with an empty name below that path. When mounting
such an image, trying to traverse the file system would result
in an I/O error when processing that empty-named directory.
This has been fixed by stripping trailing slashes.
Another change was made to detect and ignore empty-named
directory entries when reading file system images to hide the
erroneously created extra directories and allow "buggy" images
to be mounted without errors.
gh#mhx/dwarfs##370
* When running dwarfs in foreground mode, the file system was not
properly unmounted when the process was terminated
(e.g., with Ctrl+C).
This bug was introduced with the FUSE driver refactoring in
0.15.2. This was fixed by canonicalizing the mount point path
immediately after parsing.
* DWARFS_LOG_MEMORY_USAGE was broken due to prematurely closing
the log file before anything was logged. This has been fixed.
* The metadata analysis output from dwarfsck was not consistently
using the same order for "plain" and "compact" string table
fields. This has been fixed.
* The debug output for similarity ordering contained a stray
closing parenthesis. This has been fixed.
* A workaround was implemented for a benign race condition in
OpenSLL that would occasionally trigger TSAN warnings.
OBS-URL: https://build.opensuse.org/request/show/1364586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarfs?expand=0&rev=11
Description
No description provided
Languages
RPM Spec
100%