[gnome-continuous-yocto/gnomeostree-3.28-rocko: 332/8267] openssh: change URI to http:



commit a994ad94b5f624f1f039d72db5e309d945f93acf
Author: Ross Burton <ross burton intel com>
Date:   Mon May 16 10:42:24 2016 +0100

    openssh: change URI to http:
    
    The OpenBSD FTP server isn't accepting connections from wget, which breaks
    fetches.  Luckily they also have a HTTP server on the same host.
    
    [ YOCTO #9628 ]
    
    (From OE-Core rev: 8b10f0af3c434145b460fd5d7a9f394dc1284260)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-connectivity/openssh/openssh_7.1p2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb 
b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
index c1b0fb2..92bc006 100644
--- a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
+++ b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=e326045657e842541d3f35aada442507"
 DEPENDS = "zlib openssl"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
-SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
+SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
            file://sshd_config \
            file://ssh_config \
            file://init \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]