summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:33:53 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit366c321203afc8d56c6589c180624fd54b781ad5 (patch)
tree146bbd56ca78e4c122235eada2ceeac03d18323a
parent72f1d7df81218ee5f3afb0a3283e740d0751a22f (diff)
downloadlorries-366c321203afc8d56c6589c180624fd54b781ad5.tar.gz
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.
-rw-r--r--open-source-lorries/hostap.lorry2
1 files changed, 1 insertions, 1 deletions
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/*"