diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-25 13:37:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 08:07:55 +0100 |
commit | 426bc4fefa8b0e59076fd0fd52c2f84d22e4779f (patch) | |
tree | 262475a21e785288464143b3f20be460ae60fa52 /meta | |
parent | 1280c8191c3d1d7444e0518cee66fba72acb0e67 (diff) | |
download | poky-426bc4fefa8b0e59076fd0fd52c2f84d22e4779f.tar.gz |
openssh: upgrade 8.6p1 -> 8.7p1
(From OE-Core rev: e744b59d6ba40ba1b810d8912ea65778655103bc)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.7p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_8.6p1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb b/meta/recipes-connectivity/openssh/openssh_8.7p1.bb index 093214cbfc..c4a08f71d6 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.7p1.bb | |||
@@ -25,7 +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[sha256sum] = "c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae" | 28 | SRC_URI[sha256sum] = "7ca34b8bb24ae9e50f33792b7091b3841d7e1b440ff57bc9fabddf01e2ed1e24" |
29 | 29 | ||
30 | # This CVE is specific to OpenSSH with the pam opie which we don't build/use here | 30 | # This CVE is specific to OpenSSH with the pam opie which we don't build/use here |
31 | CVE_CHECK_WHITELIST += "CVE-2007-2768" | 31 | CVE_CHECK_WHITELIST += "CVE-2007-2768" |