mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
asyncmqtt: upgrade 10.2.5 -> 10.2.6
Changelog: ============== * Removed unintentional copy requiment from some of async functions parameter. * Fixed Heap-use-after-free during broker shutdown. * Rifined documents. * Added TLS Websocket verify none port to broker for browser. * Added Cerfiticate file's digitalSignature to keyUsage. * Fixed wss connection from Web Browser handshake failed problem. * Changed trial broker on `async-mqtt.redboltz.net` ws and wss port. * ws was 10080 but Chrome block it by default. Updated to 80. * wss was 10443 but Chrome doesn't block it by default. But for consistency, updated to 443. * system_test still uses 10080 and 10443 to avoid conflict. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3e7e052f23
commit
43779307f4
|
|
@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
|
|||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
|
||||
|
||||
SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
|
||||
SRCREV = "deeb7e36df859af0e90d2462012c48465ba49f0f"
|
||||
SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9"
|
||||
|
||||
DEPENDS = "openssl boost"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user