Skip to content

Commit

Permalink
chore(deps): update deps/open62541 digest to 1fea0ec
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 9d372b9 commit 35c9dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/open62541
Submodule open62541 updated 75 files
+105 −70 CMakeLists.txt
+2 −3 arch/eventloop_posix_tcp.c
+1 −1 deps/README.md
+2 −2 doc/CMakeLists.txt
+22 −72 doc/building.rst
+0 −2 include/open62541/config.h.in
+0 −2 src/client/ua_client_subscriptions.c
+4 −2 src/pubsub/ua_pubsub_manager.c
+0 −12 src/pubsub/ua_pubsub_ns0.c
+0 −1 src/server/ua_server_async.c
+0 −4 src/server/ua_server_ns0_diagnostics.c
+0 −41 src/server/ua_subscription_alarms_conditions.c
+88 −94 src/ua_types_encoding_json.c
+1 −0 tests/check_types_builtin_xml.c
+1 −0 tests/encryption/check_cert_generation.c
+1 −0 tests/nodeset-compiler/check_nodeset_compiler_adi.c
+1 −0 tests/nodeset-compiler/check_nodeset_compiler_autoid.c
+1 −0 tests/nodeset-compiler/check_nodeset_compiler_plc.c
+1 −0 tests/nodeset-compiler/check_nodeset_compiler_testnodeset.c
+19 −17 tests/nodeset-loader/add_node_integration_test/CMakeLists.txt
+1 −0 tests/nodeset-loader/check_nodeset_loader_adi.c
+1 −0 tests/nodeset-loader/check_nodeset_loader_compare_di.c
+1 −0 tests/nodeset-loader/check_nodeset_loader_ordering_di.c
+1 −0 tests/nodeset-loader/check_nodeset_loader_testnodeset.c
+1 −0 tests/nodeset-loader/check_nodeset_loader_ua_nodeset.c
+1 −0 tests/pubsub/check_pubsub_config_freeze.c
+1 −0 tests/pubsub/check_pubsub_configuration.c
+1 −0 tests/pubsub/check_pubsub_connection_ethernet.c
+1 −0 tests/pubsub/check_pubsub_connection_ethernet_etf.c
+1 −0 tests/pubsub/check_pubsub_connection_mqtt.c
+1 −0 tests/pubsub/check_pubsub_connection_udp.c
+1 −0 tests/pubsub/check_pubsub_connection_xdp.c
+1 −0 tests/pubsub/check_pubsub_decryption.c
+1 −0 tests/pubsub/check_pubsub_encoding.c
+1 −0 tests/pubsub/check_pubsub_encoding_custom.c
+1 −0 tests/pubsub/check_pubsub_encoding_json.c
+1 −0 tests/pubsub/check_pubsub_encrypted_rt_levels.c
+1 −0 tests/pubsub/check_pubsub_encryption.c
+1 −0 tests/pubsub/check_pubsub_encryption_aes256.c
+1 −0 tests/pubsub/check_pubsub_get_state.c
+1 −0 tests/pubsub/check_pubsub_informationmodel.c
+1 −0 tests/pubsub/check_pubsub_informationmodel_methods.c
+1 −0 tests/pubsub/check_pubsub_mqtt.c
+1 −0 tests/pubsub/check_pubsub_multiple_subscribe_rt_levels.c
+1 −0 tests/pubsub/check_pubsub_pds.c
+1 −0 tests/pubsub/check_pubsub_publish.c
+1 −0 tests/pubsub/check_pubsub_publish_ethernet.c
+1 −0 tests/pubsub/check_pubsub_publish_ethernet_etf.c
+1 −0 tests/pubsub/check_pubsub_publish_json.c
+1 −0 tests/pubsub/check_pubsub_publish_rt_levels.c
+1 −0 tests/pubsub/check_pubsub_publisherid.c
+1 −0 tests/pubsub/check_pubsub_publishspeed.c
+1 −0 tests/pubsub/check_pubsub_sks_client.c
+1 −0 tests/pubsub/check_pubsub_sks_keystorage.c
+1 −0 tests/pubsub/check_pubsub_sks_pull.c
+1 −0 tests/pubsub/check_pubsub_sks_push.c
+1 −0 tests/pubsub/check_pubsub_sks_securitygroups.c
+1 −0 tests/pubsub/check_pubsub_subscribe.c
+1 −0 tests/pubsub/check_pubsub_subscribe_config_freeze.c
+1 −0 tests/pubsub/check_pubsub_subscribe_encrypted.c
+1 −0 tests/pubsub/check_pubsub_subscribe_msgrcvtimeout.c
+1 −0 tests/pubsub/check_pubsub_subscribe_rt_levels.c
+1 −0 tests/pubsub/check_pubsub_udp_unicast.c
+1 −0 tests/server/check_server_alarmsconditions.c
+1 −1 tools/cmake/linting_target.cmake
+13 −1 tools/cmake/open62541Config.cmake.in
+1 −5 tools/open62541.pc.in
+3 −3 tools/packaging/debian/changelog
+2 −1 tools/packaging/debian/control-template
+112 −374 tools/packaging/debian/copyright
+1 −1 tools/packaging/debian/libopen62541-dev.install-template
+5 −9 tools/packaging/debian/libopen62541-tools.install-template
+14 −0 tools/packaging/debian/rules
+0 −14 tools/packaging/debian/rules-template
+5 −19 tools/prepare_packaging.py

0 comments on commit 35c9dad

Please sign in to comment.