Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2023 06:52:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262552] net/mosquitto: Mosquitto websockets support not working
Message-ID:  <bug-262552-7788-n2uzACBZFb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262552-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262552-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=3D262552

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D7a57329645f1189d8708f3624f59cd6=
115c0c706

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/changel=
og
    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(-)

--=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-262552-7788-n2uzACBZFb>