diff options
author | Armin Kuster <akuster@mvista.com> | 2016-01-15 16:59:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-17 11:32:21 +0000 |
commit | a42229df424552955c0ac62da1063461f97f5938 (patch) | |
tree | 808ac75edca8dbf9572e1548e35b37a69cc72af3 /meta/recipes-connectivity/openssh/openssh_7.1p2.bb | |
parent | 20d6a4ce4e395251604d92111ce5ecacde5ce172 (diff) | |
download | openembedded-core-contrib-a42229df424552955c0ac62da1063461f97f5938.tar.gz |
openssh: CVE-2016-1907
This issue requires three commits:
https://anongit.mindrot.org/openssh.git/commit/?id=ed4ce82dbfa8a3a3c8ea6fa0db113c71e234416c
https://anongit.mindrot.org/openssh.git/commit/?id=f98a09cacff7baad8748c9aa217afd155a4d493f
https://anongit.mindrot.org/openssh.git/commit/?id=2fecfd486bdba9f51b3a789277bb0733ca36e1c0
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.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb index ac824ee3018..9c62d7894bd 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb @@ -20,7 +20,10 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. file://sshdgenkeys.service \ file://volatiles.99_sshd \ file://add-test-support-for-busybox.patch \ - file://run-ptest" + file://run-ptest \ + file://CVE-2016-1907_upstream_commit.patch \ + file://CVE-2016-1907_2.patch \ + file://CVE-2016-1907_3.patch " PAM_SRC_URI = "file://sshd" |