All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI
@ 2019-03-29 20:47 Randy MacLeod
  2019-03-29 21:15 ` Randy MacLeod
  2019-03-29 21:34 ` Martin Jansa
  0 siblings, 2 replies; 5+ messages in thread
From: Randy MacLeod @ 2019-03-29 20:47 UTC (permalink / raw)
  To: openembedded-devel

The previous SRC_URI did not work for the new version and
when looking at the site, users are required to navigate
through a click-through license agreement.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 .../wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb}         | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb} (78%)

diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
similarity index 78%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
index 0a0a6075d..7690925f8 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
@@ -13,8 +13,9 @@ PROVIDES += "cyassl"
 RPROVIDES_${PN} = "cyassl"
 
 SRC_URI = "https://www.wolfssl.com/wolfssl-${PV}.zip"
-SRC_URI[md5sum] = "6ec08c09e3f51cccbb1686b4fd45f92f"
-SRC_URI[sha256sum] = "4cc318c49580d3b9c361fe258fac6106624aa744f1d34e03977b587766a753ee"
+SRC_URI = "https://github.com/wolfSSL/wolfssl/archive/v${PV}.zip"
+SRC_URI[md5sum] = "5ba7af2bae27716a3d90e55565a08784"
+SRC_URI[sha256sum] = "34605bb540ed091b1e4b2f14a1f6c7e3f26302f7c65f46378a27a6f0aa944881"
 
 inherit autotools
 
-- 
2.17.0



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

