From 3a9cf51ab38b6a3a095241b8e87eab7e5b5bd617 Mon Sep 17 00:00:00 2001 From: Johannes Agricola Date: Mon, 11 Apr 2022 10:23:09 +0200 Subject: [PATCH] package/libwebsockets: bump to version 4.3.1 This is quite a version jump, so there are a lot of individual changes, see: https://github.com/warmcat/libwebsockets/blob/v4.3.1/changelog LICENSE has also changed: - More items with license "MIT" were added: - lib/misc/base64-decode.c - lib/plat/windows/windows-resolv.c - One more item with a 2-Clause BSD license was added: - lib/misc/ieeehalfprecision.c - Sublicense texts were copied into LICENSE These should still be compatible with "MIT with exceptions" stated in `libwebsockets.mk`. Signed-off-by: Johannes Agricola Signed-off-by: Yann E. MORIN --- package/libwebsockets/libwebsockets.hash | 4 ++-- package/libwebsockets/libwebsockets.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libwebsockets/libwebsockets.hash b/package/libwebsockets/libwebsockets.hash index 1761a7658a..e39d6e1853 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 5756db345eb9c21cb06dd7cb69c38ec234657a233f9a186b4f5fa453681bd394 LICENSE +sha256 8fdb1454a1b34cd9a6351beaab237a485e6853806101de7e62bd2bc250bb50af libwebsockets-4.3.1.tar.gz +sha256 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28 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