diff options
author | Armin Kuster <akuster@mvista.com> | 2016-09-23 23:09:29 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-09-27 08:22:44 -0700 |
commit | da4f1f70d7a7c9c4454985b398ad1f9ba7bf19db (patch) | |
tree | 69fc43503796d0195ece5ce454f3e3b031ad07b3 /meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | |
parent | 8f20d132c20a0e95adc4b2b2f8c4b0149e8e3069 (diff) | |
download | openembedded-core-contrib-da4f1f70d7a7c9c4454985b398ad1f9ba7bf19db.tar.gz |
openssl: Security fix CVE-2016-2181
affects openssl < 1.0.1i
Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2h.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2h.bb | 3 |
1 files changed, 3 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 764f1a2858..d97b771748 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2h.bb @@ -41,6 +41,9 @@ SRC_URI += "file://configure-targets.patch \ file://CVE-2016-2177.patch \ file://CVE-2016-2178.patch \ file://CVE-2016-2180.patch \ + file://CVE-2016-2181_p1.patch \ + file://CVE-2016-2181_p2.patch \ + file://CVE-2016-2181_p3.patch \ " SRC_URI[md5sum] = "9392e65072ce4b614c1392eefc1f23d0" |