From: Wang Mingyu <[email protected]>

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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 43779307f45dae2b790e0cba906959950df85fb2)
Signed-off-by: Ankur Tyagi <[email protected]>
---
 .../asyncmqtt/{asyncmqtt_10.2.5.bb => asyncmqtt_10.2.6.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/asyncmqtt/{asyncmqtt_10.2.5.bb => 
asyncmqtt_10.2.6.bb} (87%)

diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb 
b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb
similarity index 87%
rename from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb
rename to meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb
index 82c657fc17..6a73543821 100644
--- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb
+++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb
@@ -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"
 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122537): 
https://lists.openembedded.org/g/openembedded-devel/message/122537
Mute This Topic: https://lists.openembedded.org/mt/116711322/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to