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

[iceoryx] Update to 2.0.3 #29451

Merged
merged 3 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions ports/iceoryx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eclipse-iceoryx/iceoryx
REF "v${VERSION}"
SHA512 a354ed59eab8730238c828a6477bc6d9f8a5c27009e72406dd2f081cd1d490888d6c1ef31609b35599d30da6e32c1d9ddfaad2f5f50360dcd95015febba3d1ff
HEAD_REF master
SHA512 b860452373dc41d6b0dd0042d1fc4c97621f143d20e9354a1572126ab815ee0cec6548ddfab9fa276943ed33d9ffd8810243e67eb5fae1d11f18ef0b2b074650 HEAD_REF master
PATCHES
acl.patch
)
Expand Down
3 changes: 1 addition & 2 deletions ports/iceoryx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "iceoryx",
"version": "2.0.2",
"port-version": 1,
"version": "2.0.3",
"description": "True zero-copy inter-process-communication",
"homepage": "https://iceoryx.io",
"license": "Apache-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 @@ -3041,8 +3041,8 @@
"port-version": 0
},
"iceoryx": {
"baseline": "2.0.2",
"port-version": 1
"baseline": "2.0.3",
"port-version": 0
},
"icu": {
"baseline": "72.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/iceoryx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "25162dafd0b3ef400e6e93e5206a17436882b400",
"version": "2.0.3",
"port-version": 0
},
{
"git-tree": "01c97cf0c2e2ba63c406b8b0d2b51443dec98ee2",
"version": "2.0.2",
Expand Down