summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 22:49:12 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit2258cc461139da2138a8c9d757fdacd8328ef220 (patch)
treed734467b40469592a5fe32cc36f7d4e9d6dd7e14
parent0453df73028c85ee008cde4c787543cc0bbe1d2d (diff)
downloadlorries-2258cc461139da2138a8c9d757fdacd8328ef220.tar.gz
Use https: scheme instead of http: for various repositories
HTTP is unauthenticated and so subject to man-in-the-middle attacks. Use https for these.
-rw-r--r--open-source-lorries/libapr-util.lorry2
-rw-r--r--open-source-lorries/libapr.lorry2
-rw-r--r--open-source-lorries/libimobiledevice-all.lorry12
-rw-r--r--open-source-lorries/log4cxx.lorry2
-rw-r--r--open-source-lorries/luajit2.lorry2
-rw-r--r--open-source-lorries/openwrt.lorry2
-rw-r--r--open-source-lorries/php-git.lorry2
-rw-r--r--open-source-lorries/python-packages.lorry2
-rw-r--r--open-source-lorries/sdl.lorry2
-rw-r--r--open-source-lorries/sudo.lorry2
-rw-r--r--open-source-lorries/xz.lorry2
11 files changed, 16 insertions, 16 deletions
diff --git a/open-source-lorries/libapr-util.lorry b/open-source-lorries/libapr-util.lorry
index 536c579..69ad887 100644
--- a/open-source-lorries/libapr-util.lorry
+++ b/open-source-lorries/libapr-util.lorry
@@ -1,7 +1,7 @@
{
"libapr-util": {
"type": "svn",
- "url": "http://svn.apache.org/repos/asf/apr/apr-util/",
+ "url": "https://svn.apache.org/repos/asf/apr/apr-util/",
"layout": "standard"
}
}
diff --git a/open-source-lorries/libapr.lorry b/open-source-lorries/libapr.lorry
index 6a0988b..c9a722b 100644
--- a/open-source-lorries/libapr.lorry
+++ b/open-source-lorries/libapr.lorry
@@ -1,7 +1,7 @@
{
"libapr": {
"type": "svn",
- "url": "http://svn.apache.org/repos/asf/apr/apr/",
+ "url": "https://svn.apache.org/repos/asf/apr/apr/",
"layout": "standard",
"refspecs": [
"+refs/heads/*",
diff --git a/open-source-lorries/libimobiledevice-all.lorry b/open-source-lorries/libimobiledevice-all.lorry
index f69763d..e37bbb1 100644
--- a/open-source-lorries/libimobiledevice-all.lorry
+++ b/open-source-lorries/libimobiledevice-all.lorry
@@ -1,26 +1,26 @@
{
"libimobiledevice/libideviceactivation": {
"type": "git",
- "url": "http://git.libimobiledevice.org/libideviceactivation.git"
+ "url": "https://git.libimobiledevice.org/libideviceactivation.git"
},
"libimobiledevice/libimobiledevice": {
"type": "git",
- "url": "http://git.libimobiledevice.org/libimobiledevice.git"
+ "url": "https://git.libimobiledevice.org/libimobiledevice.git"
},
"libimobiledevice/libirecovery": {
"type": "git",
- "url": "http://git.libimobiledevice.org/libirecovery.git"
+ "url": "https://git.libimobiledevice.org/libirecovery.git"
},
"libimobiledevice/libplist": {
"type": "git",
- "url": "http://git.libimobiledevice.org/libplist.git"
+ "url": "https://git.libimobiledevice.org/libplist.git"
},
"libimobiledevice/libusbmuxd": {
"type": "git",
- "url": "http://git.libimobiledevice.org/libusbmuxd.git"
+ "url": "https://git.libimobiledevice.org/libusbmuxd.git"
},
"libimobiledevice/usbmuxd": {
"type": "git",
- "url": "http://git.libimobiledevice.org/usbmuxd.git"
+ "url": "https://git.libimobiledevice.org/usbmuxd.git"
}
}
diff --git a/open-source-lorries/log4cxx.lorry b/open-source-lorries/log4cxx.lorry
index c596b01..12202ed 100644
--- a/open-source-lorries/log4cxx.lorry
+++ b/open-source-lorries/log4cxx.lorry
@@ -1,7 +1,7 @@
{
"log4cxx": {
"type": "svn",
- "url": "http://svn.apache.org/repos/asf/incubator/log4cxx",
+ "url": "https://svn.apache.org/repos/asf/incubator/log4cxx",
"layout": "standard"
}
}
diff --git a/open-source-lorries/luajit2.lorry b/open-source-lorries/luajit2.lorry
index 5a48839..f26a346 100644
--- a/open-source-lorries/luajit2.lorry
+++ b/open-source-lorries/luajit2.lorry
@@ -1,6 +1,6 @@
{
"luajit2": {
"type": "git",
- "url": "http://luajit.org/git/luajit-2.0.git"
+ "url": "https://luajit.org/git/luajit-2.0.git"
}
}
diff --git a/open-source-lorries/openwrt.lorry b/open-source-lorries/openwrt.lorry
index 59bb378..eccf45f 100644
--- a/open-source-lorries/openwrt.lorry
+++ b/open-source-lorries/openwrt.lorry
@@ -37,7 +37,7 @@
},
"openwrt/netifd": {
"type": "git",
- "url": "http://git.openwrt.org/project/netifd.git"
+ "url": "https://git.openwrt.org/project/netifd.git"
},
"openwrt/odhcp6c": {
"type": "git",
diff --git a/open-source-lorries/php-git.lorry b/open-source-lorries/php-git.lorry
index 084f321..1a48ac0 100644
--- a/open-source-lorries/php-git.lorry
+++ b/open-source-lorries/php-git.lorry
@@ -1,6 +1,6 @@
{
"php-git": {
"type": "git",
- "url": "http://git.php.net/repository/php-src.git"
+ "url": "https://git.php.net/repository/php-src.git"
}
}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index f9e0616..44d48aa 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -545,7 +545,7 @@
},
"python-packages/qpid-python": {
"type": "git",
- "url": "http://git.apache.org/qpid.git"
+ "url": "https://git.apache.org/qpid.git"
},
"python-packages/rabbitmq-c": {
"type": "git",
diff --git a/open-source-lorries/sdl.lorry b/open-source-lorries/sdl.lorry
index 83da9b3..10088e9 100644
--- a/open-source-lorries/sdl.lorry
+++ b/open-source-lorries/sdl.lorry
@@ -1,6 +1,6 @@
{
"sdl": {
"type": "hg",
- "url": "http://hg.libsdl.org/SDL"
+ "url": "https://hg.libsdl.org/SDL"
}
}
diff --git a/open-source-lorries/sudo.lorry b/open-source-lorries/sudo.lorry
index 5187ec2..6ed9180 100644
--- a/open-source-lorries/sudo.lorry
+++ b/open-source-lorries/sudo.lorry
@@ -1,6 +1,6 @@
{
"sudo": {
"type": "hg",
- "url": "http://www.sudo.ws/repos/sudo"
+ "url": "https://www.sudo.ws/repos/sudo"
}
}
diff --git a/open-source-lorries/xz.lorry b/open-source-lorries/xz.lorry
index 75a8338..9e21260 100644
--- a/open-source-lorries/xz.lorry
+++ b/open-source-lorries/xz.lorry
@@ -1,6 +1,6 @@
{
"xz": {
"type": "git",
- "url": "http://git.tukaani.org/xz.git"
+ "url": "https://git.tukaani.org/xz.git"
}
}