diff mbox series

[1/1] package/wolfssl: bump to version 4.2.0

Message ID 20191031220306.122761-1-julien.grossholtz@openest.io
State Accepted
Commit 9bb83b14c9c69db2c9dff4f2029a6eace12bc0ee
Headers show
Series [1/1] package/wolfssl: bump to version 4.2.0 | expand

Commit Message

Julien Grossholtz Oct. 31, 2019, 10:03 p.m. UTC
WolfSSL 4.2.0 has been released, it includes new features and fixes. The
full changelog is available here [1].

Update the wolfssl package to stable version 4.2.0 and the
corresponding hash file.

[1] https://www.wolfssl.com/docs/wolfssl-changelog/

Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
---
 package/wolfssl/wolfssl.hash | 2 +-
 package/wolfssl/wolfssl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Oct. 31, 2019, 10:46 p.m. UTC | #1
>>>>> "Julien" == Julien Grossholtz <julien.grossholtz@openest.io> writes:

 > WolfSSL 4.2.0 has been released, it includes new features and fixes. The
 > full changelog is available here [1].

 > Update the wolfssl package to stable version 4.2.0 and the
 > corresponding hash file.

 > [1] https://www.wolfssl.com/docs/wolfssl-changelog/

 > Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>

Committed, thanks.

We currently do not have any package in Buildroot depending on
wolfssl. It looks like libcurl can use it as a TLS backend, care to send
a patch to add support for that?
Julien Grossholtz Nov. 1, 2019, 3:04 p.m. UTC | #2
Thanks for applying this. I will submit a patch to allow WolfSSL as a SSL
backend for libcurl.

Regards,

Le ven. 1 nov. 2019 à 10:18, Peter Korsgaard <peter@korsgaard.com> a écrit :

> >>>>> "Julien" == Julien Grossholtz <julien.grossholtz@openest.io> writes:
>
>  > WolfSSL 4.2.0 has been released, it includes new features and fixes. The
>  > full changelog is available here [1].
>
>  > Update the wolfssl package to stable version 4.2.0 and the
>  > corresponding hash file.
>
>  > [1] https://www.wolfssl.com/docs/wolfssl-changelog/
>
>  > Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
>
> Committed, thanks.
>
> We currently do not have any package in Buildroot depending on
> wolfssl. It looks like libcurl can use it as a TLS backend, care to send
> a patch to add support for that?
>
> --
> Bye, Peter Korsgaard
>
diff mbox series

Patch

diff --git a/package/wolfssl/wolfssl.hash b/package/wolfssl/wolfssl.hash
index 997f008499..f2432390d5 100644
--- a/package/wolfssl/wolfssl.hash
+++ b/package/wolfssl/wolfssl.hash
@@ -1,5 +1,5 @@ 
 # Locally computed:
-sha256 f0d630c3ddfeb692b8ae38cc739f47d5e9f0fb708662aa241ede0c42a5eb3dd8  v4.1.0-stable.tar.gz
+sha256 3562af485c26cd7abe94d9404fbfc0c5c9bceb4aab29b81ebf5e6c2467507e12 v4.2.0-stable.tar.gz
 
 # Hash for license files:
 sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/wolfssl/wolfssl.mk b/package/wolfssl/wolfssl.mk
index 807f8087ca..fd5fa35625 100644
--- a/package/wolfssl/wolfssl.mk
+++ b/package/wolfssl/wolfssl.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-WOLFSSL_VERSION = 4.1.0
+WOLFSSL_VERSION = 4.2.0
 WOLFSSL_SITE = https://github.com/wolfSSL/wolfssl/archive
 WOLFSSL_SOURCE = v$(WOLFSSL_VERSION)-stable.tar.gz
 WOLFSSL_INSTALL_STAGING = YES