Important changes from the v1.4.16 patch release notes: - server: Block transfer of subscriptions between anonymous users - server: Track transferred subscriptions for correct diagnostics counter update - client: Don't close the SecureChannel when the servers sends a late async response - pubsub: Add null check after UA_Array_new in addDataSetReaderConfig - pubsub: Prevent NULL dereference in UA_DataSetMessage_decodeBinary - pubsub: Initialize value in UA_NetworkMessage_decodePayload to avoid undefined behavior
Signed-off-by: Johannes Kauffmann <[email protected]> --- .../opcua/{open62541_1.4.15.bb => open62541_1.4.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/opcua/{open62541_1.4.15.bb => open62541_1.4.16.bb} (98%) diff --git a/meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb b/meta-networking/recipes-protocols/opcua/open62541_1.4.16.bb similarity index 98% rename from meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb rename to meta-networking/recipes-protocols/opcua/open62541_1.4.16.bb index 15dbd4b2dc..32f7148f4b 100644 --- a/meta-networking/recipes-protocols/opcua/open62541_1.4.15.bb +++ b/meta-networking/recipes-protocols/opcua/open62541_1.4.16.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "\ " SRCREV_FORMAT = "opcua_mdnsd_ua-nodeset_mqtt-c" -SRCREV_opcua = "45e4cd3ef6c79a8e503d37c9f5c89fefe90d99db" +SRCREV_opcua = "f63e2a819aff6e468242dc2e54ccbd5b75d63654" SRCREV_mdnsd = "488d24fb9d427aec77df180268f0291eeee7fb8b" SRCREV_ua-nodeset = "d1bb6a22125bd7cd986272b1ee98a18a91d76fff" SRCREV_mqtt-c = "0f4c34c8cc00b16cfee094745d68b8cdbaecd8e0" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124504): https://lists.openembedded.org/g/openembedded-devel/message/124504 Mute This Topic: https://lists.openembedded.org/mt/117889965/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
