Git commit 3d8e8ed30505d409b06f27c977b7be7d2919b6ff by Friedrich W. H. Kossebau.
Committed on 19/01/2019 at 14:14.
Pushed by kossebau into branch 'master'.

Use more https in links

M  +2    -2    CMakeLists.txt
M  +1    -1    doc/index.docbook
M  +1    -1    vnc/vncclientthread.cpp

https://commits.kde.org/krdc/3d8e8ed30505d409b06f27c977b7be7d2919b6ff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ce8a60..2a95f42 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ set_package_properties("libvncserver" PROPERTIES
 find_package(LibSSH)
 set_package_properties("libssh" PROPERTIES
     DESCRIPTION "ssh library"
-    URL "http://libssh.org";
+    URL "https://libssh.org/";
     PURPOSE "Needed to build VNC+SSH tunnel support "
 )
 
@@ -93,7 +93,7 @@ find_package(freerdp QUIET)
 
 set_package_properties(freerdp PROPERTIES
         DESCRIPTION "A free Remote Desktop Protocol (RDP) Implementation"
-        URL "http://www.freerdp.com";
+        URL "https://www.freerdp.com/";
         PURPOSE "The xfreerdp binary is needed for RDP support in KRDC (at 
runtime)"
         TYPE RUNTIME
 )
diff --git a/doc/index.docbook b/doc/index.docbook
index 24fbad3..506f83f 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -88,7 +88,7 @@ If you want to start &krdc; from &konsole;, the command is 
<userinput><command>k
 <para>
 Please report any problems or feature requests to the &kde; mailing
 lists or file a bug at <ulink
-url="http://bugs.kde.org";>http://bugs.kde.org</ulink>. 
+url="https://bugs.kde.org";>https://bugs.kde.org</ulink>.
 </para>
 </chapter>
 
diff --git a/vnc/vncclientthread.cpp b/vnc/vncclientthread.cpp
index afd103d..0b9af45 100644
--- a/vnc/vncclientthread.cpp
+++ b/vnc/vncclientthread.cpp
@@ -320,7 +320,7 @@ void VncClientThread::outputHandler(const char *format, ...)
     }
 
     // internal messages, not displayed to user
-    if (message.contains(QLatin1String("VNC server supports protocol version 
3.889"))) // see http://bugs.kde.org/162640
+    if (message.contains(QLatin1String("VNC server supports protocol version 
3.889"))) // see https://bugs.kde.org/162640
         outputErrorMessageString = 
QLatin1String("INTERNAL:APPLE_VNC_COMPATIBILTY");
 }
 

Reply via email to