From ed521ae90432b06b77b3e8277fca54b9d3c08b74 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 19:58:35 +0100 Subject: Use https: scheme for all files in Debian archive HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use the deb.debian.org CDN and https for these. (Other mirrors generally don't support https.) --- open-source-lorries/python-packages.lorry | 2 +- open-source-lorries/ttf-alee.lorry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index a40fa5b..f9e0616 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -622,7 +622,7 @@ }, "python-packages/simplegeneric-tarball": { "type": "tarball", - "url": "http://ftp.de.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2" + "url": "https://deb.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2" }, "python-packages/smartypants": { "type": "hg", diff --git a/open-source-lorries/ttf-alee.lorry b/open-source-lorries/ttf-alee.lorry index 53d5c69..bbe420f 100644 --- a/open-source-lorries/ttf-alee.lorry +++ b/open-source-lorries/ttf-alee.lorry @@ -1,6 +1,6 @@ { "ttf-alee": { "type": "tarball", - "url": " http://ftp.tw.debian.org/debian/pool/main/f/fonts-alee/fonts-alee_13.1.tar.xz" + "url": "https://deb.debian.org/debian/pool/main/f/fonts-alee/fonts-alee_13.1.tar.xz" } } -- cgit v1.2.1