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/libimobiledevice-all.lorry | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'open-source-lorries/libimobiledevice-all.lorry') 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" } } -- cgit v1.2.1