Commit Graph

828 Commits (a760303dd89199beb31f1df9a8f99c4eb989957b)
 

Author SHA1 Message Date
TDE Gitea 179efff131 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 29259b467a Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 8b9c870f38 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 7b5ea7b536 Reset submodule main/tdelibs/admin to latest HEAD 5 years ago
TDE Gitea 08975fdfa7 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 23868d22bf Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 60dcc3f138 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 6f70ee78e0 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 591dc1e006 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 217c5ea6ea Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 2ceec97311 Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea ea5fa0916e Reset submodule main/tdelibs/cmake to latest HEAD 5 years ago
TDE Gitea 197799bfab Reset submodule main/tdelibs/cmake to latest HEAD 6 years ago
Slávek Banko 73d5cbe0f0
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
François Andriot e3382b36bf
Fix missing return values in kopenssl.
Signed-off-by: François Andriot <francois.andriot@free.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a6bbb9e7bc)
6 years ago
Slávek Banko 927c64cc6e
Process the new location of the ICEauthority file
+ 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 38b2b0be78)
6 years ago
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)
6 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)
6 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)
6 years ago
TDE Gitea 3888dcd3db Reset submodule main/tdelibs/cmake to latest HEAD 6 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)
7 years ago
TDE Gitea 81ae75ca14 Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
TDE Gitea 0a19e9ef85 Reset submodule main/tdelibs/admin to latest HEAD 7 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)
7 years ago
TDE Gitea f964702b03 Reset submodule main/tdelibs/cmake to latest HEAD 7 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)
7 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)
7 years ago
TDE Gitea 89bf82ed5e Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
OBATA Akio 0f8dabf7f5
Fix if-else syntax for the case missing OSS support
(cherry picked from commit dd6da7345a)
7 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)
7 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)
7 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)
7 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)
7 years ago
TDE Gitea 50aef34ec6 Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
TDE Gitea 83a5661e8f Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
TDE Gitea 5ae739bb90 Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
TDE Gitea af8aaf669f Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
TDE Gitea 0acee13fe8 Reset submodule main/tdelibs/admin to latest HEAD 7 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)
7 years ago
TDE Gitea c2b7330a3b Reset submodule main/tdelibs/cmake to latest HEAD 7 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)
7 years ago
TDE Gitea 669e632b85 Reset submodule main/tdelibs/cmake to latest HEAD 7 years ago
gregory guy 273a9c83a1
fix issue #3 utempter detection
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 82afa07a43)
7 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)
7 years ago
TDE Gitea 65da65ad2c Reset submodule main/tdelibs/admin to latest HEAD 7 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)
7 years ago