From e26a0ce081b192f6c7245b908df6499abc9dadd8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:47:24 +0100 Subject: Use https: scheme for all files on CPAN HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. Also use the canonical hostname cpan.metacpan.org. --- open-source-lorries/perl-xml-parser.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/perl-xml-parser.lorry') diff --git a/open-source-lorries/perl-xml-parser.lorry b/open-source-lorries/perl-xml-parser.lorry index 3ccca57..1c0c7a0 100644 --- a/open-source-lorries/perl-xml-parser.lorry +++ b/open-source-lorries/perl-xml-parser.lorry @@ -1,6 +1,6 @@ { "perl-xml-parser": { "type": "tarball", - "url": "http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-2.36.tar.gz" + "url": "https://cpan.metacpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-2.36.tar.gz" } } -- cgit v1.2.1