[open62541] Update to 1.3.9 (#36406)

* [open62541] Update to 1.3.9

* version
This commit is contained in:
Thomas1664 2024-01-31 23:40:10 +01:00 committed by GitHub
parent 75b18d6e72
commit 7763cf3b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 33 additions and 8 deletions

View File

@ -0,0 +1,20 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a051f12f..a751b6d83 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1529,7 +1529,6 @@ target_link_libraries(open62541 ${open62541_LIBRARIES})
##########################
# always include, builds with make doc
-add_subdirectory(doc)
if(UA_BUILD_EXAMPLES)
if(UA_ENABLE_AMALGAMATION)
@@ -1565,7 +1564,6 @@ endif()
########################
# Linting as target #
########################
-include(linting_target)
##########################
# Installation #

View File

@ -2,8 +2,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO open62541/open62541 REPO open62541/open62541
REF "v${VERSION}" REF "v${VERSION}"
SHA512 48ae61fd096c3a45f57ecc70bec9bb4223d046eed017532937c99883e4e92f79d7425b4db02c1a7e451764b787313efd76b2ae3cd3011d575154199d5350a790 SHA512 8771a70d1f38f2a02f21281200d98fdd8d41d842cc82704155793529a1768beeb2583382f7547e6aaefdab4a17c3130779af792b2a59487889a3cdea4a2fa776
HEAD_REF master HEAD_REF master
PATCHES
disable-docs.patch
) )
vcpkg_check_features( vcpkg_check_features(
@ -35,12 +37,11 @@ vcpkg_cmake_configure(
${OPEN62541_ENCRYPTION_OPTIONS} ${OPEN62541_ENCRYPTION_OPTIONS}
"-DOPEN62541_VERSION=v${VERSION}" "-DOPEN62541_VERSION=v${VERSION}"
-DUA_MSVC_FORCE_STATIC_CRT=OFF -DUA_MSVC_FORCE_STATIC_CRT=OFF
OPTIONS_DEBUG -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
-DCMAKE_DEBUG_POSTFIX=d
) )
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}") vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/open62541")
vcpkg_copy_pdbs() vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()

View File

@ -1,7 +1,6 @@
{ {
"name": "open62541", "name": "open62541",
"version": "1.3.8", "version": "1.3.9",
"port-version": 2,
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.", "description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
"homepage": "https://open62541.org", "homepage": "https://open62541.org",
"license": "MPL-2.0", "license": "MPL-2.0",

View File

@ -6265,8 +6265,8 @@
"port-version": 0 "port-version": 0
}, },
"open62541": { "open62541": {
"baseline": "1.3.8", "baseline": "1.3.9",
"port-version": 2 "port-version": 0
}, },
"open62541pp": { "open62541pp": {
"baseline": "0.11.0", "baseline": "0.11.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2cab251773b17791187e59d83a27ec09d344a49c",
"version": "1.3.9",
"port-version": 0
},
{ {
"git-tree": "6bfbedbf2007596294583ab894f5481d754991f2", "git-tree": "6bfbedbf2007596294583ab894f5481d754991f2",
"version": "1.3.8", "version": "1.3.8",