diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-11-18 09:53:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-02 11:25:32 +0000 |
commit | 5a6a830b9f767965a629532f3ca7de4902769584 (patch) | |
tree | 7642c2d9a7a37f8d7966528b35403c9f5a73c977 /meta/recipes-connectivity/openssl/openssl_1.0.2m.bb | |
parent | 0d1964a78e2bcfc195a1f81edb548cc4a6514af9 (diff) | |
download | poky-5a6a830b9f767965a629532f3ca7de4902769584.tar.gz |
openssl10: fix runtime errors with Thumb2 when using binutils 2.29
When compiling OpenSSL with binutils 2.29 for ARM with Thumb2 enabled
crashes and unexpected behavior occurs. E.g. connecting to a OpenSSH
server using the affected binary fails with:
ssh_dispatch_run_fatal: Connection to 192.168.10.171 port 22: incorrect signature
Backport upstream bugfix:
https://github.com/openssl/openssl/issues/4659
(From OE-Core rev: 977db3843b629112539d3eb766c845127c0de497)
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2m.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2m.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2m.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2m.bb index 04763ac346..9270f52bc6 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2m.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2m.bb | |||
@@ -42,6 +42,7 @@ SRC_URI += "file://find.pl;subdir=openssl-${PV}/util/ \ | |||
42 | file://Use-SHA256-not-MD5-as-default-digest.patch \ | 42 | file://Use-SHA256-not-MD5-as-default-digest.patch \ |
43 | file://0001-Fix-build-with-clang-using-external-assembler.patch \ | 43 | file://0001-Fix-build-with-clang-using-external-assembler.patch \ |
44 | file://0001-openssl-force-soft-link-to-avoid-rare-race.patch \ | 44 | file://0001-openssl-force-soft-link-to-avoid-rare-race.patch \ |
45 | file://0001-aes-armv4-bsaes-armv7-sha256-armv4-.pl-make-it-work-.patch \ | ||
45 | " | 46 | " |
46 | SRC_URI[md5sum] = "10e9e37f492094b9ef296f68f24a7666" | 47 | SRC_URI[md5sum] = "10e9e37f492094b9ef296f68f24a7666" |
47 | SRC_URI[sha256sum] = "8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f" | 48 | SRC_URI[sha256sum] = "8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f" |