From f8bc4c394ab06a0ace34c53c9fdee3108dec88cc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:02:31 +0100 Subject: Use https: scheme for all repositories on code.qt.io The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/qt-creator.lorry | 2 +- open-source-lorries/qt4-tools.lorry | 2 +- open-source-lorries/qt5-tools-all.lorry | 76 ++++++++++++++++----------------- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/open-source-lorries/qt-creator.lorry b/open-source-lorries/qt-creator.lorry index aaa21e7..7055b59 100644 --- a/open-source-lorries/qt-creator.lorry +++ b/open-source-lorries/qt-creator.lorry @@ -1,7 +1,7 @@ { "qt-creator": { "type": "git", - "url": "git://code.qt.io/qt-creator/qt-creator.git", + "url": "https://code.qt.io/qt-creator/qt-creator.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" diff --git a/open-source-lorries/qt4-tools.lorry b/open-source-lorries/qt4-tools.lorry index ec386a5..919ad95 100644 --- a/open-source-lorries/qt4-tools.lorry +++ b/open-source-lorries/qt4-tools.lorry @@ -1,7 +1,7 @@ { "qt4-tools": { "type": "git", - "url": "git://code.qt.io/qt/qt.git", + "url": "https://code.qt.io/qt/qt.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" diff --git a/open-source-lorries/qt5-tools-all.lorry b/open-source-lorries/qt5-tools-all.lorry index 7290692..654f245 100644 --- a/open-source-lorries/qt5-tools-all.lorry +++ b/open-source-lorries/qt5-tools-all.lorry @@ -1,23 +1,23 @@ { "qt5/qt3d": { "type": "git", - "url": "git://code.qt.io/qt/qt3d.git" + "url": "https://code.qt.io/qt/qt3d.git" }, "qt5/qtimageformats": { "type": "git", - "url": "git://code.qt.io/qt/qtimageformats.git" + "url": "https://code.qt.io/qt/qtimageformats.git" }, "qt5/qtwebkit": { "type": "git", - "url": "git://code.qt.io/qt/qtwebkit.git" + "url": "https://code.qt.io/qt/qtwebkit.git" }, "qt5/qtquick1": { "type": "git", - "url": "git://code.qt.io/qt/qtquick1.git" + "url": "https://code.qt.io/qt/qtquick1.git" }, "qt5/qtquickcontrols": { "type": "git", - "url": "git://code.qt.io/qt/qtquickcontrols.git" + "url": "https://code.qt.io/qt/qtquickcontrols.git" }, "qt5/qtjsbackend": { "type": "git", @@ -25,19 +25,19 @@ }, "qt5/qtxmlpatterns": { "type": "git", - "url": "git://code.qt.io/qt/qtxmlpatterns.git" + "url": "https://code.qt.io/qt/qtxmlpatterns.git" }, "qt5/qtxmlpatterns-testsuites": { "type": "git", - "url": "git://code.qt.io/qt/qtxmlpatterns-testsuites.git" + "url": "https://code.qt.io/qt/qtxmlpatterns-testsuites.git" }, "qt5/qtscript": { "type": "git", - "url": "git://code.qt.io/qt/qtscript.git" + "url": "https://code.qt.io/qt/qtscript.git" }, "qt5/qtsensors": { "type": "git", - "url": "git://code.qt.io/qt/qtsensors.git", + "url": "https://code.qt.io/qt/qtsensors.git", "refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" @@ -45,39 +45,39 @@ }, "qt5/qtserialport": { "type": "git", - "url": "git://code.qt.io/qt/qtserialport.git" + "url": "https://code.qt.io/qt/qtserialport.git" }, "qt5/qtsvg": { "type": "git", - "url": "git://code.qt.io/qt/qtsvg.git" + "url": "https://code.qt.io/qt/qtsvg.git" }, "qt5/qtactiveqt": { "type": "git", - "url": "git://code.qt.io/qt/qtactiveqt.git" + "url": "https://code.qt.io/qt/qtactiveqt.git" }, "qt5/qttools": { "type": "git", - "url": "git://code.qt.io/qt/qttools.git" + "url": "https://code.qt.io/qt/qttools.git" }, "qt5": { "type": "git", - "url": "git://code.qt.io/qt/qt5.git" + "url": "https://code.qt.io/qt/qt5.git" }, "qt5/qtgraphicaleffects": { "type": "git", - "url": "git://code.qt.io/qt/qtgraphicaleffects.git" + "url": "https://code.qt.io/qt/qtgraphicaleffects.git" }, "qt5/qtdoc": { "type": "git", - "url": "git://code.qt.io/qt/qtdoc.git" + "url": "https://code.qt.io/qt/qtdoc.git" }, "qt5/qtmultimedia": { "type": "git", - "url": "git://code.qt.io/qt/qtmultimedia.git" + "url": "https://code.qt.io/qt/qtmultimedia.git" }, "qt5/qtdeclarative": { "type": "git", - "url": "git://code.qt.io/qt/qtdeclarative.git", + "url": "https://code.qt.io/qt/qtdeclarative.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -85,23 +85,23 @@ }, "qt5/qtdeclarative-testsuites": { "type": "git", - "url": "git://code.qt.io/qt/qtdeclarative-testsuites.git" + "url": "https://code.qt.io/qt/qtdeclarative-testsuites.git" }, "qt5/qttranslations": { "type": "git", - "url": "git://code.qt.io/qt/qttranslations.git" + "url": "https://code.qt.io/qt/qttranslations.git" }, "qt5/qtqa": { "type": "git", - "url": "git://code.qt.io/qt/qtqa.git" + "url": "https://code.qt.io/qt/qtqa.git" }, "qt5/qtwebkit-examples": { "type": "git", - "url": "git://code.qt.io/qt/qtwebkit-examples.git" + "url": "https://code.qt.io/qt/qtwebkit-examples.git" }, "qt5/qtbase": { "type": "git", - "url": "git://code.qt.io/qt/qtbase.git", + "url": "https://code.qt.io/qt/qtbase.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" @@ -109,62 +109,62 @@ }, "qt5/qtrepotools": { "type": "git", - "url": "git://code.qt.io/qt/qtrepotools.git" + "url": "https://code.qt.io/qt/qtrepotools.git" }, "qt5/qtwayland": { "type": "git", - "url": "git://code.qt.io/qt/qtwayland.git" + "url": "https://code.qt.io/qt/qtwayland.git" }, "qt5/qtx11extras": { "type": "git", - "url": "git://code.qt.io/qt/qtx11extras.git" + "url": "https://code.qt.io/qt/qtx11extras.git" }, "qt5/qtconnectivity": { "type": "git", - "url": "git://code.qt.io/qt/qtconnectivity.git" + "url": "https://code.qt.io/qt/qtconnectivity.git" }, "qt5/qtenginio": { "type": "git", - "url": "git://code.qt.io/qt/qtenginio.git" + "url": "https://code.qt.io/qt/qtenginio.git" }, "qt5/qtlocation": { "type": "git", - "url": "git://code.qt.io/qt/qtlocation.git" + "url": "https://code.qt.io/qt/qtlocation.git" }, "qt5/qtlocation-mapboxgl": { "type": "git", - "url": "git://code.qt.io/qt/qtlocation-mapboxgl.git" + "url": "https://code.qt.io/qt/qtlocation-mapboxgl.git" }, "qt5/qtwebsockets": { "type": "git", - "url": "git://code.qt.io/qt/qtwebsockets.git" + "url": "https://code.qt.io/qt/qtwebsockets.git" }, "qt5/qtwebchannel": { "type": "git", - "url": "git://code.qt.io/qt/qtwebchannel.git" + "url": "https://code.qt.io/qt/qtwebchannel.git" }, "qt5/qtwebengine": { "type": "git", - "url": "git://code.qt.io/qt/qtwebengine.git" + "url": "https://code.qt.io/qt/qtwebengine.git" }, "qt5/qtwebengine-chromium": { "type": "git", - "url": "git://code.qt.io/qt/qtwebengine-chromium.git" + "url": "https://code.qt.io/qt/qtwebengine-chromium.git" }, "qt5/qtapplicationmanager": { "type": "git", - "url": "git://code.qt.io/qt/qtapplicationmanager.git" + "url": "https://code.qt.io/qt/qtapplicationmanager.git" }, "qt5/qtivi": { "type": "git", - "url": "git://code.qt.io/qt/qtivi.git" + "url": "https://code.qt.io/qt/qtivi.git" }, "qt5/qtivi-qface": { "type": "git", - "url": "git://code.qt.io/qt/qtivi-qface.git" + "url": "https://code.qt.io/qt/qtivi-qface.git" }, "qt5/neptune-ui": { "type": "git", - "url": "git://code.qt.io/qt-apps/neptune-ui.git" + "url": "https://code.qt.io/qt-apps/neptune-ui.git" } } -- cgit v1.2.1