summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh_6.2p2.bb
diff options
context:
space:
mode:
authorRoy.Li <rongqing.li@windriver.com>2013-06-14 15:02:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-17 16:45:36 +0100
commit58256120e803c210c5168262def5c65b4967b624 (patch)
tree428d3cbeec70e00b2441ca8897b1b135514088b7 /meta/recipes-connectivity/openssh/openssh_6.2p2.bb
parent7346d891f27089ffcfb7c576a6a81c62394db051 (diff)
downloadpoky-58256120e803c210c5168262def5c65b4967b624.tar.gz
openssh: fix a unaligned memory access issue
Backport patch to fix segment fault due to unaligned memory access (From OE-Core rev: c2ce8e3bc10aec4cb53faea091ad867bab405bb7) Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_6.2p2.bb')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.2p2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb b/meta/recipes-connectivity/openssh/openssh_6.2p2.bb
index 06297da007..0459032afe 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.2p2.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.2p2.bb
@@ -25,6 +25,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
25 file://ssh_config \ 25 file://ssh_config \
26 file://init \ 26 file://init \
27 file://openssh-CVE-2011-4327.patch \ 27 file://openssh-CVE-2011-4327.patch \
28 file://mac.patch \
28 ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}" 29 ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
29 30
30PAM_SRC_URI = "file://sshd" 31PAM_SRC_URI = "file://sshd"