summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-04-27 17:47:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-29 07:41:43 +0100
commit3c6ead9129d35b71c6067c7d46ab3a8d12a121de (patch)
tree12f5f6b0a3298090b7bb8ce22013afc5fcff9615 /meta/recipes-connectivity/openssh/openssh_7.1p2.bb
parent3f75a6478b6b6a62ddd9e086770efc84f8666928 (diff)
downloadpoky-3c6ead9129d35b71c6067c7d46ab3a8d12a121de.tar.gz
openssh: Security Fix CVE-2016-3115
opehssh <= 7.2 (From OE-Core rev: 7d6abd0b7b89f28343741c2188da22c6d1c6c8ea) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_7.1p2.bb')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_7.1p2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
index 3b5e28a1d7..c1b0fb28a0 100644
--- a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
+++ b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb
@@ -23,7 +23,9 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
23 file://run-ptest \ 23 file://run-ptest \
24 file://CVE-2016-1907_upstream_commit.patch \ 24 file://CVE-2016-1907_upstream_commit.patch \
25 file://CVE-2016-1907_2.patch \ 25 file://CVE-2016-1907_2.patch \
26 file://CVE-2016-1907_3.patch " 26 file://CVE-2016-1907_3.patch \
27 file://CVE-2016-3115.patch \
28 "
27 29
28PAM_SRC_URI = "file://sshd" 30PAM_SRC_URI = "file://sshd"
29 31