]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: update to 1.1.1 final
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 14 Sep 2018 16:18:00 +0000 (18:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Sep 2018 07:39:21 +0000 (08:39 +0100)
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>
meta/recipes-connectivity/openssl/openssl_1.1.1.bb [moved from meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb
rename to meta/recipes-connectivity/openssl/openssl_1.1.1.bb
index c13731feac8d784b6980836508828615a7409aaf..09b2c010249fcee63875cf577b113b27003f7904 100644 (file)
@@ -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