summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-03-25 19:41:28 -0500
committerJohn Klug <john.klug@multitech.com>2022-03-25 19:41:28 -0500
commit6ef5397d050a73cc8bd2d523c768476d338b8eec (patch)
tree9863f7f90bc2c70941c6e0650dadc4a3b1ee085b
parent7c24309c68e4d954804befb65d04e1a47f977a0e (diff)
downloadmeta-mlinux-6ef5397d050a73cc8bd2d523c768476d338b8eec.tar.gz
meta-mlinux-6ef5397d050a73cc8bd2d523c768476d338b8eec.tar.bz2
meta-mlinux-6ef5397d050a73cc8bd2d523c768476d338b8eec.zip
Move some downloads to http
-rw-r--r--recipes-connectivity/c-ares/c-ares_1.10.0.bb2
-rw-r--r--recipes-connectivity/mosquitto/mosquitto_1.6.14.bb2
-rw-r--r--recipes-connectivity/openssh/openssh_8.4p1.bb2
-rw-r--r--recipes-connectivity/openssl/openssl_1.1.1n.bb2
-rw-r--r--recipes-extended/autossh/autossh_1.4c.bb2
-rw-r--r--recipes-support/qfirehose/qfirehose_1.2.bb2
-rw-r--r--recipes-support/uxfp/uxfp_1.7.2-0.bb2
7 files changed, 7 insertions, 7 deletions
diff --git a/recipes-connectivity/c-ares/c-ares_1.10.0.bb b/recipes-connectivity/c-ares/c-ares_1.10.0.bb
index 0d1ef9d..c391b07 100644
--- a/recipes-connectivity/c-ares/c-ares_1.10.0.bb
+++ b/recipes-connectivity/c-ares/c-ares_1.10.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=17;endline=23;md5=d08205a43bc63c12cf
PR = "r0"
-SRC_URI = "http://c-ares.haxx.se/download/c-ares-${PV}.tar.gz"
+SRC_URI = "https://c-ares.haxx.se/download/c-ares-${PV}.tar.gz"
SRC_URI[md5sum] = "1196067641411a75d3cbebe074fd36d8"
SRC_URI[sha256sum] = "3d701674615d1158e56a59aaede7891f2dde3da0f46a6d3c684e0ae70f52d3db"
diff --git a/recipes-connectivity/mosquitto/mosquitto_1.6.14.bb b/recipes-connectivity/mosquitto/mosquitto_1.6.14.bb
index fffe7de..9968c6d 100644
--- a/recipes-connectivity/mosquitto/mosquitto_1.6.14.bb
+++ b/recipes-connectivity/mosquitto/mosquitto_1.6.14.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62ddc846179e908dc0c8efec4a42ef20 \
"
DEPENDS = "uthash"
-SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
+SRC_URI = "https://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
file://mosquitto.init \
file://1571.patch \
file://install-protocol.patch \
diff --git a/recipes-connectivity/openssh/openssh_8.4p1.bb b/recipes-connectivity/openssh/openssh_8.4p1.bb
index 128e2e3..2fb4816 100644
--- a/recipes-connectivity/openssh/openssh_8.4p1.bb
+++ b/recipes-connectivity/openssh/openssh_8.4p1.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=18d9e5a8b3dd1790d73502f50426d4d3"
DEPENDS = "zlib openssl virtual/crypt"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
-SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
+SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
file://sshd_config \
file://ssh_config \
file://init \
diff --git a/recipes-connectivity/openssl/openssl_1.1.1n.bb b/recipes-connectivity/openssl/openssl_1.1.1n.bb
index e562294..f3a2c54 100644
--- a/recipes-connectivity/openssl/openssl_1.1.1n.bb
+++ b/recipes-connectivity/openssl/openssl_1.1.1n.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d343e62fc9c833710bbbed25f27364c8"
DEPENDS = "hostperl-runtime-native"
-SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
+SRC_URI = "https://www.openssl.org/source/openssl-${PV}.tar.gz \
file://run-ptest \
file://0001-skip-test_symbol_presence.patch \
file://0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch \
diff --git a/recipes-extended/autossh/autossh_1.4c.bb b/recipes-extended/autossh/autossh_1.4c.bb
index 8ba78f8..a8b4fbb 100644
--- a/recipes-extended/autossh/autossh_1.4c.bb
+++ b/recipes-extended/autossh/autossh_1.4c.bb
@@ -8,7 +8,7 @@ inherit autotools-brokensep
PR = "r1"
-SRC_URI = "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz"
+SRC_URI = "https://www.harding.motd.ca/autossh/autossh-1.4c.tgz"
SRC_URI[md5sum] = "26520eea934f296be0783dabe7fcfd28"
SRC_URI[sha256sum] = "6fcaba6a409a46bdf832086736bb8f09d245ebce11027f41d39588a95dc7fd1d"
diff --git a/recipes-support/qfirehose/qfirehose_1.2.bb b/recipes-support/qfirehose/qfirehose_1.2.bb
index 3141636..c25fa54 100644
--- a/recipes-support/qfirehose/qfirehose_1.2.bb
+++ b/recipes-support/qfirehose/qfirehose_1.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2
PR = "r0"
-SRC_URI = "http://www.multitech.net/downloads/${PN}-${PACKAGE_ARCH}-${PV}-${PR}.tar.gz;name=${PACKAGE_ARCH}"
+SRC_URI = "https://www.multitech.net/downloads/${PN}-${PACKAGE_ARCH}-${PV}-${PR}.tar.gz;name=${PACKAGE_ARCH}"
SRC_URI[arm926ejste.md5sum] = "2e304e622b6581bd0f4e8133b59a5d58"
SRC_URI[arm926ejste.sha256sum] = "a835acd64c79eb7839dbb7ee1e9da0c3b4d7333d7660f45755b3a2ab89205a84"
SRC_URI[armv7vet2hf-neon.md5sum] = "51ee58b0b97945f0540b9d81c1845bc3"
diff --git a/recipes-support/uxfp/uxfp_1.7.2-0.bb b/recipes-support/uxfp/uxfp_1.7.2-0.bb
index a9d84b9..9475475 100644
--- a/recipes-support/uxfp/uxfp_1.7.2-0.bb
+++ b/recipes-support/uxfp/uxfp_1.7.2-0.bb
@@ -5,7 +5,7 @@ RDEPENDS_${PN} += "libudev libusb1"
PR = "r1"
-SRC_URI = "http://www.multitech.net/downloads/uxfp-${PACKAGE_ARCH}-${PV}-${PR}.tar.gz;name=${PACKAGE_ARCH}"
+SRC_URI = "https://www.multitech.net/downloads/uxfp-${PACKAGE_ARCH}-${PV}-${PR}.tar.gz;name=${PACKAGE_ARCH}"
SRC_URI[arm926ejste.md5sum] = "a9ab48db1a710237e7269add4e4981bd"
SRC_URI[arm926ejste.sha256sum] = "7f7ba9dee4c31480f41dcca87c4411189f3f5db169edd88ead345c2eef79f39b"
SRC_URI[armv7vet2hf-neon.md5sum] = "ed5fe90aa818b53a77e0ac6df1ac01e5"