From c493af91e5602847177aaa31b6cc7fa2309ff8dc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:09:22 +0100 Subject: Use https: scheme for all repositories on git.kernel.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/bluez.lorry | 2 +- open-source-lorries/btrfs-progs.lorry | 2 +- open-source-lorries/connman.lorry | 2 +- open-source-lorries/device-tree-compiler.lorry | 2 +- open-source-lorries/iproute2.lorry | 2 +- open-source-lorries/kexec-tools.lorry | 2 +- open-source-lorries/keyutils.lorry | 2 +- open-source-lorries/kmod.lorry | 2 +- open-source-lorries/libcap2.lorry | 2 +- open-source-lorries/linux-firmware.lorry | 2 +- open-source-lorries/linux-next.lorry | 2 +- open-source-lorries/linux-rt.lorry | 2 +- open-source-lorries/linux-stable.lorry | 2 +- open-source-lorries/linux.lorry | 2 +- open-source-lorries/obexd.lorry | 2 +- open-source-lorries/ofono.lorry | 2 +- open-source-lorries/pciutils.lorry | 2 +- open-source-lorries/sbc.lorry | 2 +- open-source-lorries/syslinux.lorry | 2 +- open-source-lorries/tftp-hpa.lorry | 2 +- open-source-lorries/util-linux.lorry | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/bluez.lorry b/open-source-lorries/bluez.lorry index 45e69eb..d28c7af 100644 --- a/open-source-lorries/bluez.lorry +++ b/open-source-lorries/bluez.lorry @@ -1,6 +1,6 @@ { "bluez": { "type": "git", - "url": "git://git.kernel.org/pub/scm/bluetooth/bluez.git" + "url": "https://git.kernel.org/pub/scm/bluetooth/bluez.git" } } diff --git a/open-source-lorries/btrfs-progs.lorry b/open-source-lorries/btrfs-progs.lorry index b1d0160..42769d2 100644 --- a/open-source-lorries/btrfs-progs.lorry +++ b/open-source-lorries/btrfs-progs.lorry @@ -1,7 +1,7 @@ { "btrfs-progs": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git", + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" diff --git a/open-source-lorries/connman.lorry b/open-source-lorries/connman.lorry index 8e35a96..28f65e4 100644 --- a/open-source-lorries/connman.lorry +++ b/open-source-lorries/connman.lorry @@ -1,7 +1,7 @@ { "connman": { "type": "git", - "url": "git://git.kernel.org/pub/scm/network/connman/connman.git" + "url": "https://git.kernel.org/pub/scm/network/connman/connman.git" } } diff --git a/open-source-lorries/device-tree-compiler.lorry b/open-source-lorries/device-tree-compiler.lorry index ef9485c..3fa0b87 100644 --- a/open-source-lorries/device-tree-compiler.lorry +++ b/open-source-lorries/device-tree-compiler.lorry @@ -1,6 +1,6 @@ { "device-tree-compiler": { "type": "git", - "url": "git://git.kernel.org/pub/scm/utils/dtc/dtc.git" + "url": "https://git.kernel.org/pub/scm/utils/dtc/dtc.git" } } diff --git a/open-source-lorries/iproute2.lorry b/open-source-lorries/iproute2.lorry index 1aba3bd..5847e18 100644 --- a/open-source-lorries/iproute2.lorry +++ b/open-source-lorries/iproute2.lorry @@ -1,6 +1,6 @@ { "iproute2": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" } } diff --git a/open-source-lorries/kexec-tools.lorry b/open-source-lorries/kexec-tools.lorry index 350bea8..af25a55 100644 --- a/open-source-lorries/kexec-tools.lorry +++ b/open-source-lorries/kexec-tools.lorry @@ -1,6 +1,6 @@ { "kexec-tools": { "type": "git", - "url": "git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" + "url": "https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git" } } diff --git a/open-source-lorries/keyutils.lorry b/open-source-lorries/keyutils.lorry index 3f46c1e..7936166 100644 --- a/open-source-lorries/keyutils.lorry +++ b/open-source-lorries/keyutils.lorry @@ -1,6 +1,6 @@ { "keyutils": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git" } } diff --git a/open-source-lorries/kmod.lorry b/open-source-lorries/kmod.lorry index b3654a9..8edce47 100644 --- a/open-source-lorries/kmod.lorry +++ b/open-source-lorries/kmod.lorry @@ -1,6 +1,6 @@ { "kmod": { "type": "git", - "url": "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git" + "url": "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git" } } diff --git a/open-source-lorries/libcap2.lorry b/open-source-lorries/libcap2.lorry index 9b8f242..3c37997 100644 --- a/open-source-lorries/libcap2.lorry +++ b/open-source-lorries/libcap2.lorry @@ -1,6 +1,6 @@ { "libcap2": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git" } } diff --git a/open-source-lorries/linux-firmware.lorry b/open-source-lorries/linux-firmware.lorry index d8f3f97..e7a89ca 100644 --- a/open-source-lorries/linux-firmware.lorry +++ b/open-source-lorries/linux-firmware.lorry @@ -1,6 +1,6 @@ { "linux-firmware": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" } } diff --git a/open-source-lorries/linux-next.lorry b/open-source-lorries/linux-next.lorry index 5650a33..3efceb7 100644 --- a/open-source-lorries/linux-next.lorry +++ b/open-source-lorries/linux-next.lorry @@ -1,6 +1,6 @@ { "linux-next": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git" } } diff --git a/open-source-lorries/linux-rt.lorry b/open-source-lorries/linux-rt.lorry index 8d20b18..7723fd9 100644 --- a/open-source-lorries/linux-rt.lorry +++ b/open-source-lorries/linux-rt.lorry @@ -1,7 +1,7 @@ { "linux-rt": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git", + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git", "refspecs": [ "+refs/heads/*", "+refs/tags/*" diff --git a/open-source-lorries/linux-stable.lorry b/open-source-lorries/linux-stable.lorry index 48ef656..342e563 100644 --- a/open-source-lorries/linux-stable.lorry +++ b/open-source-lorries/linux-stable.lorry @@ -1,6 +1,6 @@ { "linux-stable": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" } } diff --git a/open-source-lorries/linux.lorry b/open-source-lorries/linux.lorry index 6a0d631..b78357f 100644 --- a/open-source-lorries/linux.lorry +++ b/open-source-lorries/linux.lorry @@ -1,6 +1,6 @@ { "linux": { "type": "git", - "url": "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" + "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" } } diff --git a/open-source-lorries/obexd.lorry b/open-source-lorries/obexd.lorry index 47a3a82..50febb7 100644 --- a/open-source-lorries/obexd.lorry +++ b/open-source-lorries/obexd.lorry @@ -1,6 +1,6 @@ { "obexd": { "type": "git", - "url": "git://git.kernel.org/pub/scm/bluetooth/obexd.git" + "url": "https://git.kernel.org/pub/scm/bluetooth/obexd.git" } } diff --git a/open-source-lorries/ofono.lorry b/open-source-lorries/ofono.lorry index 6d0b1e3..b0a1787 100644 --- a/open-source-lorries/ofono.lorry +++ b/open-source-lorries/ofono.lorry @@ -1,6 +1,6 @@ { "ofono": { "type": "git", - "url": "git://git.kernel.org/pub/scm/network/ofono/ofono.git" + "url": "https://git.kernel.org/pub/scm/network/ofono/ofono.git" } } diff --git a/open-source-lorries/pciutils.lorry b/open-source-lorries/pciutils.lorry index 749c8a5..97e8929 100644 --- a/open-source-lorries/pciutils.lorry +++ b/open-source-lorries/pciutils.lorry @@ -1,6 +1,6 @@ { "pciutils": { "type": "git", - "url": "git://git.kernel.org/pub/scm/utils/pciutils/pciutils.git" + "url": "https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git" } } diff --git a/open-source-lorries/sbc.lorry b/open-source-lorries/sbc.lorry index f70a583..d4f8f15 100644 --- a/open-source-lorries/sbc.lorry +++ b/open-source-lorries/sbc.lorry @@ -1,6 +1,6 @@ { "sbc": { "type": "git", - "url": "git://git.kernel.org/pub/scm/bluetooth/sbc.git" + "url": "https://git.kernel.org/pub/scm/bluetooth/sbc.git" } } diff --git a/open-source-lorries/syslinux.lorry b/open-source-lorries/syslinux.lorry index 8789f18..7ff030f 100644 --- a/open-source-lorries/syslinux.lorry +++ b/open-source-lorries/syslinux.lorry @@ -1,6 +1,6 @@ { "syslinux": { "type": "git", - "url": "git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git" + "url": "https://git.kernel.org/pub/scm/boot/syslinux/syslinux.git" } } diff --git a/open-source-lorries/tftp-hpa.lorry b/open-source-lorries/tftp-hpa.lorry index 3bfa623..73da32e 100644 --- a/open-source-lorries/tftp-hpa.lorry +++ b/open-source-lorries/tftp-hpa.lorry @@ -1,6 +1,6 @@ { "tftp-hpa": { "type": "git", - "url": "git://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git" + "url": "https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git" } } diff --git a/open-source-lorries/util-linux.lorry b/open-source-lorries/util-linux.lorry index 078731f..ec178aa 100644 --- a/open-source-lorries/util-linux.lorry +++ b/open-source-lorries/util-linux.lorry @@ -1,6 +1,6 @@ { "util-linux": { "type": "git", - "url": "git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" + "url": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" } } -- cgit v1.2.1