From patchwork Wed Jul 29 12:41:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-networking] mbedtls: update to 0.23.0 From: Oleksandr Kravchuk X-Patchwork-Id: 174879 Message-Id: <20200729124155.3367618-1-open.source@oleksandr-kravchuk.com> To: openembedded-devel@lists.openembedded.org Cc: Oleksandr Kravchuk Date: Wed, 29 Jul 2020 14:41:55 +0200 License checksum due to dropped due to CLA requirement being removed from the license (see c76a54554ca8bffedf@). Signed-off-by: Oleksandr Kravchuk --- .../mbedtls/{mbedtls_2.16.6.bb => mbedtls_2.23.0.bb} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.16.6.bb => mbedtls_2.23.0.bb} (84%) diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.6.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.23.0.bb similarity index 84% rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.6.bb rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_2.23.0.bb index 12ad39761..3e4553291 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.6.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.23.0.bb @@ -18,13 +18,14 @@ understand what the code does. It features: \ HOMEPAGE = "https://tls.mbed.org/" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=302d50a6369f5f22efdb674db908167a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SECTION = "libs" -SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-apache.tgz" -SRC_URI[md5sum] = "1f629a43c166de2eca808f3e30aa961d" -SRC_URI[sha256sum] = "66455e23a6190a30142cdc1113f7418158839331a9d8e6b0778631d077281770" +SRC_URI = "https://github.com/ARMmbed/mbedtls/archive/mbedtls-${PV}.tar.gz" +SRC_URI[sha256sum] = "5c8998217402aa1fc734f4afaeac38fad2421470fac4b3abc112bd46391054fe" + +S = "${WORKDIR}/mbedtls-mbedtls-${PV}" inherit cmake