From 6de011f52090e910f01b9df7345777eaf23f15d2 Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann Date: Thu, 19 Feb 2026 11:18:34 +0100 Subject: [PATCH] open62541: update to v1.4.16 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 Signed-off-by: Khem Raj --- .../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"