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:39:21 +0100 |
commit | 6b0d5202002f76106ea33e4975c8ebef72a63fa1 (patch) | |
tree | 98e59dcafec086200dfd4055668c665c3228628b | |
parent | 4af22800a7af4fcb80cafe08d982a4850d9dd2ad (diff) | |
download | openembedded-core-6b0d5202002f76106ea33e4975c8ebef72a63fa1.tar.gz openembedded-core-6b0d5202002f76106ea33e4975c8ebef72a63fa1.tar.bz2 openembedded-core-6b0d5202002f76106ea33e4975c8ebef72a63fa1.zip |
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/
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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" DEPENDS = "hostperl-runtime-native" -# This short sort lower than 1.1.1 final, to avoid package version going downwards issue -PV = "1.1.1~pre9" -S = "${WORKDIR}/openssl-1.1.1-pre9" - -SRC_URI = "http://www.openssl.org/source/openssl-1.1.1-pre9.tar.gz \ +SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ file://run-ptest \ file://openssl-c_rehash.sh \ " @@ -23,8 +19,8 @@ SRC_URI_append_class-nativesdk = " \ file://environment.d-openssl.sh \ " -SRC_URI[md5sum] = "6aa32e976e2c9a4aee858ced135d2573" -SRC_URI[sha256sum] = "95ebdfbb05e8451fb01a186ccaa4a7da0eff9a48999ede9fe1a7d90db75ccb4c" +SRC_URI[md5sum] = "7079eb017429e0ffb9efb42bf80ccb21" +SRC_URI[sha256sum] = "2836875a0f89c03d0fdf483941512613a50cfb421d6fd94b9f41d7279d586a3d" inherit lib_package multilib_header ptest |