diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2020-05-30 13:10:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:29 +0100 |
commit | 9c77ae8075c467fecee7f788e0f5308559f0d7b9 (patch) | |
tree | 7c66fe31e23000ba787ef6ef4f004ed339a21d1d /meta/recipes-connectivity/openssh | |
parent | 047d3f39f5b9522a340746d07f7a745ca140877c (diff) | |
download | poky-9c77ae8075c467fecee7f788e0f5308559f0d7b9.tar.gz |
openssh: Upgrade 8.2p1 -> 8.3p1
(From OE-Core rev: b8ec59302bd2fc1a78f4d828ba93b3ad64ab7f37)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.3p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_8.2p1.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb b/meta/recipes-connectivity/openssh/openssh_8.3p1.bb index d879efc201..fad321898c 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.2p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.3p1.bb | |||
@@ -25,8 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
25 | file://sshd_check_keys \ | 25 | file://sshd_check_keys \ |
26 | file://add-test-support-for-busybox.patch \ | 26 | file://add-test-support-for-busybox.patch \ |
27 | " | 27 | " |
28 | SRC_URI[md5sum] = "3076e6413e8dbe56d33848c1054ac091" | 28 | SRC_URI[sha256sum] = "f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2" |
29 | SRC_URI[sha256sum] = "43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671" | ||
30 | 29 | ||
31 | PAM_SRC_URI = "file://sshd" | 30 | PAM_SRC_URI = "file://sshd" |
32 | 31 | ||