All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-networking] mbedtls: update to 0.23.0
@ 2020-07-29 12:41 Oleksandr Kravchuk
  2020-07-31  6:09 ` [oe] " Khem Raj
  2020-07-31  7:04 ` Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-29 12:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

License checksum due to dropped due to CLA requirement being removed
from the license (see c76a54554ca8bffedf@).

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../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
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [PATCH][meta-networking] mbedtls: update to 0.23.0
  2020-07-29 12:41 [PATCH][meta-networking] mbedtls: update to 0.23.0 Oleksandr Kravchuk
@ 2020-07-31  6:09 ` Khem Raj
  2020-07-31  7:04 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2020-07-31  6:09 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembeded-devel

Fails on musl

https://errors.yoctoproject.org/Errors/Details/426318/

On Wed, Jul 29, 2020 at 5:42 AM Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
>
> License checksum due to dropped due to CLA requirement being removed
> from the license (see c76a54554ca8bffedf@).
>
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>  .../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
>
> --
> 2.25.1
>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [PATCH][meta-networking] mbedtls: update to 0.23.0
  2020-07-29 12:41 [PATCH][meta-networking] mbedtls: update to 0.23.0 Oleksandr Kravchuk
  2020-07-31  6:09 ` [oe] " Khem Raj
@ 2020-07-31  7:04 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2020-07-31  7:04 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembeded-devel

On Wed, Jul 29, 2020 at 5:42 AM Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
>
> License checksum due to dropped due to CLA requirement being removed
> from the license (see c76a54554ca8bffedf@).
>
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>  .../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"

We do not use github archives, so either use git fetcher or see if
project has static release artifacts

> +SRC_URI[sha256sum] = "5c8998217402aa1fc734f4afaeac38fad2421470fac4b3abc112bd46391054fe"
> +
> +S = "${WORKDIR}/mbedtls-mbedtls-${PV}"
>
>  inherit cmake
>
> --
> 2.25.1
>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-31  7:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 12:41 [PATCH][meta-networking] mbedtls: update to 0.23.0 Oleksandr Kravchuk
2020-07-31  6:09 ` [oe] " Khem Raj
2020-07-31  7:04 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.