git clones: protocol=git -> protocol=https

Also fix dead URLs pointing to git.misdn.eu and git.linphone.org.

Related: SYS#6022
Change-Id: I482f2eea21dce569b1d30e2e7be2e606cf969e0e
diff --git a/recipes-isdn/lcr/lcr_git.bb b/recipes-isdn/lcr/lcr_git.bb
index 4bcf762..d50459f 100644
--- a/recipes-isdn/lcr/lcr_git.bb
+++ b/recipes-isdn/lcr/lcr_git.bb
@@ -8,7 +8,7 @@
 PR = "r4"
 
 SRCREV = "38fce218f8897d120aeba56e811ef7dada898c2c"
-SRC_URI = "git://git.misdn.eu/lcr.git \
+SRC_URI = "git://github.com/fairwaves/lcr;protocol=https \
 	   file://lcr-disable-gsmfr.diff \
 	   file://0001-Fixed-compiler-warnings.patch \
            file://lcr.init             "
diff --git a/recipes-isdn/misdn/misdn-utils_git.bb b/recipes-isdn/misdn/misdn-utils_git.bb
index 74acc62..a1a3fc3 100644
--- a/recipes-isdn/misdn/misdn-utils_git.bb
+++ b/recipes-isdn/misdn/misdn-utils_git.bb
@@ -4,7 +4,7 @@
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
 
 SRC_URI = "\
-    git://git.misdn.eu/mISDNuser.git;branch=socket \
+    git://github.com/ISDN4Linux/mISDNuser;protocol=https \
     file://0001-mbuffer-data-size.patch \
 "
 # Release v2.0.19
diff --git a/recipes-misc/bcg729/bcg729_git.bb b/recipes-misc/bcg729/bcg729_git.bb
index 27b2b75..cfd5bec 100644
--- a/recipes-misc/bcg729/bcg729_git.bb
+++ b/recipes-misc/bcg729/bcg729_git.bb
@@ -3,7 +3,7 @@
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-SRC_URI = "git://git.linphone.org/bcg729.git"
+SRC_URI = "git://gitlab.linphone.org/BC/public/bcg729.git;protocol=https"
 SRCREV = "2e36a5d4bc6e992c654eee6b0a8db729da7b1d31"
 PV = "0+gitr${SRCPV}"
 
diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb
index c5394b3..8935aa0 100644
--- a/recipes-misc/libsmpp/libsmpp34_git.bb
+++ b/recipes-misc/libsmpp/libsmpp34_git.bb
@@ -7,7 +7,7 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.14.1"
-SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.14.1+gitr${SRCPV}"
 PR = "r0"
 
diff --git a/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb b/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb
index 1aeb49f..21014c4 100644
--- a/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb
+++ b/recipes-openmoko/openmoko-gsmd/openmoko-gsmd_git.bb
@@ -7,7 +7,7 @@
                     file://COPYING.library;md5=2d5025d4aa3495befef8f17206a5b0a1 "
 
 # Fork with wavecom support
-SRC_URI = "git://git.gnumonks.org/openmoko-gsmd.git;branch=master \
+SRC_URI = "git://git.gnumonks.org/openmoko-gsmd;protocol=https;branch=master \
            file://gsmd \
            file://cell-log \
            file://default"
diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb b/recipes-osmocom/libasn1c/libasn1c_git.bb
index 6be7086..9088640 100644
--- a/recipes-osmocom/libasn1c/libasn1c_git.bb
+++ b/recipes-osmocom/libasn1c/libasn1c_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "0.9.34"
-SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "0.9.34+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
index b863e17..0c71e48 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.3.0"
-SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.3.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
index abd28e8..2f6a53e 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.2.0"
-SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.2.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 0858ac9..756d6a2 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.6.0"
-SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.6.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index b721865..63ebb21 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -2,7 +2,7 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.7.0"
-SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.7.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
 
diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index 6b1d87e..91b3465 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -5,6 +5,6 @@
 PR = "${INC_PR}.0"
 
 SRCREV = "21cebdfa29829975e5b94688f3fc8d0b10e3fa14"
-SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=git"
+SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=https"
 
 S = "${WORKDIR}/git/openbsc"
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
index d556c06..e09f142 100644
--- a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
+++ b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.9.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
index 06800e8..eae7f65 100644
--- a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
+++ b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "0.3.0"
-SRC_URI = "git://git.osmocom.org/osmo-gbproxy.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-gbproxy.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "0.3.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
index ddfb9e3..7394277 100644
--- a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
+++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
@@ -2,7 +2,7 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-ggsn;protocol=git;tag=${SRCREV};nobranch=1 \
+SRC_URI = "git://git.osmocom.org/osmo-ggsn;protocol=https;tag=${SRCREV};nobranch=1 \
            file://0001-libgtp-set-PDP_MAX-to-128.patch	    \
           "
 PV = "1.9.0+gitr${SRCPV}"
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
index b70366c..1cce2b8 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.5.0"
-SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.5.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
index 4f312cd..9f501e6 100644
--- a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
+++ b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.3.0"
-SRC_URI = "git://git.osmocom.org/osmo-hnbgw.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-hnbgw.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.3.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
index aed46a6..e3d0598 100644
--- a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
+++ b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.3.0"
-SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.3.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
index 4b04bf5..4793fd6 100644
--- a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
+++ b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.10.0"
-SRC_URI = "git://git.osmocom.org/osmo-mgw.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-mgw.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.10.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-msc/osmo-msc_git.bb b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
index f6e857e..9da2a08 100644
--- a/recipes-osmocom/osmo-msc/osmo-msc_git.bb
+++ b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.9.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
index 79595dd..a59cc7b 100644
--- a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
+++ b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "0.4.0"
-SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "0.4.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
index e788fb4..7c5b09a 100644
--- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
+++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.9.0+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
index 6f123ff..107f933 100644
--- a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
+++ b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "1.6.1"
-SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "1.6.1+gitr${SRCPV}"
 PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
index 3b05360..2b48b7a 100644
--- a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
+++ b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
@@ -2,6 +2,6 @@
 
 S = "${WORKDIR}/git"
 SRCREV = "0.3.2"
-SRC_URI = "git://git.osmocom.org/osmo-sysmon.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-sysmon.git;protocol=https;tag=${SRCREV};nobranch=1"
 PV = "0.3.2+gitr${SRCPV}"
 PR = "${INC_PR}.0"