Skip to content

Commit 40f0568

Browse files
committed
Bump curl, openssl, zlib to address CVEs
1 parent 0a9b7d9 commit 40f0568

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

vcpkg

Submodule vcpkg updated 7950 files

vcpkg.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "pulsar-cpp",
3-
"version": "3.5.0",
3+
"version": "3.8.0",
44
"description": "Pulsar C++ SDK",
5-
"builtin-baseline": "b051745c68faa6f65c493371d564c4eb8af34dad",
5+
"builtin-baseline": "d6995a0cf3cafda5e9e52749fad075dd62bfd90c",
66
"dependencies": [
77
{
88
"name": "asio",
@@ -15,6 +15,10 @@
1515
"name": "boost-accumulators",
1616
"version>=": "1.83.0"
1717
},
18+
{
19+
"name": "boost-format",
20+
"version>=": "1.83.0"
21+
},
1822
{
1923
"name": "boost-property-tree",
2024
"version>=": "1.83.0"
@@ -25,15 +29,15 @@
2529
"features": [
2630
"openssl"
2731
],
28-
"version>=": "8.4.0"
32+
"version>=": "8.13.0"
2933
},
3034
{
3135
"name": "dlfcn-win32",
3236
"platform": "windows"
3337
},
3438
{
3539
"name": "openssl",
36-
"version>=": "3.1.4#1"
40+
"version>=": "3.5.0"
3741
},
3842
{
3943
"name": "protobuf",
@@ -45,7 +49,7 @@
4549
},
4650
{
4751
"name": "zlib",
48-
"version>=": "1.3"
52+
"version>=": "1.3.1"
4953
},
5054
{
5155
"name": "zstd",
@@ -71,5 +75,15 @@
7175
}
7276
]
7377
}
74-
}
78+
},
79+
"overrides": [
80+
{
81+
"name": "asio",
82+
"version": "1.28.2"
83+
},
84+
{
85+
"name": "protobuf",
86+
"version": "3.21.12"
87+
}
88+
]
7589
}

0 commit comments

Comments
 (0)