From 47fb153c8d77f63973ac7248e42cba66a9e539b9 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:32:32 +0100 Subject: Use https: scheme for all repositories on git.openwrt.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/openwrt.lorry | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/open-source-lorries/openwrt.lorry b/open-source-lorries/openwrt.lorry index c778ab8..59bb378 100644 --- a/open-source-lorries/openwrt.lorry +++ b/open-source-lorries/openwrt.lorry @@ -21,11 +21,11 @@ }, "openwrt/iwinfo": { "type": "git", - "url": "git://git.openwrt.org/project/iwinfo.git" + "url": "https://git.openwrt.org/project/iwinfo.git" }, "openwrt/jsonpath": { "type": "git", - "url": "git://git.openwrt.org/project/jsonpath.git" + "url": "https://git.openwrt.org/project/jsonpath.git" }, "openwrt/libnl-tiny": { "type": "git", @@ -33,7 +33,7 @@ }, "openwrt/libubox": { "type": "git", - "url": "git://git.openwrt.org/project/libubox.git" + "url": "https://git.openwrt.org/project/libubox.git" }, "openwrt/netifd": { "type": "git", @@ -61,7 +61,7 @@ }, "openwrt/uclient": { "type": "git", - "url": "git://git.openwrt.org/project/uclient.git" + "url": "https://git.openwrt.org/project/uclient.git" }, "openwrt/uhttpd": { "type": "git", @@ -78,7 +78,7 @@ }, "openwrt/luci2-ui": { "type": "git", - "url": "git://git.openwrt.org/project/luci2/ui.git" + "url": "https://git.openwrt.org/project/luci2/ui.git" }, "openwrt/uci": { "type": "git", -- cgit v1.2.1