summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Switch all submodules to https.Slávek Banko2019-12-081-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix missing return values in kopenssl.François Andriot2019-12-041-0/+7
| | | | | | 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)
* Process the new location of the ICEauthority fileSlávek Banko2019-12-034-32/+82
| | | | | | | | | | | | | | | | + 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)
* cmake: Avoid double generating of dcop/tests files.Slávek Banko2019-11-051-14/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 83d02c95a1edfc69f303d838f904dc142bdb2f41)
* Fix SSL initialization for OpenSSL >= 1.1.Slávek Banko2019-09-041-2/+2
| | | | | | | | | | | 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)
* Security: remove support for $(...) in config keys with [$e] marker.Slávek Banko2019-08-092-32/+1
| | | | | | | | | | | | | | | | 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)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-06-121-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-04-021-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-03-051-0/+0
|
* Fix CMake build dependencies for tests.Slávek Banko2019-03-032-0/+18
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8fc2a6ca26ff8a6aaffc57357be865a8dcfecbd8)
* Use system libdir when searching for dynamically loaded libraries.Slávek Banko2019-02-278-53/+56
| | | | | | | 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)
* Fix SSL initialization for OpenSSL >= 1.1.Slávek Banko2019-02-211-2/+24
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 43609c8a21144b56a53d53757639fc6c6298c10d)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-02-191-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2019-02-191-0/+0
|
* Fix openssl >= 1.1 detection without pkg-config file.Slávek Banko2019-02-161-3/+12
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5de71676ac3ab1b305ff02185bb683af1a1c3dee)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-02-031-0/+0
|
* Use common test for large files support.Slávek Banko2019-01-284-12/+2
| | | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE=1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ebf0115af1c52612e02fd8908b4240501bd34c60)
* Use common GCC visibility test.Slávek Banko2019-01-281-8/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 83e4c4d56c1bda0a7b925c8dccb971d7a3a12362)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-281-0/+0
|
* Fix if-else syntax for the case missing OSS supportOBATA Akio2019-01-281-3/+1
| | | | (cherry picked from commit dd6da7345a2993129436cd5527e098d4e11acad8)
* Change to always build and install KACLOBATA Akio2019-01-271-7/+3
| | | | | | It is used by others even if missing POSIX ACL support. (cherry picked from commit 08b76454681e565ad5e0fe55f3e76380caa39aca)
* Add some missing supplement macros for MIDI supportOBATA Akio2019-01-261-0/+2
| | | | | | They are used but not defined for missing OSS support. (cherry picked from commit 6aead73137049245f37b2b82f957b31dbefac738)
* Change to define __STDC_LIMIT_MACROS firstOBATA Akio2019-01-251-5/+5
| | | | | | | <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)
* Convert GETMNTINFO_USES_STATVFS check to CMakeOBATA Akio2019-01-252-1/+12
| | | | | | Fix to build on such platforms, it is used but not checked with CMake. (cherry picked from commit 6716d0dfb9c50b388817118469d1e2b7dc7ae46a)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-131-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2019-01-121-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-101-0/+0
|
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-091-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-12-091-0/+0
|
* Deleted blank line at the beginning of the file.Slávek Banko2018-12-021-1/+0
| | | | | | | This prevented proper processing by extractrc. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0e892bc70070640f68a09bb4897a7c0fd7bfe929)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-12-021-0/+0
|
* Small adjustments in Kate syntax highlighting files.Slávek Banko2018-12-022-3/+3
| | | | | | | | | + 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)
* Reset submodule main/tdelibs/cmake to latest HEADAutomated System2018-11-291-0/+0
|
* fix issue #3 utempter detectiongregory guy2018-11-171-2/+2
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 82afa07a430c43bc122c7325dc67fb9f3ad6216a)
* Fixed potential FTBFS in htmlattrs.c. This relates to bug 2850.Michele Calgaro2018-11-021-2/+3
| | | | | | | | 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)
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Fix FTBFS with stricter C++11Slávek Banko2018-08-192-6/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 958fa42aa9576a6da0c9ca5de4823cb04407a713)
* Fix security issue CVE-2017-6410Slávek Banko2018-07-261-2/+10
| | | | | | | [taken from RedHat kdelibs patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a3b86c26903ade446ac57afc8c3f8a9c1bd66390)
* Fix bug reports link in about dialogSlávek Banko2018-06-3015-28/+32
| | | | | | | | 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 aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
* Added G-code Kate syntax highlight file.Michele Calgaro2018-06-244-6/+218
| | | | | | | | | | | | 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 6734f5e47f496ca1b89e2fd6c51e46ec447e3de1)
* Removed duplicated zip file mimetype. This relates to bug 2794.Michele Calgaro2018-06-243-94/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1b04b27b221ef9fe0febf5da650de9565ae5297c)
* Removed duplicated rar file mimetype. This relates to bug 2794.Ray Vine2018-06-243-91/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 741812689c4e8733e0864470f29de36a98a08b74)
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Fix previous commit typo.Michele Calgaro2018-04-301-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c18840c76f3cadeff5f1279f1ea8c1920194ea6e)
* Fixed service lookup in KOpenWithDlg. Default is now to lookup byMichele Calgaro2018-04-303-30/+41
| | | | | | | | | 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 bcdfbb95e94db26bf984443ce583d919a330058c)
* Reset submodule main/tdelibs/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Add paths to the search for utempter helperSlávek Banko2018-03-101-0/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 98ba18d0fc275af53746782e36f0b71d667f591d)
* Add search for utempter helperSlávek Banko2018-02-133-3/+23
| | | | | | | This resolves Bug 2841 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a14adb9ab9c50cbcd95a2d2e3f42c41fecf73fb0)