mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Mosquitto: major update to version 2.0
Major release, full release notes available at: https://mosquitto.org/blog/2020/12/version-2-0-0-released/ Tested on ath79, ssl full, ssl trimmed and non-ssl builds, and also all at the same time. Users may/will run into some of the changes in default authentication. Note https://mosquitto.org/documentation/migrating-to-2-0/ for tips on migrating. Patch included has already merged upstream, but didn't make the release: https://github.com/eclipse/mosquitto/pull/1930 Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
committed by
Karl Palsson
parent
2973f85310
commit
7218ff0318
@@ -5,6 +5,22 @@ config MOSQUITTO_LWS
|
||||
help
|
||||
Includes websockets support in the broker, via libwebsockets
|
||||
|
||||
config MOSQUITTO_CTRL
|
||||
bool "Include mosquitto_ctrl utility"
|
||||
depends on PACKAGE_mosquitto-ssl
|
||||
default y
|
||||
help
|
||||
mosquitto_ctrl is a tool for managing the broker at run time.
|
||||
|
||||
config MOSQUITTO_DYNAMIC_SECURITY
|
||||
bool "Install mosquitto_dynamic_security.so"
|
||||
depends on PACKAGE_mosquitto-ssl
|
||||
default y
|
||||
help
|
||||
This enables the dynamic security modes documented at
|
||||
https://mosquitto.org/documentation/dynamic-security/
|
||||
but does add ~88kB. If you're not using it, you can disable it
|
||||
|
||||
config MOSQUITTO_PASSWD
|
||||
bool "Include mosquitto_passwd utility"
|
||||
depends on PACKAGE_mosquitto-ssl
|
||||
|
||||
Reference in New Issue
Block a user