From 1f2bad79eb281ca4a66e3f9db83584090c9ce2d4 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 18:35:04 +0100 Subject: Use https: scheme for all repositories on git.netfilter.org The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for these. --- open-source-lorries/conntrack-tools.lorry | 2 +- open-source-lorries/ebtables.lorry | 2 +- open-source-lorries/ipset.lorry | 2 +- open-source-lorries/iptables.lorry | 2 +- open-source-lorries/libmnl.lorry | 2 +- open-source-lorries/libnetfilter_conntrack.lorry | 2 +- open-source-lorries/libnetfilter_cthelper.lorry | 2 +- open-source-lorries/libnetfilter_cttimeout.lorry | 2 +- open-source-lorries/libnetfilter_queue.lorry | 2 +- open-source-lorries/libnfnetlink.lorry | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/open-source-lorries/conntrack-tools.lorry b/open-source-lorries/conntrack-tools.lorry index 0c99f51..321d1fe 100644 --- a/open-source-lorries/conntrack-tools.lorry +++ b/open-source-lorries/conntrack-tools.lorry @@ -1,6 +1,6 @@ { "conntrack-tools": { "type": "git", - "url": "git://git.netfilter.org/conntrack-tools" + "url": "https://git.netfilter.org/conntrack-tools" } } diff --git a/open-source-lorries/ebtables.lorry b/open-source-lorries/ebtables.lorry index 299516f..af04ebe 100644 --- a/open-source-lorries/ebtables.lorry +++ b/open-source-lorries/ebtables.lorry @@ -1,6 +1,6 @@ { "ebtables": { "type": "git", - "url": "git://git.netfilter.org/ebtables" + "url": "https://git.netfilter.org/ebtables" } } diff --git a/open-source-lorries/ipset.lorry b/open-source-lorries/ipset.lorry index 783a4ac..a703e1b 100644 --- a/open-source-lorries/ipset.lorry +++ b/open-source-lorries/ipset.lorry @@ -1,6 +1,6 @@ { "ipset": { "type": "git", - "url": "git://git.netfilter.org/ipset" + "url": "https://git.netfilter.org/ipset" } } diff --git a/open-source-lorries/iptables.lorry b/open-source-lorries/iptables.lorry index 5e3d1ed..3fd31f0 100644 --- a/open-source-lorries/iptables.lorry +++ b/open-source-lorries/iptables.lorry @@ -1,7 +1,7 @@ { "iptables": { "type": "git", - "url": "git://git.netfilter.org/iptables.git", + "url": "https://git.netfilter.org/iptables", "refspecs": [ "+refs/heads/*", "+refs/tags/*" diff --git a/open-source-lorries/libmnl.lorry b/open-source-lorries/libmnl.lorry index 2ac5eee..366e394 100644 --- a/open-source-lorries/libmnl.lorry +++ b/open-source-lorries/libmnl.lorry @@ -1,6 +1,6 @@ { "libmnl": { "type": "git", - "url": "git://git.netfilter.org/libmnl" + "url": "https://git.netfilter.org/libmnl" } } diff --git a/open-source-lorries/libnetfilter_conntrack.lorry b/open-source-lorries/libnetfilter_conntrack.lorry index c0da86a..1fc5c57 100644 --- a/open-source-lorries/libnetfilter_conntrack.lorry +++ b/open-source-lorries/libnetfilter_conntrack.lorry @@ -1,6 +1,6 @@ { "libnetfilter_conntrack": { "type": "git", - "url": "git://git.netfilter.org/libnetfilter_conntrack" + "url": "https://git.netfilter.org/libnetfilter_conntrack" } } diff --git a/open-source-lorries/libnetfilter_cthelper.lorry b/open-source-lorries/libnetfilter_cthelper.lorry index 8e4f0a8..3c1b15e 100644 --- a/open-source-lorries/libnetfilter_cthelper.lorry +++ b/open-source-lorries/libnetfilter_cthelper.lorry @@ -1,6 +1,6 @@ { "libnetfilter_cthelper": { "type": "git", - "url": "git://git.netfilter.org/libnetfilter_cthelper" + "url": "https://git.netfilter.org/libnetfilter_cthelper" } } diff --git a/open-source-lorries/libnetfilter_cttimeout.lorry b/open-source-lorries/libnetfilter_cttimeout.lorry index 5119b36..a5b228a 100644 --- a/open-source-lorries/libnetfilter_cttimeout.lorry +++ b/open-source-lorries/libnetfilter_cttimeout.lorry @@ -1,6 +1,6 @@ { "libnetfilter_cttimeout": { "type": "git", - "url": "git://git.netfilter.org/libnetfilter_cttimeout" + "url": "https://git.netfilter.org/libnetfilter_cttimeout" } } diff --git a/open-source-lorries/libnetfilter_queue.lorry b/open-source-lorries/libnetfilter_queue.lorry index 05130ff..061fcb5 100644 --- a/open-source-lorries/libnetfilter_queue.lorry +++ b/open-source-lorries/libnetfilter_queue.lorry @@ -1,6 +1,6 @@ { "libnetfilter_queue": { "type": "git", - "url": "git://git.netfilter.org/libnetfilter_queue" + "url": "https://git.netfilter.org/libnetfilter_queue" } } diff --git a/open-source-lorries/libnfnetlink.lorry b/open-source-lorries/libnfnetlink.lorry index 0acabf7..c47e4fc 100644 --- a/open-source-lorries/libnfnetlink.lorry +++ b/open-source-lorries/libnfnetlink.lorry @@ -1,6 +1,6 @@ { "libnfnetlink": { "type": "git", - "url": "git://git.netfilter.org/libnfnetlink" + "url": "https://git.netfilter.org/libnfnetlink" } } -- cgit v1.2.1