diff mbox series

openssh: update SRC_URI to use https

Message ID 20250129095308.3710568-1-jermain.horsman@nedap.com
State Accepted, archived
Commit c1a9546a8c9b00f21ca86cdc5c810d4ea7c1225e
Headers show
Series openssh: update SRC_URI to use https | expand

Commit Message

jhatnedap@gmail.com Jan. 29, 2025, 9:53 a.m. UTC
From: Jermain Horsman <jermain.horsman@nedap.com>

Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
---
 meta/recipes-connectivity/openssh/openssh_9.9p1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/openssh/openssh_9.9p1.bb b/meta/recipes-connectivity/openssh/openssh_9.9p1.bb
index 6d9dac3497..cb47ae7c07 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 \