mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 14:29:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4ca9402c37
commit
c316eb3b88
+3
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user