diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-09-14 18:18:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-17 08:41:44 +0100 |
commit | c316eb3b8877ceba47fbb0087897a4ea8cca6036 (patch) | |
tree | b77d311d82058f915b35928ff608864de0cda64b /meta/recipes-connectivity | |
parent | 4ca9402c37205df4ea70c154f17b01c91a48176a (diff) | |
download | poky-c316eb3b8877ceba47fbb0087897a4ea8cca6036.tar.gz |
openssl: update to 1.1.1 final
This is the new LTS release with support for TLS 1.3.
Release announcement:
https://www.openssl.org/blog/blog/2018/09/11/release111/
(From OE-Core rev: 6b0d5202002f76106ea33e4975c8ebef72a63fa1)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb index c13731feac..09b2c01024 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb | |||
@@ -10,11 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d57d511030c9d66ef5f5966bee5a7eff" | |||
10 | 10 | ||
11 | DEPENDS = "hostperl-runtime-native" | 11 | DEPENDS = "hostperl-runtime-native" |
12 | 12 | ||
13 | # This short sort lower than 1.1.1 final, to avoid package version going downwards issue | 13 | SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ |
14 | PV = "1.1.1~pre9" | ||
15 | S = "${WORKDIR}/openssl-1.1.1-pre9" | ||
16 | |||
17 | SRC_URI = "http://www.openssl.org/source/openssl-1.1.1-pre9.tar.gz \ | ||
18 | file://run-ptest \ | 14 | file://run-ptest \ |
19 | file://openssl-c_rehash.sh \ | 15 | file://openssl-c_rehash.sh \ |
20 | " | 16 | " |
@@ -23,8 +19,8 @@ SRC_URI_append_class-nativesdk = " \ | |||
23 | file://environment.d-openssl.sh \ | 19 | file://environment.d-openssl.sh \ |
24 | " | 20 | " |
25 | 21 | ||
26 | SRC_URI[md5sum] = "6aa32e976e2c9a4aee858ced135d2573" | 22 | SRC_URI[md5sum] = "7079eb017429e0ffb9efb42bf80ccb21" |
27 | SRC_URI[sha256sum] = "95ebdfbb05e8451fb01a186ccaa4a7da0eff9a48999ede9fe1a7d90db75ccb4c" | 23 | SRC_URI[sha256sum] = "2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d" |
28 | 24 | ||
29 | inherit lib_package multilib_header ptest | 25 | inherit lib_package multilib_header ptest |
30 | 26 | ||