From 4a1d136c4e6eca8a5b4383f4de4139426e158a0e Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 22:30:02 +0100 Subject: Use https: scheme for all repositories on git.alsa-project.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/alsa-lib.lorry | 2 +- open-source-lorries/alsa-utils.lorry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/open-source-lorries/alsa-lib.lorry b/open-source-lorries/alsa-lib.lorry index be7c359..5c5bcb1 100644 --- a/open-source-lorries/alsa-lib.lorry +++ b/open-source-lorries/alsa-lib.lorry @@ -1,7 +1,7 @@ { "alsa-lib": { "type": "git", - "url": "git://git.alsa-project.org/alsa-lib.git", + "url": "https://git.alsa-project.org/http/alsa-lib.git", "refspecs": [ "ascenario", "amixer", "ucm", "+refs/heads/master:refs/heads/master", diff --git a/open-source-lorries/alsa-utils.lorry b/open-source-lorries/alsa-utils.lorry index b5d25bd..ef47866 100644 --- a/open-source-lorries/alsa-utils.lorry +++ b/open-source-lorries/alsa-utils.lorry @@ -1,7 +1,7 @@ { "alsa-utils": { "type": "git", - "url": "git://git.alsa-project.org/alsa-utils.git", + "url": "https://git.alsa-project.org/http/alsa-utils.git", "refspecs": [ "amixer", "ucm", "+refs/heads/master:refs/heads/master", -- cgit v1.2.1