diff options
Diffstat (limited to 'kde-apps/kio-extras')
| -rw-r--r-- | kde-apps/kio-extras/Manifest | 2 | ||||
| -rw-r--r-- | kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch | 26 | ||||
| -rw-r--r-- | kde-apps/kio-extras/kio-extras-20.08.3-r1.ebuild (renamed from kde-apps/kio-extras/kio-extras-20.08.3.ebuild) | 3 | ||||
| -rw-r--r-- | kde-apps/kio-extras/kio-extras-20.12.1.ebuild (renamed from kde-apps/kio-extras/kio-extras-20.12.0.ebuild) | 5 |
4 files changed, 33 insertions, 3 deletions
diff --git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest index 44ef13369395..1f49cdd12726 100644 --- a/kde-apps/kio-extras/Manifest +++ b/kde-apps/kio-extras/Manifest @@ -1,2 +1,2 @@ DIST kio-extras-20.08.3.tar.xz 630900 BLAKE2B 85d10431df29f62744c92dd6a3fe29442170e2cc18b9a0bd91a6726eccee9d63d6fec89e1f2eddddf3f2fa046c486e543d65bb4777b85c6c23bb14d142077c0a SHA512 c9336b2a348ced91c4edc36628afd2698891d9b52cd9ca6819e13e00a93745bf112eb98ed7d85940a41ae046f538d192d3bc7d8164d8fd65eb8464490d9471f2 -DIST kio-extras-20.12.0.tar.xz 633272 BLAKE2B bef0e30e42a0d64ee43d668495a6ca09530d71356dd9e9d2ffb808dd4c12c954bbb6ebbeb2ba59d9d28c05bc5daa23d8bb758e200bda78012ae310d570efd46e SHA512 ab0303e222d5a7a63c2e42dce549ef3f9349996e9bc791e74902b331a4562043dc3b94d6a5af4a924400d951b26172431bffd8bcac69eee618085d60295f5843 +DIST kio-extras-20.12.1.tar.xz 633356 BLAKE2B a58ad0cf492e2e3f3a2869b91ba7f6b0b3aadba8cad3c556d58b785df28e3f85655b8b0dca75330b67e948c2bc1f18d33c11c8379349058cc4d602b28801e2c8 SHA512 fb0f3a495ffdbe0107554d6574e6fcb2dd51119f5d61e7e39aa528f7868a917fd10bef0cdc8d8c8451826a8218b6541860aaf62e03f72b44a707885966980bd0 diff --git a/kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch b/kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch new file mode 100644 index 000000000000..ecc7af90e67a --- /dev/null +++ b/kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch @@ -0,0 +1,26 @@ +From 6c099045f6f67069ad7b5f4deb6873cf5f34a4f4 Mon Sep 17 00:00:00 2001 +From: Harald Sitter <sitter@kde.org> +Date: Thu, 7 Jan 2021 14:45:34 +0100 +Subject: [PATCH] don't log passwords + +obviously not useful but dangerous +--- + smb/smbauthenticator.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/smb/smbauthenticator.cpp b/smb/smbauthenticator.cpp +index 4386e823..d4bf7032 100644 +--- a/smb/smbauthenticator.cpp ++++ b/smb/smbauthenticator.cpp +@@ -94,7 +94,7 @@ void SMBAuthenticator::auth(const char *server, const char *share, char *workgro + // https://bugzilla.samba.org/show_bug.cgi?id=14326 + + if (m_frontend.checkCachedAuthentication(info)) { +- qCDebug(KIO_SMB_LOG) << "got password through cache" << info.username << info.password; ++ qCDebug(KIO_SMB_LOG) << "got password through cache" << info.username; + } else if (!m_defaultUser.isEmpty()) { + // user defined a default username/password in kcontrol; try this + info.username = m_defaultUser; +-- +GitLab + diff --git a/kde-apps/kio-extras/kio-extras-20.08.3.ebuild b/kde-apps/kio-extras/kio-extras-20.08.3-r1.ebuild index a1c479c1e9c7..58bbfff301cf 100644 --- a/kde-apps/kio-extras/kio-extras-20.08.3.ebuild +++ b/kde-apps/kio-extras/kio-extras-20.08.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,6 +57,7 @@ DEPEND=" phonon? ( >=media-libs/phonon-4.11.0 ) samba? ( net-fs/samba[client] + net-libs/kdsoap:= net-libs/kdsoap-ws-discovery-client ) sftp? ( net-libs/libssh:=[sftp] ) diff --git a/kde-apps/kio-extras/kio-extras-20.12.0.ebuild b/kde-apps/kio-extras/kio-extras-20.12.1.ebuild index c918f91cf463..f92fb975c21a 100644 --- a/kde-apps/kio-extras/kio-extras-20.12.0.ebuild +++ b/kde-apps/kio-extras/kio-extras-20.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -56,6 +56,7 @@ DEPEND=" phonon? ( >=media-libs/phonon-4.11.0 ) samba? ( net-fs/samba[client] + net-libs/kdsoap:= net-libs/kdsoap-ws-discovery-client ) sftp? ( net-libs/libssh:=[sftp] ) @@ -72,6 +73,8 @@ RDEPEND="${DEPEND} # requires running kde environment RESTRICT+=" test" +PATCHES=( "${FILESDIR}/${P}-dont-log-pwd.patch" ) + src_configure() { local mycmakeargs=( $(cmake_use_find_package activities KF5Activities) |
