[oe-commits] [openembedded-core] 04/07: openssl: update to 1.1.1 final

git at git.openembedded.org git at git.openembedded.org
Mon Sep 17 07:42:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6b0d5202002f76106ea33e4975c8ebef72a63fa1
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Fri Sep 14 18:18:00 2018 +0200

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../openssl/{openssl_1.1.1-pre9.bb => openssl_1.1.1.bb}        | 10 +++-------
 1 file 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
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 c13731f..09b2c01 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list