From 46de9194b983c5d156360476a513a39ef8ee9cf0 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:36:36 +0800 Subject: [PATCH] [libcbor] update to 0.11.0 (#37206) - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [X] SHA512s are updated for each updated download - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. --- ports/libcbor/portfile.cmake | 3 ++- ports/libcbor/vcpkg.json | 6 +++++- versions/baseline.json | 2 +- versions/l-/libcbor.json | 5 +++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ports/libcbor/portfile.cmake b/ports/libcbor/portfile.cmake index 40deddffa3..33ad5ad80a 100644 --- a/ports/libcbor/portfile.cmake +++ b/ports/libcbor/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO PJK/libcbor REF "v${VERSION}" - SHA512 23c6177443778d4b4833ec7ed0d0e639a0d4863372e3a38d772fdce2673eae6d5cb2a31a2a021d1a699082ea53494977c907fd0e94149b97cb23a4b6d039228a + SHA512 c14aaa55c0c82e09b9eb2cc6847951d1bac8a081a247776c507d5450367da5717b1056bad09fb0f0178311de8754e8f89c060e0fc0f400fafdc42de441421e66 HEAD_REF master ) @@ -18,6 +18,7 @@ vcpkg_cmake_configure( vcpkg_cmake_build() vcpkg_cmake_install() +vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_copy_pdbs() diff --git a/ports/libcbor/vcpkg.json b/ports/libcbor/vcpkg.json index 580477314f..96ea90b657 100644 --- a/ports/libcbor/vcpkg.json +++ b/ports/libcbor/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libcbor", - "version": "0.10.2", + "version": "0.11.0", "description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format", "homepage": "https://github.com/PJK/libcbor", "license": "MIT", @@ -8,6 +8,10 @@ { "name": "vcpkg-cmake", "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true } ] } diff --git a/versions/baseline.json b/versions/baseline.json index f751a6ede0..2f3e289fe5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4189,7 +4189,7 @@ "port-version": 3 }, "libcbor": { - "baseline": "0.10.2", + "baseline": "0.11.0", "port-version": 0 }, "libcds": { diff --git a/versions/l-/libcbor.json b/versions/l-/libcbor.json index c7d33fd22e..d5317be535 100644 --- a/versions/l-/libcbor.json +++ b/versions/l-/libcbor.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "174f4426df788de4be355adbc98f12a7f71914e8", + "version": "0.11.0", + "port-version": 0 + }, { "git-tree": "434c0fd1a103f04179d26deb7f092a99484c1aa4", "version": "0.10.2",