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.3.10 [open62541pp] Update to 0.13.0 #38953

Merged
Merged
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.

8 changes: 5 additions & 3 deletions ports/open62541/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541/open62541
REF "v${VERSION}"
SHA512 8771a70d1f38f2a02f21281200d98fdd8d41d842cc82704155793529a1768beeb2583382f7547e6aaefdab4a17c3130779af792b2a59487889a3cdea4a2fa776
SHA512 47e2a8af03e3e6dfbf6edcf3bec665a639c5cd6a826d987bb72eafb981e0ebfde01f36e624798fa529e8fcd83b6f22972538c4ea181ccd1a5bd5988bd87331c5
HEAD_REF master
PATCHES
disable-docs.patch
)

# disable docs
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
Expand Down
2 changes: 1 addition & 1 deletion 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.3.10",
"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 Down
3 changes: 1 addition & 2 deletions ports/open62541pp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541pp/open62541pp
REF "v${VERSION}"
SHA512 7dc598ae373009c181b06b3768178d26a55880356984a24cef9758240efa7c827286a926222d6c225313a4f5b2d1abab9135794db8e216dac0f050ed3b471f25
SHA512 77dbcc26330271ddffe1fc58a192f01fca43d18de1df4e36fae65f86b6fa3af30f22589beb0a56f654830946ee3ab0518e37246deff4df99cb9950ec1f60f2bf
HEAD_REF master
)

Expand All @@ -25,4 +25,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
4 changes: 0 additions & 4 deletions ports/open62541pp/usage

This file was deleted.

2 changes: 1 addition & 1 deletion ports/open62541pp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open62541pp",
"version": "0.12.0",
"version": "0.13.0",
"description": "C++ wrapper of the open62541 OPC UA library",
"homepage": "https://open62541pp.github.io/open62541pp/",
"license": "MPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6393,11 +6393,11 @@
"port-version": 0
},
"open62541": {
"baseline": "1.3.9",
"baseline": "1.3.10",
"port-version": 0
},
"open62541pp": {
"baseline": "0.12.0",
"baseline": "0.13.0",
"port-version": 0
},
"openal-soft": {
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": "bedb658fa6b1d3391dd610294780fb65176be639",
"version": "1.3.10",
"port-version": 0
},
{
"git-tree": "2cab251773b17791187e59d83a27ec09d344a49c",
"version": "1.3.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/open62541pp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ec958a6215e6f08519e24ece87789a9e5ff5e276",
"version": "0.13.0",
"port-version": 0
},
{
"git-tree": "2923db9f93aa0d81cb6c2f9bc11f1f8dee713e4f",
"version": "0.12.0",
Expand Down