From: Jermain Horsman Date: Wed, 29 Jan 2025 09:53:09 +0000 (+0100) Subject: openssh: update SRC_URI to use https X-Git-Tag: yocto-5.2~668 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1a9546a8c9b00f21ca86cdc5c810d4ea7c1225e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssh: update SRC_URI to use https Signed-off-by: Jermain Horsman Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-connectivity/openssh/openssh_9.9p1.bb b/meta/recipes-connectivity/openssh/openssh_9.9p1.bb index 6d9dac34973..cb47ae7c07d 100644 --- a/meta/recipes-connectivity/openssh/openssh_9.9p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_9.9p1.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=78ffb36e5a48c0d8c5648603a3b6c8eb" 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 \