Skip to content

Commit

Permalink
[open62541] Upgrade to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed May 27, 2024
1 parent 01f6021 commit 7b78d75
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 28 deletions.
20 changes: 0 additions & 20 deletions ports/open62541/disable-docs.patch

This file was deleted.

14 changes: 11 additions & 3 deletions ports/open62541/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
vcpkg_download_distfile(PATCH_6501
URLS https://github.com/open62541/open62541/commit/14c1d6fb1175257b624bcd509817887f5e8a2543.patch?full_index=1
SHA512 c7ae62bbab66bdb306b7aded3bd0fc3d63ccc082528475151d1ffecb743a34227a2694294d5f8d17949a24f87d853337c948fcc995a2da4b85c198c4ed47ab4d
FILENAME 14c1d6fb1175257b624bcd509817887f5e8a2543.patch
)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541/open62541
REF "v${VERSION}"
SHA512 8771a70d1f38f2a02f21281200d98fdd8d41d842cc82704155793529a1768beeb2583382f7547e6aaefdab4a17c3130779af792b2a59487889a3cdea4a2fa776
SHA512 e0a2f9e748ee1b27b0bd400d56b6e90602d545c7a5c794ba9a1ccd1ab15bde3c2908440ec1662b4a6980b9e7ffcf532018f8894821405f8edbd5f0168ca4ccf3
HEAD_REF master
PATCHES
disable-docs.patch
"${PATCH_6501}"
)

vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "add_subdirectory(doc)" "")
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "include(linting_target)" "")

vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
amalgamation UA_ENABLE_AMALGAMATION
historizing UA_ENABLE_HISTORIZING
)

Expand Down
5 changes: 1 addition & 4 deletions ports/open62541/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open62541",
"version": "1.3.9",
"version": "1.4.1",
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
"homepage": "https://open62541.org",
"license": "MPL-2.0",
Expand All @@ -19,9 +19,6 @@
"openssl"
],
"features": {
"amalgamation": {
"description": "Concatenate the library to a single file open62541.h/.c"
},
"historizing": {
"description": "Enable basic support for historical access (client and server)"
},
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6393,7 +6393,7 @@
"port-version": 0
},
"open62541": {
"baseline": "1.3.9",
"baseline": "1.4.1",
"port-version": 0
},
"open62541pp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/open62541.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b99fdf8b2d1406e3bd71f5c718cd7f7a2219b786",
"version": "1.4.1",
"port-version": 0
},
{
"git-tree": "2cab251773b17791187e59d83a27ec09d344a49c",
"version": "1.3.9",
Expand Down

0 comments on commit 7b78d75

Please sign in to comment.