Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 2020 13:17:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250805] net/libwebsockets: update to 4.0.21
Message-ID:  <bug-250805-7788-gEcD6AtJ2s@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250805-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250805-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250805

--- Comment #4 from Iblis Lin <iblis@hs.ntnu.edu.tw> ---
(In reply to s.dirkwinkel from comment #3)

> LWS_ROLE_MQTT and maybe the secure streams seem like they might be OPTIONS

(Y)




@@ -27,7 +27,7 @@ CMAKE_ARGS=3D   -DLWS_WITHOUT_TESTAPPS=3DON \
                -DLWS_WITHOUT_TEST_CLIENT=3DON

 OPTIONS_DEFINE=3D        HTTP2 HTTP_PROXY IPV6 LIBEV LIBUV UNIX_SOCK WEBSE=
RVER
PLUGINS \
-               SOCKS5
+               SOCKS5 MQTT SECURE_STREAMS
 OPTIONS_DEFAULT=3DHTTP2 LIBUV
 OPTIONS_SUB=3D   yes

@@ -36,6 +36,8 @@ HTTP_PROXY_DESC=3D      HTTP proxy support
 LIBUV_DESC=3D    Asynchronous I/O support via libuv
 UNIX_SOCK_DESC=3D        Unix domain socket support
 SOCKS5_DESC=3D   Allow use of SOCKS5 proxy on client connections
+MQTT_DESC=3D             MQTT client support
+SECURE_STREAMS_DESC=3D   Secure Streams API support

 HTTP2_CMAKE_ON=3D        -DLWS_WITH_HTTP2=3DON

@@ -63,4 +65,10 @@ PLUGINS_LIB_DEPENDS=3D libsqlite3.so:databases/sqlite3

 SOCKS5_CMAKE_ON=3D       -DLWS_WITH_SOCKS5=3DON

+MQTT_CMAKE_ON=3D         -DLWS_ROLE_MQTT=3DON
+
+SECURE_STREAMS_CMAKE_ON=3D-DLWS_WITH_SECURE_STREAMS=3DON \
+                       -DLWS_WITH_SECURE_STREAMS_PROXY_API=3DON \
+                       -DLWS_WITH_SECURE_STREAMS_SYS_AUTH_API_AMAZON_COM=
=3DON
+
 .include <bsd.port.mk>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250805-7788-gEcD6AtJ2s>