[Bug 262552] net/mosquitto: Mosquitto websockets support not working

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 16 Feb 2023 06:52:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262552

--- Comment #24 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=7a57329645f1189d8708f3624f59cd6115c0c706

commit 7a57329645f1189d8708f3624f59cd6115c0c706
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-02-16 06:32:10 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-02-16 06:33:40 +0000

    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>

 net/libwebsockets/Makefile                         | 15 +++++----
 net/libwebsockets/distinfo                         |  6 ++--
 ...ake_libwebsockets-config-version.cmake.in (new) |  8 +++++
 .../files/patch-lib_CMakeLists.txt (new)           | 38 ++++++++++++++++++++++
 net/libwebsockets/pkg-plist                        |  6 +++-
 5 files changed, 62 insertions(+), 11 deletions(-)

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