aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-kvm
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-18 11:54:15 +0200
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-08-13 04:02:51 +0700
commit5455b42405695a7251208b359f4a1c35a6d74e29 (patch)
treed884d498a4fc2a46778c390ca719aa70fdeff307 /qemu-kvm
parent942f5ef96cfbfc85d725bb410e9e30f5aeb7502b (diff)
update git URLs (git -> https; gitea/gerrit)
Unencrypted git:// protocol offers no integrity or authentication, making it subject to tampering. Use https:// instead. https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git https://blog.readthedocs.com/github-git-protocol-deprecation/ Change-Id: Ia44e4127ff87a3d4d747225d3258188a0a891f1b
Diffstat (limited to 'qemu-kvm')
-rwxr-xr-xqemu-kvm/ggsn-kernel-gtp/postinst.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu-kvm/ggsn-kernel-gtp/postinst.sh b/qemu-kvm/ggsn-kernel-gtp/postinst.sh
index 4cbe64c..cbee562 100755
--- a/qemu-kvm/ggsn-kernel-gtp/postinst.sh
+++ b/qemu-kvm/ggsn-kernel-gtp/postinst.sh
@@ -65,10 +65,10 @@ DEBIAN_FRONTEND=noninteractive apt-get purge -y nano laptop-detect tasksel dicti
# check out sources we need from their respective repositories
cd /usr/local/src
-git clone git://git.netfilter.org/libmnl
+git clone https://git.netfilter.org/libmnl
(cd libmnl && autoreconf -fi && ./configure && make && make install)
-git clone git://git.osmocom.org/libgtpnl
+git clone https://gerrit.osmocom.org/libgtpnl
(cd libgtpnl && autoreconf -fi && ./configure && make && make install)
-git clone git://git.osmocom.org/osmo-ggsn
+git clone https://gerrit.osmocom.org/osmo-ggsn
(cd osmo-ggsn && autoreconf -fi && ./configure --enable-gtp-linux && make && make install)
ldconfig