From 7c24309c68e4d954804befb65d04e1a47f977a0e Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 25 Mar 2022 19:13:17 -0500 Subject: Build should use https, not http or clear git --- classes/mlinux-mirrors.bbclass | 22 +++++++++++----------- .../lora/lora-gateway-geolocation_5.1.0.bb | 2 +- .../lora/lora-network-server_2.5.35.bb | 2 +- .../lora-packet-forwarder-geolocation_5.1.0.bb | 2 +- recipes-core/annex-client/annex-client.bb | 2 +- recipes-core/battd/battd-ml_1.0.bb | 2 +- recipes-devtools/node-red/node-red_0.15.3.bb | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/classes/mlinux-mirrors.bbclass b/classes/mlinux-mirrors.bbclass index 5a88695..d288182 100644 --- a/classes/mlinux-mirrors.bbclass +++ b/classes/mlinux-mirrors.bbclass @@ -1,14 +1,14 @@ MIRRORS_append () { -cvs://.*/.* http://multitech.net/mlinux/sources/ -svn://.*/.* http://multitech.net/mlinux/sources/ -git://.*/.* http://multitech.net/mlinux/sources/ -hg://.*/.* http://multitech.net/mlinux/sources/ -bzr://.*/.* http://multitech.net/mlinux/sources/ -osc://.*/.* http://multitech.net/mlinux/sources/ -p4://.*/.* http://multitech.net/mlinux/sources/ -ftp://.*/.* http://multitech.net/mlinux/sources/ -https?$://.*/.* http://multitech.net/mlinux/sources/ -http?$://.*/.* http://multitech.net/mlinux/sources/ +cvs://.*/.* https://multitech.net/mlinux/sources/ +svn://.*/.* https://multitech.net/mlinux/sources/ +git://.*/.* https://multitech.net/mlinux/sources/ +hg://.*/.* https://multitech.net/mlinux/sources/ +bzr://.*/.* https://multitech.net/mlinux/sources/ +osc://.*/.* https://multitech.net/mlinux/sources/ +p4://.*/.* https://multitech.net/mlinux/sources/ +ftp://.*/.* https://multitech.net/mlinux/sources/ +https?$://.*/.* https://multitech.net/mlinux/sources/ +http?$://.*/.* https://multitech.net/mlinux/sources/ } -SAVANNAH_GNU_MIRROR = "http://download-mirror.savannah.gnu.org/releases" +SAVANNAH_GNU_MIRROR = "https://download-mirror.savannah.gnu.org/releases" diff --git a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb index 511a8b3..e421522 100644 --- a/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb +++ b/recipes-connectivity/lora/lora-gateway-geolocation_5.1.0.bb @@ -11,7 +11,7 @@ PSR = "r4" PR = "r6" SRCREV = "v${PV}" -SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}-${PSR}.tar.gz \ +SRC_URI = "https://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}-${PSR}.tar.gz \ file://config.json \ file://config_64ch.json \ " diff --git a/recipes-connectivity/lora/lora-network-server_2.5.35.bb b/recipes-connectivity/lora/lora-network-server_2.5.35.bb index 7b1bca8..97a9852 100644 --- a/recipes-connectivity/lora/lora-network-server_2.5.35.bb +++ b/recipes-connectivity/lora/lora-network-server_2.5.35.bb @@ -8,7 +8,7 @@ RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp" PR = "r0" CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server" -SRC_URI = "http://multitech.net/downloads/lora-network-server_${PV}.tar.gz \ +SRC_URI = "https://multitech.net/downloads/lora-network-server_${PV}.tar.gz \ file://lora-network-server.init \ file://lora-network-server.default \ " diff --git a/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb b/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb index ace77f7..e6c2816 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder-geolocation_5.1.0.bb @@ -13,7 +13,7 @@ PR = "r7" SRCREV = "v${PV}" -SRC_URI = "http://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}-${PSR}.tar.gz \ +SRC_URI = "https://multitech.net/downloads/lora-packet-forwarder-geolocation_arm926ejste_${PV}-${PSR}.tar.gz \ file://global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_EU868 \ file://global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_full_diversity_JP920 \ file://global_conf.json.MTAC_LORA_2_1_loc_dual_antenna_8ch_partial_diversity_EU868 \ diff --git a/recipes-core/annex-client/annex-client.bb b/recipes-core/annex-client/annex-client.bb index 83dd602..7864b43 100644 --- a/recipes-core/annex-client/annex-client.bb +++ b/recipes-core/annex-client/annex-client.bb @@ -8,7 +8,7 @@ PROVIDES = "annex-client" # To update this, manually copy ipk from Jenkin's job to .net/downloads/ PR = "r3" ANNEX_PR = "r1" -SRC_URI = "http://multitech.net/downloads/annex-client-from-src_1.0-${ANNEX_PR}.0_${TUNE_PKGARCH}.ipk \ +SRC_URI = "https://multitech.net/downloads/annex-client-from-src_1.0-${ANNEX_PR}.0_${TUNE_PKGARCH}.ipk \ file://annex-client.init \ file://monitor-annexcd \ file://call_home \ diff --git a/recipes-core/battd/battd-ml_1.0.bb b/recipes-core/battd/battd-ml_1.0.bb index efc1687..7a7b65d 100644 --- a/recipes-core/battd/battd-ml_1.0.bb +++ b/recipes-core/battd/battd-ml_1.0.bb @@ -11,7 +11,7 @@ INSANE_SKIP_${PN} += "build-deps already-stripped ldflags" PR = "r2" TAR_PR = "r1" -SRC_URI = "http://multitech.net/downloads/${BPN}_${PV}-${TAR_PR}_${TUNE_PKGARCH}.tar.xz \ +SRC_URI = "https://multitech.net/downloads/${BPN}_${PV}-${TAR_PR}_${TUNE_PKGARCH}.tar.xz \ " SRC_URI[md5sum] = "a99f5fdb78ed5755f7df3e6a0553dd75" diff --git a/recipes-devtools/node-red/node-red_0.15.3.bb b/recipes-devtools/node-red/node-red_0.15.3.bb index bacf9fd..4898ebc 100644 --- a/recipes-devtools/node-red/node-red_0.15.3.bb +++ b/recipes-devtools/node-red/node-red_0.15.3.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Node-RED" -HOMEPAGE = "http://nodered.org" +HOMEPAGE = "https://nodered.org" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" DEPENDS = "nodejs nodejs-native" @@ -20,7 +20,7 @@ do_install() { oe_runnpm install --prefix./node_modules/node-red nodemailer # Build patched serialport. # Original is https://registry.npmjs.org/serialport/-/serialport-1.7.4.tgz - oe_runnpm install --prefix ./node_modules/node-red http://multitech.net/mlinux/sources/node-red-serialport-1.7.4-mt1.tgz + oe_runnpm install --prefix ./node_modules/node-red https://multitech.net/mlinux/sources/node-red-serialport-1.7.4-mt1.tgz # modules needed for loragw oe_runnpm install --prefix ./node_modules/node-red extend dissolve node-constants -- cgit v1.2.3