Package: kio / 5.116.0-2

Metadata

Package Version Patches format
kio 5.116.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
report_error_removing_dirs | (download)

src/core/copyjob.cpp | 17 13 + 4 - 0 !
1 file changed, 13 insertions(+), 4 deletions(-)

 report_error_removing_dirs

===================================================================

hurd_disable_unimplemented.diff | (download)

src/ioslaves/file/ConfigureChecks.cmake | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 on hurd, do not look for functions unimplemented in libc
 The check_function_exists() function of cmake does not keep into account the
 defines that glibc provides for the stubs (i.e. unimplemented functions that
 always return ENOSYS), so some functions are detected as available.
 Unfortunately, due to --fatal-warnings for the linker, linking will fail.
 Hence, do not attempt to look for functions that are currently unimplemented
 on GNU/Hurd's libc.
Use CXX_FLAGS for moc_predefs.h.patch | (download)

src/core/CMakeLists.txt | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 use cxx_flags for moc_predefs.h


fix_cifs_file_locks.patch | (download)

src/kioslave/kioslave.cpp | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 [patch] don't leak file descriptors when spawning new workers

By default we inherit file descriptors from the parent in
the worker process. This is a leak of resources since the
worker won't be able to do anything with them. Also, in
the case of CIFS this causes locks which might lead to bad
surprises in the parent process.