From 2258cc461139da2138a8c9d757fdacd8328ef220 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 22:49:12 +0100 Subject: Use https: scheme instead of http: for various repositories HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/libapr-util.lorry | 2 +- open-source-lorries/libapr.lorry | 2 +- open-source-lorries/libimobiledevice-all.lorry | 12 ++++++------ open-source-lorries/log4cxx.lorry | 2 +- open-source-lorries/luajit2.lorry | 2 +- open-source-lorries/openwrt.lorry | 2 +- open-source-lorries/php-git.lorry | 2 +- open-source-lorries/python-packages.lorry | 2 +- open-source-lorries/sdl.lorry | 2 +- open-source-lorries/sudo.lorry | 2 +- open-source-lorries/xz.lorry | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/open-source-lorries/libapr-util.lorry b/open-source-lorries/libapr-util.lorry index 536c579..69ad887 100644 --- a/open-source-lorries/libapr-util.lorry +++ b/open-source-lorries/libapr-util.lorry @@ -1,7 +1,7 @@ { "libapr-util": { "type": "svn", - "url": "http://svn.apache.org/repos/asf/apr/apr-util/", + "url": "https://svn.apache.org/repos/asf/apr/apr-util/", "layout": "standard" } } diff --git a/open-source-lorries/libapr.lorry b/open-source-lorries/libapr.lorry index 6a0988b..c9a722b 100644 --- a/open-source-lorries/libapr.lorry +++ b/open-source-lorries/libapr.lorry @@ -1,7 +1,7 @@ { "libapr": { "type": "svn", - "url": "http://svn.apache.org/repos/asf/apr/apr/", + "url": "https://svn.apache.org/repos/asf/apr/apr/", "layout": "standard", "refspecs": [ "+refs/heads/*", diff --git a/open-source-lorries/libimobiledevice-all.lorry b/open-source-lorries/libimobiledevice-all.lorry index f69763d..e37bbb1 100644 --- a/open-source-lorries/libimobiledevice-all.lorry +++ b/open-source-lorries/libimobiledevice-all.lorry @@ -1,26 +1,26 @@ { "libimobiledevice/libideviceactivation": { "type": "git", - "url": "http://git.libimobiledevice.org/libideviceactivation.git" + "url": "https://git.libimobiledevice.org/libideviceactivation.git" }, "libimobiledevice/libimobiledevice": { "type": "git", - "url": "http://git.libimobiledevice.org/libimobiledevice.git" + "url": "https://git.libimobiledevice.org/libimobiledevice.git" }, "libimobiledevice/libirecovery": { "type": "git", - "url": "http://git.libimobiledevice.org/libirecovery.git" + "url": "https://git.libimobiledevice.org/libirecovery.git" }, "libimobiledevice/libplist": { "type": "git", - "url": "http://git.libimobiledevice.org/libplist.git" + "url": "https://git.libimobiledevice.org/libplist.git" }, "libimobiledevice/libusbmuxd": { "type": "git", - "url": "http://git.libimobiledevice.org/libusbmuxd.git" + "url": "https://git.libimobiledevice.org/libusbmuxd.git" }, "libimobiledevice/usbmuxd": { "type": "git", - "url": "http://git.libimobiledevice.org/usbmuxd.git" + "url": "https://git.libimobiledevice.org/usbmuxd.git" } } diff --git a/open-source-lorries/log4cxx.lorry b/open-source-lorries/log4cxx.lorry index c596b01..12202ed 100644 --- a/open-source-lorries/log4cxx.lorry +++ b/open-source-lorries/log4cxx.lorry @@ -1,7 +1,7 @@ { "log4cxx": { "type": "svn", - "url": "http://svn.apache.org/repos/asf/incubator/log4cxx", + "url": "https://svn.apache.org/repos/asf/incubator/log4cxx", "layout": "standard" } } diff --git a/open-source-lorries/luajit2.lorry b/open-source-lorries/luajit2.lorry index 5a48839..f26a346 100644 --- a/open-source-lorries/luajit2.lorry +++ b/open-source-lorries/luajit2.lorry @@ -1,6 +1,6 @@ { "luajit2": { "type": "git", - "url": "http://luajit.org/git/luajit-2.0.git" + "url": "https://luajit.org/git/luajit-2.0.git" } } diff --git a/open-source-lorries/openwrt.lorry b/open-source-lorries/openwrt.lorry index 59bb378..eccf45f 100644 --- a/open-source-lorries/openwrt.lorry +++ b/open-source-lorries/openwrt.lorry @@ -37,7 +37,7 @@ }, "openwrt/netifd": { "type": "git", - "url": "http://git.openwrt.org/project/netifd.git" + "url": "https://git.openwrt.org/project/netifd.git" }, "openwrt/odhcp6c": { "type": "git", diff --git a/open-source-lorries/php-git.lorry b/open-source-lorries/php-git.lorry index 084f321..1a48ac0 100644 --- a/open-source-lorries/php-git.lorry +++ b/open-source-lorries/php-git.lorry @@ -1,6 +1,6 @@ { "php-git": { "type": "git", - "url": "http://git.php.net/repository/php-src.git" + "url": "https://git.php.net/repository/php-src.git" } } diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index f9e0616..44d48aa 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -545,7 +545,7 @@ }, "python-packages/qpid-python": { "type": "git", - "url": "http://git.apache.org/qpid.git" + "url": "https://git.apache.org/qpid.git" }, "python-packages/rabbitmq-c": { "type": "git", diff --git a/open-source-lorries/sdl.lorry b/open-source-lorries/sdl.lorry index 83da9b3..10088e9 100644 --- a/open-source-lorries/sdl.lorry +++ b/open-source-lorries/sdl.lorry @@ -1,6 +1,6 @@ { "sdl": { "type": "hg", - "url": "http://hg.libsdl.org/SDL" + "url": "https://hg.libsdl.org/SDL" } } diff --git a/open-source-lorries/sudo.lorry b/open-source-lorries/sudo.lorry index 5187ec2..6ed9180 100644 --- a/open-source-lorries/sudo.lorry +++ b/open-source-lorries/sudo.lorry @@ -1,6 +1,6 @@ { "sudo": { "type": "hg", - "url": "http://www.sudo.ws/repos/sudo" + "url": "https://www.sudo.ws/repos/sudo" } } diff --git a/open-source-lorries/xz.lorry b/open-source-lorries/xz.lorry index 75a8338..9e21260 100644 --- a/open-source-lorries/xz.lorry +++ b/open-source-lorries/xz.lorry @@ -1,6 +1,6 @@ { "xz": { "type": "git", - "url": "http://git.tukaani.org/xz.git" + "url": "https://git.tukaani.org/xz.git" } } -- cgit v1.2.1