diff --git a/common/shlibs b/common/shlibs index 97a5abc7cc2..d441c901f61 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2254,7 +2254,7 @@ libcvm-v2client.so.1 cvm-0.97_1 libudns.so.0 udns-0.4_1 libcriu.so.2 criu-3.13_2 libcompel.so.1 criu-3.13_2 -libwebsockets.so.15 libwebsockets-3.2.2_5 +libwebsockets.so.19 libwebsockets-4.3.2_1 libnfc.so.6 libnfc-1.8.0_1 libfuzzy.so.2 libfuzzy-2.12_1 libSDL_gfx.so.15 SDL_gfx-2.0.25_2 diff --git a/srcpkgs/libwebsockets/template b/srcpkgs/libwebsockets/template index 9311fe3afcd..8bacc4c465a 100644 --- a/srcpkgs/libwebsockets/template +++ b/srcpkgs/libwebsockets/template @@ -1,20 +1,22 @@ # Template file for 'libwebsockets' pkgname=libwebsockets -version=3.2.2 -revision=5 +version=4.3.2 +revision=1 build_style=cmake configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON - -DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON" + -DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON -DLWS_WITH_EVLIB_PLUGINS=OFF" makedepends="libcap-devel libev-devel libuv-devel openssl-devel zlib-devel" short_desc="Lightweight client and server websocket library" maintainer="Enno Boland " -license="LGPL-2.1-only" +license="MIT" homepage="https://libwebsockets.org" -changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/v3.0-stable/changelog" +changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/main/changelog" distfiles="https://github.com/warmcat/libwebsockets/archive/v${version}.tar.gz" -checksum=166d6e17cab64bfc10c2a71799c298284540a1fa63f6ea3de5caccb34502243c +checksum=6a85a1bccf25acc7e8e5383e4934c9b32a102880d1e4c37c70b27ae2a42406e1 -CFLAGS="-Wno-error" +post_install() { + vlicense LICENSE +} libwebsockets-devel_package() { depends="libwebsockets>=${version}_${revision} libcap-devel libev-devel openssl-devel libuv-devel"