From 7cb7ba79be09a04fb39ae6bc62ec625aba5a2941 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:10:55 +0800 Subject: [PATCH] [iceoryx] update to 2.0.6 (#41361) --- ports/iceoryx/portfile.cmake | 2 +- ports/iceoryx/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/i-/iceoryx.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/iceoryx/portfile.cmake b/ports/iceoryx/portfile.cmake index 3956f9dc31..bde5ec3313 100644 --- a/ports/iceoryx/portfile.cmake +++ b/ports/iceoryx/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO eclipse-iceoryx/iceoryx REF "v${VERSION}" - SHA512 0fc259147cb60137891ea005eda683245b6ef38c3b35fd8735d2a89f8f1d1fe5096ad1075a918277ee58f3f50c2b145dc3dc6de9484843bfc0398c80b7940e2b + SHA512 708c113f8b4e5a23830172cd67414cb6fa389f9bc34a5979b27131c3180d6758ca50257baa86cb6f74bcff71b24237cffc0e697964a7c0326e9018fbf7885c09 HEAD_REF master PATCHES acl.patch diff --git a/ports/iceoryx/vcpkg.json b/ports/iceoryx/vcpkg.json index c59896dca5..3aad8e82c2 100644 --- a/ports/iceoryx/vcpkg.json +++ b/ports/iceoryx/vcpkg.json @@ -1,6 +1,6 @@ { "name": "iceoryx", - "version": "2.0.5", + "version": "2.0.6", "description": "True zero-copy inter-process-communication", "homepage": "https://iceoryx.io", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index a7276c7b92..9c9fc669b3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3541,7 +3541,7 @@ "port-version": 1 }, "iceoryx": { - "baseline": "2.0.5", + "baseline": "2.0.6", "port-version": 0 }, "icu": { diff --git a/versions/i-/iceoryx.json b/versions/i-/iceoryx.json index 6d2d889579..5764f57576 100644 --- a/versions/i-/iceoryx.json +++ b/versions/i-/iceoryx.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "8018622ded2c8e174b5ef1da63008580b414ad93", + "version": "2.0.6", + "port-version": 0 + }, { "git-tree": "477aa79e85cf40785cfc5aee9dc0bf7203571793", "version": "2.0.5",