diff options
author | John Klug <john.klug@multitech.com> | 2022-03-25 19:41:28 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-03-25 19:41:28 -0500 |
commit | 6ef5397d050a73cc8bd2d523c768476d338b8eec (patch) | |
tree | 9863f7f90bc2c70941c6e0650dadc4a3b1ee085b /recipes-connectivity | |
parent | 7c24309c68e4d954804befb65d04e1a47f977a0e (diff) | |
download | meta-mlinux-6ef5397d050a73cc8bd2d523c768476d338b8eec.tar.gz meta-mlinux-6ef5397d050a73cc8bd2d523c768476d338b8eec.tar.bz2 meta-mlinux-6ef5397d050a73cc8bd2d523c768476d338b8eec.zip |
Move some downloads to http
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/c-ares/c-ares_1.10.0.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/mosquitto/mosquitto_1.6.14.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/openssh/openssh_8.4p1.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/openssl/openssl_1.1.1n.bb | 2 |
4 files changed, 4 insertions, 4 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 \ |