From 80d32016cda0bde6e1d50b696369bfda9583afde Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 17:55:25 +0100 Subject: Use https: scheme for all repositories on anongit.freedesktop.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/c2man.lorry | 2 +- open-source-lorries/cppunit.lorry | 2 +- open-source-lorries/fribidi.lorry | 2 +- open-source-lorries/harfbuzz.lorry | 2 +- open-source-lorries/p11-kit.lorry | 2 +- open-source-lorries/py2cairo.lorry | 2 +- open-source-lorries/pycairo.lorry | 2 +- open-source-lorries/udisks.lorry | 2 +- open-source-lorries/wocky.lorry | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/open-source-lorries/c2man.lorry b/open-source-lorries/c2man.lorry index b456868..8936da8 100644 --- a/open-source-lorries/c2man.lorry +++ b/open-source-lorries/c2man.lorry @@ -1,6 +1,6 @@ { "c2man": { "type": "git", - "url": "git://anongit.freedesktop.org/fribidi/c2man" + "url": "https://anongit.freedesktop.org/git/fribidi/c2man.git" } } diff --git a/open-source-lorries/cppunit.lorry b/open-source-lorries/cppunit.lorry index ac9cf4f..09e5dc9 100644 --- a/open-source-lorries/cppunit.lorry +++ b/open-source-lorries/cppunit.lorry @@ -1,6 +1,6 @@ { "cppunit": { "type": "git", - "url": "git://anongit.freedesktop.org/git/libreoffice/cppunit/" + "url": "https://anongit.freedesktop.org/git/libreoffice/cppunit.git" } } diff --git a/open-source-lorries/fribidi.lorry b/open-source-lorries/fribidi.lorry index 03c2f11..386f6af 100644 --- a/open-source-lorries/fribidi.lorry +++ b/open-source-lorries/fribidi.lorry @@ -1,6 +1,6 @@ { "fribidi": { "type": "git", - "url": "git://anongit.freedesktop.org/fribidi/fribidi" + "url": "https://anongit.freedesktop.org/git/fribidi/fribidi.git" } } diff --git a/open-source-lorries/harfbuzz.lorry b/open-source-lorries/harfbuzz.lorry index a021eac..2388a78 100644 --- a/open-source-lorries/harfbuzz.lorry +++ b/open-source-lorries/harfbuzz.lorry @@ -1,7 +1,7 @@ { "harfbuzz": { "type": "git", - "url": "git://anongit.freedesktop.org/git/harfbuzz" + "url": "https://anongit.freedesktop.org/git/harfbuzz.git" } } diff --git a/open-source-lorries/p11-kit.lorry b/open-source-lorries/p11-kit.lorry index 15394b3..071c049 100644 --- a/open-source-lorries/p11-kit.lorry +++ b/open-source-lorries/p11-kit.lorry @@ -1,6 +1,6 @@ { "p11-kit": { "type": "git", - "url": "git://anongit.freedesktop.org/p11-glue/p11-kit" + "url": "https://anongit.freedesktop.org/git/p11-glue/p11-kit.git" } } diff --git a/open-source-lorries/py2cairo.lorry b/open-source-lorries/py2cairo.lorry index fee9c2e..aa24e8e 100644 --- a/open-source-lorries/py2cairo.lorry +++ b/open-source-lorries/py2cairo.lorry @@ -1,6 +1,6 @@ { "py2cairo": { "type": "git", - "url": "git://anongit.freedesktop.org/git/py2cairo" + "url": "https://anongit.freedesktop.org/git/py2cairo" } } diff --git a/open-source-lorries/pycairo.lorry b/open-source-lorries/pycairo.lorry index dbcc00d..a2e65c1 100644 --- a/open-source-lorries/pycairo.lorry +++ b/open-source-lorries/pycairo.lorry @@ -1,6 +1,6 @@ { "pycairo": { "type": "git", - "url": "git://anongit.freedesktop.org/git/pycairo" + "url": "https://anongit.freedesktop.org/git/pycairo" } } diff --git a/open-source-lorries/udisks.lorry b/open-source-lorries/udisks.lorry index 88d4012..9fbc832 100644 --- a/open-source-lorries/udisks.lorry +++ b/open-source-lorries/udisks.lorry @@ -1,6 +1,6 @@ { "udisks": { "type": "git", - "url": "git://anongit.freedesktop.org/udisks" + "url": "https://anongit.freedesktop.org/git/udisks.git" } } diff --git a/open-source-lorries/wocky.lorry b/open-source-lorries/wocky.lorry index 9f27bbd..2686b03 100644 --- a/open-source-lorries/wocky.lorry +++ b/open-source-lorries/wocky.lorry @@ -1,6 +1,6 @@ { "wocky": { "type": "git", - "url": "git://anongit.freedesktop.org/wocky" + "url": "https://anongit.freedesktop.org/git/wocky.git" } } -- cgit v1.2.1