diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-27 18:10:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:04 +0100 |
commit | 425c614070d6eac9096535c24f29a08861857b3a (patch) | |
tree | 7fbe28f7ad2f3ddfd88f6cfcad974053d26da9d1 /meta | |
parent | 390140e7b9e0ab2a810e7eed1fd3b7e0ef75efe3 (diff) | |
download | poky-425c614070d6eac9096535c24f29a08861857b3a.tar.gz |
openssl: Upgrade 1.0.2i -> 1.0.2j
Deals with a CVE issue
Drops a patch applied upstream and no longer needed.
(From OE-Core rev: ee590ac736ca2a378605fa1272a1c57a1dbc7a57)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl/Fix-typo-introduced-by-a03f81f4.patch | 29 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2j.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.0.2i.bb) | 5 |
2 files changed, 2 insertions, 32 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl/Fix-typo-introduced-by-a03f81f4.patch b/meta/recipes-connectivity/openssl/openssl/Fix-typo-introduced-by-a03f81f4.patch deleted file mode 100644 index 04112966ab..0000000000 --- a/meta/recipes-connectivity/openssl/openssl/Fix-typo-introduced-by-a03f81f4.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From 581215a519c66db7255ea360ed25bb00033ccd52 Mon Sep 17 00:00:00 2001 | ||
2 | From: Rich Salz <rsalz@openssl.org> | ||
3 | Date: Thu, 22 Sep 2016 08:47:45 -0400 | ||
4 | Subject: [PATCH] Fix typo introduced by a03f81f4 | ||
5 | |||
6 | Reviewed-by: Richard Levitte <levitte@openssl.org> | ||
7 | |||
8 | Upstream-Status: Backport [https://github.com/openssl/openssl/commit/581215a519c66db7255ea360ed25bb00033ccd52] | ||
9 | Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> | ||
10 | --- | ||
11 | crypto/engine/eng_cryptodev.c | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c | ||
15 | index 65a74df..2a2b95c 100644 | ||
16 | --- a/crypto/engine/eng_cryptodev.c | ||
17 | +++ b/crypto/engine/eng_cryptodev.c | ||
18 | @@ -939,7 +939,7 @@ static int cryptodev_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from) | ||
19 | if (fstate->mac_len != 0) { | ||
20 | if (fstate->mac_data != NULL) { | ||
21 | dstate->mac_data = OPENSSL_malloc(fstate->mac_len); | ||
22 | - if (dstate->ac_data == NULL) { | ||
23 | + if (dstate->mac_data == NULL) { | ||
24 | printf("cryptodev_digest_init: malloc failed\n"); | ||
25 | return 0; | ||
26 | } | ||
27 | -- | ||
28 | 2.1.4 | ||
29 | |||
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2i.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb index c32f47296c..257e3cfc4b 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2i.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb | |||
@@ -40,10 +40,9 @@ SRC_URI += "file://find.pl;subdir=${BP}/util/ \ | |||
40 | file://configure-musl-target.patch \ | 40 | file://configure-musl-target.patch \ |
41 | file://parallel.patch \ | 41 | file://parallel.patch \ |
42 | file://openssl-util-perlpath.pl-cwd.patch \ | 42 | file://openssl-util-perlpath.pl-cwd.patch \ |
43 | file://Fix-typo-introduced-by-a03f81f4.patch \ | ||
44 | " | 43 | " |
45 | SRC_URI[md5sum] = "678374e63f8df456a697d3e5e5a931fb" | 44 | SRC_URI[md5sum] = "96322138f0b69e61b7212bc53d5e912b" |
46 | SRC_URI[sha256sum] = "9287487d11c9545b6efb287cdb70535d4e9b284dd10d51441d9b9963d000de6f" | 45 | SRC_URI[sha256sum] = "e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431" |
47 | 46 | ||
48 | PACKAGES =+ "${PN}-engines" | 47 | PACKAGES =+ "${PN}-engines" |
49 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" | 48 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" |