From f1aee9a50ef87744cd75849dcb412e69099de84c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 20:56:09 +0100 Subject: Use https: scheme instead of http: for various archives HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/cvs-tarball.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/cvs-tarball.lorry') diff --git a/open-source-lorries/cvs-tarball.lorry b/open-source-lorries/cvs-tarball.lorry index c74bb87..02c7a6e 100644 --- a/open-source-lorries/cvs-tarball.lorry +++ b/open-source-lorries/cvs-tarball.lorry @@ -1,6 +1,6 @@ { "cvs-tarball": { "type": "tarball", - "url": "http://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2" + "url": "https://ftp.gnu.org/non-gnu/cvs/source/feature/1.12.13/cvs-1.12.13.tar.bz2" } } -- cgit v1.2.1