From bbd06621f984f5b18cd86059ad717397619fb845 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:40:20 +0800 Subject: [PATCH] [fastcdr] update to 2.2.4 (#41334) --- ports/fastcdr/portfile.cmake | 2 +- ports/fastcdr/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/f-/fastcdr.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/fastcdr/portfile.cmake b/ports/fastcdr/portfile.cmake index f91b6e4fe9..404fb1567f 100644 --- a/ports/fastcdr/portfile.cmake +++ b/ports/fastcdr/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO eProsima/Fast-CDR REF "v${VERSION}" - SHA512 4e3b39f371393e2be2b2a33cba1284f5eef9dea3e27ec8904db3f90b88b04aefbec2f095c078c7f4975bef4a7fb4a0dd53236636c4353a40378172559313f5c7 + SHA512 cf664c036e673f6eb2f11fb949b89f85cef830bae46116df1826f14d1985a856a46f0c5986657ea4d90feb488c94032038e294f368b9e5a31b0ed0d2043c2071 HEAD_REF master PATCHES pdb-file.patch diff --git a/ports/fastcdr/vcpkg.json b/ports/fastcdr/vcpkg.json index a7bf69ceaf..85465b24c7 100644 --- a/ports/fastcdr/vcpkg.json +++ b/ports/fastcdr/vcpkg.json @@ -1,6 +1,6 @@ { "name": "fastcdr", - "version-semver": "2.2.1", + "version-semver": "2.2.4", "description": "eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.", "homepage": "https://github.com/eProsima/Fast-CDR", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index 92c19faeaa..1f3aa12e8e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2665,7 +2665,7 @@ "port-version": 0 }, "fastcdr": { - "baseline": "2.2.1", + "baseline": "2.2.4", "port-version": 0 }, "fastcgi": { diff --git a/versions/f-/fastcdr.json b/versions/f-/fastcdr.json index b557d6f824..6c2fe3ee5a 100644 --- a/versions/f-/fastcdr.json +++ b/versions/f-/fastcdr.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6e448463e1ee4b0724b5e6e6a0df3011ef255653", + "version-semver": "2.2.4", + "port-version": 0 + }, { "git-tree": "3d1487d4af6d136031c30effdcabb6c9e0a1738a", "version-semver": "2.2.1",