From 50615871b8072220022571eb6d0df1046f0d0508 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 3 May 2023 11:18:20 +0200 Subject: [PATCH] WIP: sftp-server: update src_uri Change-Id: I3b9c574a62514efa494921ba6cbd3b8b1ef11c05 --- recipes-extra/sftp-server/sftp-server_9.3p1.bb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes-extra/sftp-server/sftp-server_9.3p1.bb b/recipes-extra/sftp-server/sftp-server_9.3p1.bb index 75e4a47..c59dec1 100644 --- a/recipes-extra/sftp-server/sftp-server_9.3p1.bb +++ b/recipes-extra/sftp-server/sftp-server_9.3p1.bb @@ -7,11 +7,7 @@ SECTION = "console/network" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENCE;md5=072979064e691d342002f43cd89c0394" DEPENDS = "" -# SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz" -# Official mirror is down as of writing. The github mirror is mentioned here: -# https://www.openssh.com/portable.html -GIT_TAG = "V_9_3_P1" -SRC_URI = "https://github.com/openssh/openssh-portable/archive/refs/tags/${GIT_TAG}.tar.gz" +SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz" SRC_URI[md5sum] = "68f7f08269c442e2728656cd97506478" SRC_URI[sha256sum] = "c5e541b59bdad8950a8c999fe18ca1ad39f6132b042cd85fb29e788ca9f9ce47" @@ -20,7 +16,7 @@ inherit autotools EXTRA_OECONF += "--without-openssl --without-zlib" -S = "${WORKDIR}/openssh-portable-${GIT_TAG}" +S = "${WORKDIR}/openssh-${PV}" do_compile() { oe_runmake sftp-server