diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-16 06:32:10 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-16 06:33:40 +0000 |
commit | 7a57329645f1189d8708f3624f59cd6115c0c706 (patch) | |
tree | e8d7ce9459268c83c7a9d30dee28d1edf4a2e617 /net/libwebsockets/pkg-plist | |
parent | 6f54d065a9d6bbfc471531025bf1a478b1b8d72b (diff) | |
download | ports-7a57329645f1189d8708f3624f59cd6115c0c706.tar.gz ports-7a57329645f1189d8708f3624f59cd6115c0c706.zip |
net/libwebsockets: Update to 4.3.2
Adjust configuration options to closer match other distributions and
also upstream's recommendations. Mosquitto also requires
LWS_WITH_EXTERNAL_POLL to be enabled when linked with this library.
Enable following options:
LWS_WITH_DISKCACHE, LWS_WITH_FTS, LWS_WITH_RANGES, LWS_WITH_THREADPOOL
and (LWS_WITH_EXTERNAL_POLL via MQTT option). Use SHA1 via OpenSSL
(LWS_WITHOUT_BUILTIN_SHA1)
While at also adjust .cmake and .pc files to properly report version
Changelog: https://github.com/warmcat/libwebsockets/blob/v4.3.0/changelog
https://github.com/warmcat/libwebsockets/compare/v4.3.0...v4.3.2
PR: 262552
Reported by: Leo Schneider <ttkdroid@gmail.com>
Tested by: Rod Morgan <rmorgan@portmorgan.com>
Diffstat (limited to 'net/libwebsockets/pkg-plist')
-rw-r--r-- | net/libwebsockets/pkg-plist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/libwebsockets/pkg-plist b/net/libwebsockets/pkg-plist index f3933d39f15c..cbe09a5b2282 100644 --- a/net/libwebsockets/pkg-plist +++ b/net/libwebsockets/pkg-plist @@ -11,11 +11,13 @@ include/libwebsockets/lws-async-dns.h include/libwebsockets/lws-bb-i2c.h include/libwebsockets/lws-bb-spi.h include/libwebsockets/lws-button.h +include/libwebsockets/lws-cache-ttl.h include/libwebsockets/lws-callbacks.h include/libwebsockets/lws-cgi.h include/libwebsockets/lws-client.h include/libwebsockets/lws-conmon.h include/libwebsockets/lws-context-vhost.h +include/libwebsockets/lws-cose.h include/libwebsockets/lws-dbus.h include/libwebsockets/lws-diskcache.h include/libwebsockets/lws-display.h @@ -38,10 +40,12 @@ include/libwebsockets/lws-jose.h include/libwebsockets/lws-jwe.h include/libwebsockets/lws-jwk.h include/libwebsockets/lws-jws.h +include/libwebsockets/lws-lecp.h include/libwebsockets/lws-led.h include/libwebsockets/lws-lejp.h include/libwebsockets/lws-logs.h include/libwebsockets/lws-lwsac.h +include/libwebsockets/lws-map.h include/libwebsockets/lws-metrics.h include/libwebsockets/lws-misc.h include/libwebsockets/lws-mqtt.h @@ -91,7 +95,7 @@ lib/cmake/libwebsockets/libwebsockets-config.cmake %%LIBUV%%lib/libwebsockets-evlib_uv.so lib/libwebsockets.a lib/libwebsockets.so -lib/libwebsockets.so.18 +lib/libwebsockets.so.19 libdata/pkgconfig/libwebsockets.pc libdata/pkgconfig/libwebsockets_static.pc %%PLUGINS%%%%DATADIR%%-test-server/deaddrop/deaddrop.css |