From b9c19173132feab012c4d13e637713d1a979e660 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:07:45 +0100 Subject: Use https: scheme for all repositories on Savannah HTTP and the git native protocol are unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/python-packages.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries/python-packages.lorry') diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index 0b57204..9ce95cf 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -939,7 +939,7 @@ "python-packages/rdiff-backup": { "layout": "standard", "type": "svn", - "url": "http://svn.savannah.nongnu.org/svn/rdiff-backup" + "url": "https://svn.savannah.nongnu.org/svn/rdiff-backup" }, "python-packages/tablib": { "type": "git", -- cgit v1.2.1