From 366c321203afc8d56c6589c180624fd54b781ad5 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 23:33:53 +0100 Subject: Use https: scheme for hostap The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. The documented HTTP path for git access on this server doesn't work, so use cgit's smart HTTP support. --- open-source-lorries/hostap.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/hostap.lorry b/open-source-lorries/hostap.lorry index 026934c..3803509 100644 --- a/open-source-lorries/hostap.lorry +++ b/open-source-lorries/hostap.lorry @@ -1,7 +1,7 @@ { "hostap": { "type": "git", - "url": "git://w1.fi/srv/git/hostap.git", + "url": "https://w1.fi/cgit/hostap", "refspecs": [ "+refs/heads/*", "+refs/tags/*" -- cgit v1.2.1