summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-16 20:33:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:37:27 +0000
commit71ef3191938da772b07274165dd3a85c2ed011f1 (patch)
treefd830ada451fec669352cb0dfc1bb316ea9cefd8 /meta/recipes-connectivity/openssh
parent5a3d6c7bda0f158473c82d1c38ae2df26192dccb (diff)
downloadpoky-71ef3191938da772b07274165dd3a85c2ed011f1.tar.gz
meta/scripts: Automated conversion of OE renamed variables
(From OE-Core rev: aa52af4518604b5bf13f3c5e885113bf868d6c81) 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.8p1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.8p1.bb b/meta/recipes-connectivity/openssh/openssh_8.8p1.bb
index ee86bb92ab..953c29dbf2 100644
--- a/meta/recipes-connectivity/openssh/openssh_8.8p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_8.8p1.bb
@@ -28,14 +28,14 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
28SRC_URI[sha256sum] = "4590890ea9bb9ace4f71ae331785a3a5823232435161960ed5fc86588f331fe9" 28SRC_URI[sha256sum] = "4590890ea9bb9ace4f71ae331785a3a5823232435161960ed5fc86588f331fe9"
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
31CVE_CHECK_WHITELIST += "CVE-2007-2768" 31CVE_CHECK_IGNORE += "CVE-2007-2768"
32 32
33# This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 33# This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7
34# and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded 34# and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded
35CVE_CHECK_WHITELIST += "CVE-2014-9278" 35CVE_CHECK_IGNORE += "CVE-2014-9278"
36 36
37# CVE only applies to some distributed RHEL binaries 37# CVE only applies to some distributed RHEL binaries
38CVE_CHECK_WHITELIST += "CVE-2008-3844" 38CVE_CHECK_IGNORE += "CVE-2008-3844"
39 39
40PAM_SRC_URI = "file://sshd" 40PAM_SRC_URI = "file://sshd"
41 41