From c156951d00638b4919d915b868b44113da711b22 Mon Sep 17 00:00:00 2001 From: Yunze Xu Date: Mon, 2 Dec 2024 19:00:25 +0800 Subject: [PATCH 1/2] Upgrade Boost version to 1.86 --- dependencies.yaml | 2 +- vcpkg | 2 +- vcpkg.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 8d338e4d..8bbd35a2 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -18,7 +18,7 @@ # # Note: GCC 4.8 is incompatible with Boost >= 1.84 for the missed std::align -boost: 1.83.0 +boost: 1.86.0 cmake: 3.28.3 protobuf: 3.20.0 zlib: 1.3.1 diff --git a/vcpkg b/vcpkg index 97dd2672..d2b61596 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit 97dd26728e3856ed1ab62ee74ee3a391d9c81d19 +Subproject commit d2b6159679a36b233b0c31bdf027a57c2bf480db diff --git a/vcpkg.json b/vcpkg.json index 5ff44100..91232c2a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "name": "pulsar-cpp", "version": "3.5.0", "description": "Pulsar C++ SDK", - "builtin-baseline": "b051745c68faa6f65c493371d564c4eb8af34dad", + "builtin-baseline": "d2b6159679a36b233b0c31bdf027a57c2bf480db", "dependencies": [ { "name": "asio", @@ -13,11 +13,11 @@ }, { "name": "boost-accumulators", - "version>=": "1.83.0" + "version>=": "1.86.0" }, { "name": "boost-property-tree", - "version>=": "1.83.0" + "version>=": "1.86.0" }, { "name": "curl", @@ -58,7 +58,7 @@ "dependencies": [ { "name": "boost-program-options", - "version>=": "1.83.0" + "version>=": "1.86.0" } ] }, From 490deacb82b1ad1d6d2d0525c66e465f78bdd9d3 Mon Sep 17 00:00:00 2001 From: Yunze Xu Date: Mon, 2 Dec 2024 19:21:38 +0800 Subject: [PATCH 2/2] Add boost-format dependency --- vcpkg.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 91232c2a..1e120ca5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -15,6 +15,10 @@ "name": "boost-accumulators", "version>=": "1.86.0" }, + { + "name": "boost-format", + "version>=": "1.86.0" + }, { "name": "boost-property-tree", "version>=": "1.86.0"