From fbe7cce50056a4361bc42a522f3b5b55f898ffeb Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:11:28 +0100 Subject: Use https: scheme for all repositories on git.xfce.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/xfce-all.lorry | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/open-source-lorries/xfce-all.lorry b/open-source-lorries/xfce-all.lorry index c71c9dd..a9a4b3b 100644 --- a/open-source-lorries/xfce-all.lorry +++ b/open-source-lorries/xfce-all.lorry @@ -1,11 +1,11 @@ { "xfce/exo": { "type": "git", - "url": "git://git.xfce.org/xfce/exo.git" + "url": "https://git.xfce.org/xfce/exo" }, "xfce/garcon": { "type": "git", - "url": "git://git.xfce.org/xfce/garcon.git" + "url": "https://git.xfce.org/xfce/garcon" }, "xfce/gtk-xfce-engine": { "type": "git", @@ -13,15 +13,15 @@ }, "xfce/libxfce4ui": { "type": "git", - "url": "git://git.xfce.org/xfce/libxfce4ui.git" + "url": "https://git.xfce.org/xfce/libxfce4ui" }, "xfce/libxfce4util": { "type": "git", - "url": "git://git.xfce.org/xfce/libxfce4util.git" + "url": "https://git.xfce.org/xfce/libxfce4util" }, "xfce/thunar": { "type": "git", - "url": "git://git.xfce.org/xfce/thunar.git" + "url": "https://git.xfce.org/xfce/thunar" }, "xfce/thunar-desktop-plugin": { "type": "git", @@ -29,19 +29,19 @@ }, "xfce/thunar-volman": { "type": "git", - "url": "git://git.xfce.org/xfce/thunar-volman.git" + "url": "https://git.xfce.org/xfce/thunar-volman" }, "xfce/tumbler": { "type": "git", - "url": "git://git.xfce.org/xfce/tumbler.git" + "url": "https://git.xfce.org/xfce/tumbler" }, "xfce/xfce4-appfinder": { "type": "git", - "url": "git://git.xfce.org/xfce/xfce4-appfinder.git" + "url": "https://git.xfce.org/xfce/xfce4-appfinder" }, "xfce/xfce4-dev-tools": { "type": "git", - "url": "git://git.xfce.org/xfce/xfce4-dev-tools.git" + "url": "https://git.xfce.org/xfce/xfce4-dev-tools" }, "xfce/xfce4-docs": { "type": "git", @@ -49,30 +49,30 @@ }, "xfce/xfce4-panel": { "type": "git", - "url": "git://git.xfce.org/xfce/xfce4-panel.git" + "url": "https://git.xfce.org/xfce/xfce4-panel" }, "xfce/ixfce4-power-manager": { "type": "git", - "url": "git://git.xfce.org/xfce/xfce4-power-manager.git" + "url": "https://git.xfce.org/xfce/xfce4-power-manager" }, "xfce/xfce4-session": { "type": "git", - "url": "git://git.xfce.org/xfce/xfce4-session.git" + "url": "https://git.xfce.org/xfce/xfce4-session" }, "xfce/xfce4-settings": { "type": "git", - "url": "git://git.xfce.org/xfce/xfce4-settings.git" + "url": "https://git.xfce.org/xfce/xfce4-settings" }, "xfce/xfconf": { "type": "git", - "url": "git://git.xfce.org/xfce/xfconf.git" + "url": "https://git.xfce.org/xfce/xfconf" }, "xfce/xfdesktop": { "type": "git", - "url": "git://git.xfce.org/xfce/xfdesktop.git" + "url": "https://git.xfce.org/xfce/xfdesktop" }, "xfce/xfwm4": { "type": "git", - "url": "git://git.xfce.org/xfce/xfwm4.git" + "url": "https://git.xfce.org/xfce/xfwm4" } } -- cgit v1.2.1