summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 18:35:04 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit1f2bad79eb281ca4a66e3f9db83584090c9ce2d4 (patch)
tree68afc30b30c9ac5f9bf1df2d2deb96ded8510d67 /open-source-lorries
parent47fb153c8d77f63973ac7248e42cba66a9e539b9 (diff)
downloadlorries-1f2bad79eb281ca4a66e3f9db83584090c9ce2d4.tar.gz
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.
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/conntrack-tools.lorry2
-rw-r--r--open-source-lorries/ebtables.lorry2
-rw-r--r--open-source-lorries/ipset.lorry2
-rw-r--r--open-source-lorries/iptables.lorry2
-rw-r--r--open-source-lorries/libmnl.lorry2
-rw-r--r--open-source-lorries/libnetfilter_conntrack.lorry2
-rw-r--r--open-source-lorries/libnetfilter_cthelper.lorry2
-rw-r--r--open-source-lorries/libnetfilter_cttimeout.lorry2
-rw-r--r--open-source-lorries/libnetfilter_queue.lorry2
-rw-r--r--open-source-lorries/libnfnetlink.lorry2
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"
}
}