diff options
author | Armin Kuster <akuster@mvista.com> | 2016-09-17 21:09:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 23:22:03 +0100 |
commit | 2622059ca09c24900bb4c88653a9717df31482e9 (patch) | |
tree | 6ce502a460337b75f8021ffb175e2c64b6407370 /meta/recipes-connectivity/openssh/openssh_7.1p2.bb | |
parent | ddb1db9ef7c9c2459c02c6f28fb4a1fda459bd2f (diff) | |
download | poky-2622059ca09c24900bb4c88653a9717df31482e9.tar.gz |
openssh: Security fix CVE-2016-5615
openssh < 7.3
(From OE-Core rev: 3fdad451afcc16b1fa94024310b4d26333ca7de9)
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb index bd047b0773..51c82c74a3 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.1p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.1p2.bb | |||
@@ -28,6 +28,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. | |||
28 | file://CVE-2016-6210.patch \ | 28 | file://CVE-2016-6210.patch \ |
29 | file://CVE-2016-6210_p2.patch \ | 29 | file://CVE-2016-6210_p2.patch \ |
30 | file://CVE-2016-6210_p3.patch \ | 30 | file://CVE-2016-6210_p3.patch \ |
31 | file://CVE-2016-6515.patch \ | ||
31 | " | 32 | " |
32 | 33 | ||
33 | PAM_SRC_URI = "file://sshd" | 34 | PAM_SRC_URI = "file://sshd" |