diff options
author | Armin Kuster <akuster@mvista.com> | 2016-09-23 23:06:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-27 09:05:57 +0100 |
commit | 82017f236748c3b84815100a7a4ba5397de1dc7d (patch) | |
tree | 66e66c5bd2b046348d12e682b3bec0319bf45e47 /meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | |
parent | e1e5b18a5e41369a951b724886476d7de825ee44 (diff) | |
download | poky-82017f236748c3b84815100a7a4ba5397de1dc7d.tar.gz |
openssl: Security fix CVE-2016-2180
affects openssl < 1.0.1i
(From OE-Core rev: 94b44f40fb52f642eeab1211bd5fc57ceba29f7e)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2h.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb index 0e4dfeeb24..8a04ff6c8f 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | |||
@@ -40,6 +40,7 @@ SRC_URI += "file://find.pl;subdir=${BP}/util/ \ | |||
40 | file://parallel.patch \ | 40 | file://parallel.patch \ |
41 | file://CVE-2016-2178.patch \ | 41 | file://CVE-2016-2178.patch \ |
42 | file://CVE-2016-2179.patch \ | 42 | file://CVE-2016-2179.patch \ |
43 | file://CVE-2016-2180.patch \ | ||
43 | " | 44 | " |
44 | SRC_URI[md5sum] = "9392e65072ce4b614c1392eefc1f23d0" | 45 | SRC_URI[md5sum] = "9392e65072ce4b614c1392eefc1f23d0" |
45 | SRC_URI[sha256sum] = "1d4007e53aad94a5b2002fe045ee7bb0b3d98f1a47f8b2bc851dcd1c74332919" | 46 | SRC_URI[sha256sum] = "1d4007e53aad94a5b2002fe045ee7bb0b3d98f1a47f8b2bc851dcd1c74332919" |