Slávek Banko
c527d5931f
cmake: Avoid double generating of dcop/tests files.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83d02c95a1
)
5 years ago
Slávek Banko
8a26a48f42
Fix SSL initialization for OpenSSL >= 1.1.
...
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 a2ad929640
)
5 years ago
Slávek Banko
f41c1bba8b
Security: remove support for $(...) in config keys with [$e] marker.
...
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 1074eb0336
)
5 years ago
TDE Gitea
3888dcd3db
Reset submodule main/tdelibs/cmake to latest HEAD
5 years ago
TDE Gitea
ed7a623c7f
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
TDE Gitea
0eb9df7760
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
Slávek Banko
db60dede7d
Fix CMake build dependencies for tests.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8fc2a6ca26
)
6 years ago
Slávek Banko
cfa79f06e2
Use system libdir when searching for dynamically loaded libraries.
...
This prevents finding an incorrect architecture on multi-arch systems.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8a859540c3
)
6 years ago
Slávek Banko
4e6b9128f7
Fix SSL initialization for OpenSSL >= 1.1.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 43609c8a21
)
6 years ago
TDE Gitea
81ae75ca14
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
TDE Gitea
0a19e9ef85
Reset submodule main/tdelibs/admin to latest HEAD
6 years ago
Slávek Banko
24c62fe93e
Fix openssl >= 1.1 detection without pkg-config file.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5de71676ac
)
6 years ago
TDE Gitea
f964702b03
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
Slávek Banko
c43ecb347b
Use common test for large files support.
...
Drop hardcoded definition -D_LARGEFILE64_SOURCE=1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ebf0115af1
)
6 years ago
Slávek Banko
91931f112d
Use common GCC visibility test.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 83e4c4d56c
)
6 years ago
TDE Gitea
89bf82ed5e
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
OBATA Akio
0f8dabf7f5
Fix if-else syntax for the case missing OSS support
...
(cherry picked from commit dd6da7345a
)
6 years ago
OBATA Akio
dcca1c0797
Change to always build and install KACL
...
It is used by others even if missing POSIX ACL support.
(cherry picked from commit 08b7645468
)
6 years ago
OBATA Akio
68ed308c37
Add some missing supplement macros for MIDI support
...
They are used but not defined for missing OSS support.
(cherry picked from commit 6aead73137
)
6 years ago
OBATA Akio
ee4a294926
Change to define __STDC_LIMIT_MACROS first
...
<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 9e6c88287f
)
6 years ago
OBATA Akio
6f0a158d33
Convert GETMNTINFO_USES_STATVFS check to CMake
...
Fix to build on such platforms, it is used but not checked with CMake.
(cherry picked from commit 6716d0dfb9
)
6 years ago
TDE Gitea
50aef34ec6
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
TDE Gitea
83a5661e8f
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
TDE Gitea
5ae739bb90
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
TDE Gitea
af8aaf669f
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
TDE Gitea
0acee13fe8
Reset submodule main/tdelibs/admin to latest HEAD
6 years ago
Slávek Banko
86e5477b0e
Deleted blank line at the beginning of the file.
...
This prevented proper processing by extractrc.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0e892bc700
)
6 years ago
TDE Gitea
c2b7330a3b
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
Slávek Banko
7ae8d1cf03
Small adjustments in Kate syntax highlighting files.
...
+ 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 2040c56119
)
6 years ago
TDE Gitea
669e632b85
Reset submodule main/tdelibs/cmake to latest HEAD
6 years ago
gregory guy
273a9c83a1
fix issue #3 utempter detection
...
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 82afa07a43
)
6 years ago
Michele Calgaro
a47e042892
Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.
...
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 6629107ba8
)
6 years ago
TDE Gitea
65da65ad2c
Reset submodule main/tdelibs/admin to latest HEAD
6 years ago
Slávek Banko
9841297099
Fix FTBFS with stricter C++11
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 958fa42aa9
)
6 years ago
Slávek Banko
22f2dd61d8
Fix security issue CVE-2017-6410
...
[taken from RedHat kdelibs patches]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a3b86c2690
)
6 years ago
Slávek Banko
92a29f00ef
Fix bug reports link in about dialog
...
Update bug reports url to bugs.trinitydesktop.org
This resolves bug 2935
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa83c86cd3
)
6 years ago
Michele Calgaro
d13c74fc67
Added G-code Kate syntax highlight file.
...
Taken from:
https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml
Work from:
Copyright © 2016 by Fernand Veilleux (fernveilleux@gmail.com )
License:
Library GPL
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6734f5e47f
)
6 years ago
Michele Calgaro
b9d24b688e
Removed duplicated zip file mimetype. This relates to bug 2794.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1b04b27b22
)
6 years ago
Ray Vine
d1273fab06
Removed duplicated rar file mimetype. This relates to bug 2794.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 741812689c
)
6 years ago
Slávek Banko
a320f51ec9
Reset submodule main/tdelibs/admin to latest HEAD
7 years ago
Slávek Banko
1ac544ec40
Reset submodule main/tdelibs/admin to latest HEAD
7 years ago
Michele Calgaro
8f7b2d1f6d
Fix previous commit typo.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c18840c76f
)
7 years ago
Michele Calgaro
9660b50111
Fixed service lookup in KOpenWithDlg. Default is now to lookup by
...
desktop path and not by name, to avoid returning the wrong service when
two or more .desktop files where using the same "Name" field.
This resolves bug 2734 (together with the changes made in applications/kcmautostart)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bcdfbb95e9
)
7 years ago
Slávek Banko
9c636b46cb
Reset submodule main/tdelibs/admin to latest HEAD
7 years ago
Slávek Banko
cb69a491e9
Add paths to the search for utempter helper
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 98ba18d0fc
)
7 years ago
Slávek Banko
6c68e92d38
Add search for utempter helper
...
This resolves Bug 2841
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a14adb9ab9
)
7 years ago
Roman Savochenko
8193acc745
Add brightness keys support
...
This relates to bug 2781
Signed-off-by: Roman Savochenko <rom_as@oscada.org>
(cherry picked from commit 4dd179aaa3
)
7 years ago
Slávek Banko
fc9c8b690b
tdeui: Update slider parameters together with changing precision of KDoubleNumInput
...
This relates to bug 2717 and resolves bug 2758
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2a8932682f
)
7 years ago
Slávek Banko
69c87f5393
Allow openssl detection without pkg-config file
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2aa548763e
)
7 years ago
Slávek Banko
88291f7e7f
Fix CMake build dependencies
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1cc26703c3
)
7 years ago