Skip to content

Commit

Permalink
[azure-core-cpp] Update to 1.10.2 (#32971)
Browse files Browse the repository at this point in the history
## 1.10.2 (2023-08-04)

### Bugs Fixed

- [[#4792]](Azure/azure-sdk-for-cpp#4792) Only support CURL's root cert validation when CURL version is >= 7.77.0.
  • Loading branch information
azure-sdk authored Aug 7, 2023
1 parent ce064b3 commit 754105a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ports/azure-core-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-core_1.10.1
SHA512 498deebd853070b367f4fc07ac6b54a8ec4850ad5152da81728e909838f89aa0c1d2c2996267ad343bb06f6ebaedf151973359298dee6ad3b49949af016eb568
REF azure-core_1.10.2
SHA512 ab942af0764eb1352fe65582bcf3e06a7f75853796e47ed32f5ae485e1042e55ace7fc1dc1daf80c0a53813f6daa2377b03ed09527808d52d486c5bbd71b3fa3
)

vcpkg_check_features(
Expand Down
5 changes: 3 additions & 2 deletions ports/azure-core-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-core-cpp",
"version-semver": "1.10.1",
"version-semver": "1.10.2",
"description": [
"Microsoft Azure Core SDK for C++",
"This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++."
Expand Down Expand Up @@ -37,7 +37,8 @@
"default-features": false,
"features": [
"ssl"
]
],
"version>=": "7.44"
}
]
},
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-core-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d3a1b3382bddaf219a0fef6dafd6a31c43d28e02",
"version-semver": "1.10.2",
"port-version": 0
},
{
"git-tree": "52af14a3a0795d87c3fd9f09b9026c91fcae4b81",
"version-semver": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"port-version": 0
},
"azure-core-cpp": {
"baseline": "1.10.1",
"baseline": "1.10.2",
"port-version": 0
},
"azure-core-tracing-opentelemetry-cpp": {
Expand Down

0 comments on commit 754105a

Please sign in to comment.