summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 20:23:14 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit1d26f492ee1126fffe4f0e006b3984bc44f9fe76 (patch)
treeeaf86f59e147ae39ce08b963bf154e391a6301a7
parented521ae90432b06b77b3e8277fca54b9d3c08b74 (diff)
downloadlorries-1d26f492ee1126fffe4f0e006b3984bc44f9fe76.tar.gz
Use https: scheme for all repositories on gnupg.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/gpgme.lorry2
-rw-r--r--open-source-lorries/libassuan.lorry2
-rw-r--r--open-source-lorries/libgcrypt.lorry2
-rw-r--r--open-source-lorries/libgpg-error.lorry2
4 files changed, 4 insertions, 4 deletions
diff --git a/open-source-lorries/gpgme.lorry b/open-source-lorries/gpgme.lorry
index 7aaeee0..dc61694 100644
--- a/open-source-lorries/gpgme.lorry
+++ b/open-source-lorries/gpgme.lorry
@@ -1,6 +1,6 @@
{
"gpgme": {
"type": "git",
- "url": "git://git.gnupg.org/gpgme.git"
+ "url": "https://dev.gnupg.org/source/gpgme.git"
}
}
diff --git a/open-source-lorries/libassuan.lorry b/open-source-lorries/libassuan.lorry
index e3e8912..c084887 100644
--- a/open-source-lorries/libassuan.lorry
+++ b/open-source-lorries/libassuan.lorry
@@ -1,6 +1,6 @@
{
"libassuan": {
"type": "git",
- "url": "git://git.gnupg.org/libassuan.git"
+ "url": "https://dev.gnupg.org/source/libassuan.git"
}
}
diff --git a/open-source-lorries/libgcrypt.lorry b/open-source-lorries/libgcrypt.lorry
index 2473107..4bf921f 100644
--- a/open-source-lorries/libgcrypt.lorry
+++ b/open-source-lorries/libgcrypt.lorry
@@ -1,7 +1,7 @@
{
"libgcrypt": {
"type": "git",
- "url": "git://git.gnupg.org/libgcrypt",
+ "url": "https://dev.gnupg.org/source/libgcrypt.git",
"refspecs": [ "+refs/heads/*:refs/heads/*", "+refs/tags/*:refs/tags/*" ]
}
}
diff --git a/open-source-lorries/libgpg-error.lorry b/open-source-lorries/libgpg-error.lorry
index 30ba489..9c1e8e2 100644
--- a/open-source-lorries/libgpg-error.lorry
+++ b/open-source-lorries/libgpg-error.lorry
@@ -1,6 +1,6 @@
{
"libgpg-error": {
"type": "git",
- "url": "git://git.gnupg.org/libgpg-error.git"
+ "url": "https://dev.gnupg.org/source/libgpg-error.git"
}
}