diff mbox series

[1/1] package/libwebsockets: bump to version 4.3.1

Message ID 20220317075909.3705760-1-johannes.agricola@work-microwave.com
State Changes Requested
Headers show
Series [1/1] package/libwebsockets: bump to version 4.3.1 | expand

Commit Message

Johannes Agricola March 17, 2022, 7:59 a.m. UTC
Signed-off-by: Johannes Agricola <johannes.agricola@work-microwave.com>
---
 package/libwebsockets/libwebsockets.hash | 2 +-
 package/libwebsockets/libwebsockets.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Arnout Vandecappelle March 24, 2022, 9:31 p.m. UTC | #1
On 17/03/2022 08:59, Johannes Agricola wrote:
> Signed-off-by: Johannes Agricola <johannes.agricola@work-microwave.com>
> ---
>   package/libwebsockets/libwebsockets.hash | 2 +-
>   package/libwebsockets/libwebsockets.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libwebsockets/libwebsockets.hash b/package/libwebsockets/libwebsockets.hash
> index 1761a7658a..f92c66018f 100644
> --- a/package/libwebsockets/libwebsockets.hash
> +++ b/package/libwebsockets/libwebsockets.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  6ece1f422c6d38aabedec2476f2ac12e9aede8691b08137068ad85545ce3ff78  libwebsockets-4.0.21.tar.gz
> +sha256  8fdb1454a1b34cd9a6351beaab237a485e6853806101de7e62bd2bc250bb50af  libwebsockets-4.3.1.tar.gz
>   sha256  5756db345eb9c21cb06dd7cb69c38ec234657a233f9a186b4f5fa453681bd394  LICENSE

  Hash of the license file changed. Could you check what changed - in 
particular, if anything changed about the license itself (usually, however, it's 
just an update of the copyright year). Document your findings in the commit 
message. And of course, update the hash of the LICENSE file.

  Until then, I've marked your patch as Changes Requested.

  Thanks!

  Regards,
  Arnout

> diff --git a/package/libwebsockets/libwebsockets.mk b/package/libwebsockets/libwebsockets.mk
> index c25686d385..152659cee6 100644
> --- a/package/libwebsockets/libwebsockets.mk
> +++ b/package/libwebsockets/libwebsockets.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBWEBSOCKETS_VERSION = 4.0.21
> +LIBWEBSOCKETS_VERSION = 4.3.1
>   LIBWEBSOCKETS_SITE = $(call github,warmcat,libwebsockets,v$(LIBWEBSOCKETS_VERSION))
>   LIBWEBSOCKETS_LICENSE = MIT with exceptions
>   LIBWEBSOCKETS_LICENSE_FILES = LICENSE
diff mbox series

Patch

diff --git a/package/libwebsockets/libwebsockets.hash b/package/libwebsockets/libwebsockets.hash
index 1761a7658a..f92c66018f 100644
--- a/package/libwebsockets/libwebsockets.hash
+++ b/package/libwebsockets/libwebsockets.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  6ece1f422c6d38aabedec2476f2ac12e9aede8691b08137068ad85545ce3ff78  libwebsockets-4.0.21.tar.gz
+sha256  8fdb1454a1b34cd9a6351beaab237a485e6853806101de7e62bd2bc250bb50af  libwebsockets-4.3.1.tar.gz
 sha256  5756db345eb9c21cb06dd7cb69c38ec234657a233f9a186b4f5fa453681bd394  LICENSE
diff --git a/package/libwebsockets/libwebsockets.mk b/package/libwebsockets/libwebsockets.mk
index c25686d385..152659cee6 100644
--- a/package/libwebsockets/libwebsockets.mk
+++ b/package/libwebsockets/libwebsockets.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-LIBWEBSOCKETS_VERSION = 4.0.21
+LIBWEBSOCKETS_VERSION = 4.3.1
 LIBWEBSOCKETS_SITE = $(call github,warmcat,libwebsockets,v$(LIBWEBSOCKETS_VERSION))
 LIBWEBSOCKETS_LICENSE = MIT with exceptions
 LIBWEBSOCKETS_LICENSE_FILES = LICENSE