[sdk/kdesrc-build/docbook_historied_per_file] doc/getting-started: Use HTTPS instead of Git protocol as default git transport.

Michael Pyne null at kde.org
Fri May 10 10:16:37 BST 2024


Git commit 96093c4fead6ea56dd037335786fd31e6459d255 by Michael Pyne, on behalf of Johan Ouwerkerk.
Committed on 23/09/2018 at 00:21.
Pushed by ashark into branch 'docbook_historied_per_file'.

Use HTTPS instead of Git protocol as default git transport.

With this change, users of kdesrc-build have better protection from man
in the middle attacks on source code transfers by default without having
to switch to SSH-tunneled Git protocol.

BUG:398858
FIXED-IN:18.09

Original commit: 2c09ca0d
https://invent.kde.org/sdk/kdesrc-build/-/commit/2c09ca0d8bc469d9860fc293b3e1eae2814dd4cb

M  +1    -1    doc/getting-started/before-building.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/96093c4fead6ea56dd037335786fd31e6459d255

diff --git a/doc/getting-started/before-building.docbook b/doc/getting-started/before-building.docbook
index 0390d5fc..16ea996c 100644
--- a/doc/getting-started/before-building.docbook
+++ b/doc/getting-started/before-building.docbook
@@ -130,7 +130,7 @@ source repository and then periodically updating it.</para>
 
 <para>You can obtain &kdesrc-build; from its source repository by running:</para>
 <programlisting>
-<prompt>$ </prompt><userinput><command>git <option>clone</option> <option>git://anongit.kde.org/kdesrc-build</option> <option><filename class="directory"><replaceable>~/kdesrc-build</replaceable></filename></option></command></userinput>
+<prompt>$ </prompt><userinput><command>git <option>clone</option> <option>https://anongit.kde.org/kdesrc-build</option> <option><filename class="directory"><replaceable>~/kdesrc-build</replaceable></filename></option></command></userinput>
 </programlisting>
 
 <para>Replace <option><replaceable>~/kdesrc-build</replaceable></option> with



More information about the kde-doc-english mailing list