From cb40f8526fd165ce9bc7f37bee06bc39b008fccc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 23:37:17 +0100 Subject: Use https: scheme for FFmpeg The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/ffmpeg.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/ffmpeg.lorry b/open-source-lorries/ffmpeg.lorry index 3ec78b8..f79595f 100644 --- a/open-source-lorries/ffmpeg.lorry +++ b/open-source-lorries/ffmpeg.lorry @@ -1,7 +1,7 @@ { "ffmpeg": { "type": "git", - "url": "git://source.ffmpeg.org/ffmpeg.git" + "url": "https://git.ffmpeg.org/ffmpeg.git" } } -- cgit v1.2.1