| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
|
|
| |
Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a6bbb9e7bc21382b504c8c6fe408a766a3890bb6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ our internal implementation of IceAuthFileName tests
whether the ICEauthority file exists in the folder
specified by the XDG_RUNTIME_DIR variable
+ DCOP client tests whether the ICEauthority file for
a specific user exists in the user's folder based on
the XDG_RUNTIME_DIR variable
+ tdeinit uses the IceAuthFileName() function
instead of building the file name
This relates to bug 3027.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 38b2b0be7840d868c21093a406ab98a646212de1)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83d02c95a1edfc69f303d838f904dc142bdb2f41)
|
|
|
|
|
|
|
|
|
|
|
| |
The first argument of the OPENSSL_init_ssl and OPENSSL_init_crypto
functions must be a 64-bit int, not a 32-bit int, as this caused
unpredictable OpenSSL behavior.
This resolves bug 3024.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a2ad929640f62ee1f854564366ce1cd8547de455)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is very unclear at this point what a valid use case for this feature
would possibly be. The old documentation only mentions $(hostname) as
an example, which can be done with $HOSTNAME instead.
Note that $(...) is still supported in Exec lines of desktop files,
this does not require [$e] anyway (and actually works better without it,
otherwise the $ signs need to be doubled to obey kconfig $e escaping rules...).
Based on KDE Frameworks 5 kconfig patch for CVE-2019-14744.
This resolves issue #45.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1074eb033654bd5462677ffe694eda7805390284)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8fc2a6ca26ff8a6aaffc57357be865a8dcfecbd8)
|
|
|
|
|
|
|
| |
This prevents finding an incorrect architecture on multi-arch systems.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3cb306844288144a06028dc302408d6)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 43609c8a21144b56a53d53757639fc6c6298c10d)
|
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5de71676ac3ab1b305ff02185bb683af1a1c3dee)
|
| |
|
|
|
|
|
|
|
| |
Drop hardcoded definition -D_LARGEFILE64_SOURCE=1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ebf0115af1c52612e02fd8908b4240501bd34c60)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83e4c4d56c1bda0a7b925c8dccb971d7a3a12362)
|
| |
|
|
|
|
| |
(cherry picked from commit dd6da7345a2993129436cd5527e098d4e11acad8)
|
|
|
|
|
|
| |
It is used by others even if missing POSIX ACL support.
(cherry picked from commit 08b76454681e565ad5e0fe55f3e76380caa39aca)
|
|
|
|
|
|
| |
They are used but not defined for missing OSS support.
(cherry picked from commit 6aead73137049245f37b2b82f957b31dbefac738)
|
|
|
|
|
|
|
| |
<stdint.h> (or other system headers handling the macro) may be included
indirectly from other header files (<sys/types.h> is a reasonable one).
(cherry picked from commit 9e6c88287f250f75fb8bfc72e5e0c9371d73ed1f)
|
|
|
|
|
|
| |
Fix to build on such platforms, it is used but not checked with CMake.
(cherry picked from commit 6716d0dfb9c50b388817118469d1e2b7dc7ae46a)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This prevented proper processing by extractrc.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0e892bc70070640f68a09bb4897a7c0fd7bfe929)
|
| |
|
|
|
|
|
|
|
|
|
| |
+ Modify the line break in <language> tag in cpp.xml.
+ Remove UTF8 BOM from ppd.xml.
+ It allows processing by extractattr.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2040c561190090186744b440573e3c73aee8f6ef)
|
| |
|
|
|
|
|
| |
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 82afa07a430c43bc122c7325dc67fb9f3ad6216a)
|
|
|
|
|
|
|
|
| |
The FTBFS seems to happen only for some users, so this fix should help
in such cases.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6629107ba8a632873a06d2bb77b0829346645ea7)
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 958fa42aa9576a6da0c9ca5de4823cb04407a713)
|