All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH v2] wolfssl: update to version 3.8.0
@ 2016-01-07 17:20 LC Mac
  2016-01-14 10:43 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: LC Mac @ 2016-01-07 17:20 UTC (permalink / raw)
  To: openembedded-devel

Version 3.8.0 of includes VxWorks example client/server, AESNI use
with AES-GCM, Stunnel compatibility, C# wrapper, and more.

Signed-off-by: lchristina26 <leah@wolfssl.com>
---
 .../wolfssl/{wolfssl_3.6.6.bb => wolfssl_3.8.0.bb}                    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.6.6.bb => wolfssl_3.8.0.bb} (83%)

diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.8.0.bb
similarity index 83%
rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb
rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_3.8.0.bb
index 2366fb1..ac5dff0 100644
--- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb
+++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.8.0.bb
@@ -14,8 +14,8 @@ RPROVIDES_${PN} = "cyassl"
 
 SRC_URI = "http://www.wolfssl.com/${BP}.zip"
 
-SRC_URI[md5sum] = "ec6ed4c5847454ac928215a46b3e0c33"
-SRC_URI[sha256sum] = "bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea"
+SRC_URI[md5sum] = "a73d90c5439adea97a5002a73b46ddeb"
+SRC_URI[sha256sum] = "36369304dd107b2ae1360c91f3d0eea491802dcacb2155562652bf5257117016"
 
 inherit autotools
 
-- 
1.9.1



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

* Re: [meta-networking][PATCH v2] wolfssl: update to version 3.8.0
  2016-01-07 17:20 [meta-networking][PATCH v2] wolfssl: update to version 3.8.0 LC Mac
@ 2016-01-14 10:43 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2016-01-14 10:43 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2492 bytes --]

On Thu, Jan 07, 2016 at 10:20:51AM -0700, LC Mac wrote:
> Version 3.8.0 of includes VxWorks example client/server, AESNI use
> with AES-GCM, Stunnel compatibility, C# wrapper, and more.

We don't have 3.6.6 version yet, so this doesn't apply.

OE @ ~/meta-openembedded $ pwam 111559
2016-01-14 11:33:36
URL:http://patchwork.openembedded.org/patch/111559/mbox/ [1691] ->
"pw-am-111559.patch" [1]
Applying: wolfssl: update to version 3.8.0
error: meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb:
does not exist in index
Patch failed at 0001 wolfssl: update to version 3.8.0
The copy of the patch that failed is found in: .git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

OE @ ~/meta-openembedded $ ls meta-networking/recipes-connectivity/wolfssl/wolfssl_3.4.0.bb


> 
> Signed-off-by: lchristina26 <leah@wolfssl.com>
> ---
>  .../wolfssl/{wolfssl_3.6.6.bb => wolfssl_3.8.0.bb}                    | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.6.6.bb => wolfssl_3.8.0.bb} (83%)
> 
> diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.8.0.bb
> similarity index 83%
> rename from meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb
> rename to meta-networking/recipes-connectivity/wolfssl/wolfssl_3.8.0.bb
> index 2366fb1..ac5dff0 100644
> --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.6.6.bb
> +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.8.0.bb
> @@ -14,8 +14,8 @@ RPROVIDES_${PN} = "cyassl"
>  
>  SRC_URI = "http://www.wolfssl.com/${BP}.zip"
>  
> -SRC_URI[md5sum] = "ec6ed4c5847454ac928215a46b3e0c33"
> -SRC_URI[sha256sum] = "bc49a142c17b1e52a126417e5d7cbadcb7f18f5c81e446c12e214483395159ea"
> +SRC_URI[md5sum] = "a73d90c5439adea97a5002a73b46ddeb"
> +SRC_URI[sha256sum] = "36369304dd107b2ae1360c91f3d0eea491802dcacb2155562652bf5257117016"
>  
>  inherit autotools
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2016-01-14 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07 17:20 [meta-networking][PATCH v2] wolfssl: update to version 3.8.0 LC Mac
2016-01-14 10:43 ` Martin Jansa

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.