* Re: [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI
  2019-03-29 20:47 [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI Randy MacLeod
@ 2019-03-29 21:15 ` Randy MacLeod
  2019-03-29 21:19   ` akuster808
  2019-03-29 21:34 ` Martin Jansa
  1 sibling, 1 reply; 5+ messages in thread
From: Randy MacLeod @ 2019-03-29 21:15 UTC (permalink / raw)
  To: openembedded-devel

On 3/29/19 4:47 PM, Randy MacLeod wrote:
> The previous SRC_URI did not work for the new version and
> when looking at the site, users are required to navigate
> through a click-through license agreement.
> 
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
>   .../wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb}         | 5 +++--

4.0 is available but I suspect that's best delayed until
the 2.8 cycle starts.

https://www.wolfssl.com/docs/wolfssl-changelog/

-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI
  2019-03-29 21:15 ` Randy MacLeod
@ 2019-03-29 21:19   ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2019-03-29 21:19 UTC (permalink / raw)
  To: Randy MacLeod, openembedded-devel



On 3/29/19 2:15 PM, Randy MacLeod wrote:
> On 3/29/19 4:47 PM, Randy MacLeod wrote:
>> The previous SRC_URI did not work for the new version and
>> when looking at the site, users are required to navigate
>> through a click-through license agreement.
>>
>> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
>> ---
>>   .../wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb}         | 5 +++--
>
> 4.0 is available but I suspect that's best delayed until
> the 2.8 cycle starts.
>
why?  meta-openembedded  tends to follow a different cutoff

we can always make it not the default.

- armin
> https://www.wolfssl.com/docs/wolfssl-changelog/
>



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

* Re: [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI
  2019-03-29 20:47 [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI Randy MacLeod
  2019-03-29 21:15 ` Randy MacLeod
@ 2019-03-29 21:34 ` Martin Jansa
  2019-03-30 16:58   ` Randy MacLeod
  1 sibling, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2019-03-29 21:34 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: openembedded-devel

Don't use github archive which are generated from time to time with
different checksums. Either use developer uploaded releases (if available)
or git fetcher.

On Fri, Mar 29, 2019 at 9:47 PM Randy MacLeod <Randy.MacLeod@windriver.com>
wrote:

> The previous SRC_URI did not work for the new version and
> when looking at the site, users are required to navigate
> through a click-through license agreement.
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
>  .../wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb}         | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>  rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.15.7.bb
> => wolfssl_3.15.8.bb} (78%)
>
> diff --git a/meta-networking/recipes-connectivity/wolfssl/
> wolfssl_3.15.7.bb b/meta-networking/recipes-connectivity/wolfssl/
> wolfssl_3.15.8.bb
> similarity index 78%
> rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb
> rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
> index 0a0a6075d..7690925f8 100644
> --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb
> +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
> @@ -13,8 +13,9 @@ PROVIDES += "cyassl"
>  RPROVIDES_${PN} = "cyassl"
>
>  SRC_URI = "https://www.wolfssl.com/wolfssl-${PV}.zip"
> -SRC_URI[md5sum] = "6ec08c09e3f51cccbb1686b4fd45f92f"
> -SRC_URI[sha256sum] =
> "4cc318c49580d3b9c361fe258fac6106624aa744f1d34e03977b587766a753ee"
> +SRC_URI = "https://github.com/wolfSSL/wolfssl/archive/v${PV}.zip"
> +SRC_URI[md5sum] = "5ba7af2bae27716a3d90e55565a08784"
> +SRC_URI[sha256sum] =
> "34605bb540ed091b1e4b2f14a1f6c7e3f26302f7c65f46378a27a6f0aa944881"
>
>  inherit autotools
>
> --
> 2.17.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI
  2019-03-29 21:34 ` Martin Jansa
@ 2019-03-30 16:58   ` Randy MacLeod
  0 siblings, 0 replies; 5+ messages in thread
From: Randy MacLeod @ 2019-03-30 16:58 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On 3/29/19 5:34 PM, Martin Jansa wrote:
> Don't use github archive which are generated from time to time with 
> different checksums. Either use developer uploaded releases (if 
> available) or git fetcher.

Done. Using git.

Armin,
I might add a non-default 4.0 next week but
then again, I might not. :)

../Randy
> 
> On Fri, Mar 29, 2019 at 9:47 PM Randy MacLeod 
> <Randy.MacLeod@windriver.com <mailto:Randy.MacLeod@windriver.com>> wrote:
> 
>     The previous SRC_URI did not work for the new version and
>     when looking at the site, users are required to navigate
>     through a click-through license agreement.
> 
>     Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com
>     <mailto:Randy.MacLeod@windriver.com>>
>     ---
>       .../wolfssl/{wolfssl_3.15.7.bb <http://wolfssl_3.15.7.bb> =>
>     wolfssl_3.15.8.bb <http://wolfssl_3.15.8.bb>}         | 5 +++--
>       1 file changed, 3 insertions(+), 2 deletions(-)
>       rename
>     meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.15.7.bb
>     <http://wolfssl_3.15.7.bb> => wolfssl_3.15.8.bb
>     <http://wolfssl_3.15.8.bb>} (78%)
> 
>     diff --git
>     a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb
>     <http://wolfssl_3.15.7.bb>
>     b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
>     <http://wolfssl_3.15.8.bb>
>     similarity index 78%
>     rename from
>     meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb
>     <http://wolfssl_3.15.7.bb>
>     rename to
>     meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
>     <http://wolfssl_3.15.8.bb>
>     index 0a0a6075d..7690925f8 100644
>     --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.7.bb
>     <http://wolfssl_3.15.7.bb>
>     +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.15.8.bb
>     <http://wolfssl_3.15.8.bb>
>     @@ -13,8 +13,9 @@ PROVIDES += "cyassl"
>       RPROVIDES_${PN} = "cyassl"
> 
>       SRC_URI = "https://www.wolfssl.com/wolfssl-${PV}.zip
>     <https://www.wolfssl.com/wolfssl-$%7BPV%7D.zip>"
>     -SRC_URI[md5sum] = "6ec08c09e3f51cccbb1686b4fd45f92f"
>     -SRC_URI[sha256sum] =
>     "4cc318c49580d3b9c361fe258fac6106624aa744f1d34e03977b587766a753ee"
>     +SRC_URI = "https://github.com/wolfSSL/wolfssl/archive/v${PV}.zip
>     <https://github.com/wolfSSL/wolfssl/archive/v$%7BPV%7D.zip>"
>     +SRC_URI[md5sum] = "5ba7af2bae27716a3d90e55565a08784"
>     +SRC_URI[sha256sum] =
>     "34605bb540ed091b1e4b2f14a1f6c7e3f26302f7c65f46378a27a6f0aa944881"
> 
>       inherit autotools
> 
>     -- 
>     2.17.0
> 
>     -- 
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 


-- 
# Randy MacLeod
# Wind River Linux


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

end of thread, other threads:[~2019-03-30 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-29 20:47 [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI Randy MacLeod
2019-03-29 21:15 ` Randy MacLeod
2019-03-29 21:19   ` akuster808
2019-03-29 21:34 ` Martin Jansa
2019-03-30 16:58   ` Randy MacLeod

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.