Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[open62541] Update to 1.4.1 #38922

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ports/qtopcua/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtopcua",
"version": "6.7.0",
"port-version": 1,
"description": "The Qt OPC UA module implements a Qt API to interact with OPC UA on top of a 3rd party OPC UA stack.",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down Expand Up @@ -45,7 +46,6 @@
"name": "open62541",
"default-features": false,
"features": [
"amalgamation",
"historizing",
"openssl"
]
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -7406,7 +7406,7 @@
},
"qtopcua": {
"baseline": "6.7.0",
"port-version": 0
"port-version": 1
},
"qtpositioning": {
"baseline": "6.7.0",
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
5 changes: 5 additions & 0 deletions versions/q-/qtopcua.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9e64aecf27f0cb6f54d971be155272bc4fd7c84b",
"version": "6.7.0",
"port-version": 1
},
{
"git-tree": "6ccc54814fa0de5f91425e29f2258c96e42e48cb",
"version": "6.7.0",
Expand Down
Loading