summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 18:32:32 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit47fb153c8d77f63973ac7248e42cba66a9e539b9 (patch)
treea9bf209a505c917321ab5e6ad7e3f7c0cc22993a
parent895dc3f41fe61b24422f868118f21962576a4687 (diff)
downloadlorries-47fb153c8d77f63973ac7248e42cba66a9e539b9.tar.gz
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.
-rw-r--r--open-source-lorries/openwrt.lorry10
1 files 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",