From 0a7ae8bc50208a7409198a8e92c4ce4afb2b5ed3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 2 Nov 2021 09:24:33 -0400 Subject: global: convert github SRC_URIs to use https protocol github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield --- recipes-networking/cni/cni_git.bb | 4 ++-- recipes-networking/netns/netns_git.bb | 2 +- recipes-networking/openvswitch/openvswitch_git.bb | 2 +- recipes-networking/slirp4netns/slirp4netns_0.4.1.bb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes-networking') diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index d211de82..3503816c 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb @@ -14,8 +14,8 @@ SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01" SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f" SRCREV_FORMAT = "cni_plugins" SRC_URI = "\ - git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ - git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \ + git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ + git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ " RPROVIDES:${PN} += "kubernetes-cni" diff --git a/recipes-networking/netns/netns_git.bb b/recipes-networking/netns/netns_git.bb index da6aac21..66f1f2a5 100644 --- a/recipes-networking/netns/netns_git.bb +++ b/recipes-networking/netns/netns_git.bb @@ -3,7 +3,7 @@ SUMMARY = "Runc hook for setting up default bridge networking." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=48ef0979a2bcc3fae14ff30b8a7f5dbf" -SRC_URI = "git://github.com/genuinetools/netns;branch=master \ +SRC_URI = "git://github.com/genuinetools/netns;branch=master;protocol=https \ file://Makefile-force-rebuilding-all-packages-to-avoid-cgo.patch \ " SRCREV = "9b103a19b917cc3762a33b7d78244b1d5e45ccfd" diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 0f9d2a85..f1a5c4ca 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb @@ -20,7 +20,7 @@ CVE_VERSION = "2.13.0" FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" SRCREV = "f8274b78c3403591e84f3c2bbacf8c86920d68ba" -SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15 \ +SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.15 \ file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ file://run-ptest \ file://disable_m4_check.patch \ diff --git a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb b/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb index 6349aace..958d8199 100644 --- a/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb +++ b/recipes-networking/slirp4netns/slirp4netns_0.4.1.bb @@ -7,7 +7,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26" SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27" -SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1" +SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1;protocol=https" inherit features_check REQUIRED_DISTRO_FEATURES ?= "seccomp" -- cgit v1.2.3-54-g00ecf