Pin openssl to 1.1.1n (#3575)

* Pin openssl to 1.1.1n

* Updated vcpkg commit to one containing OpenSSL 1.1.1n

* Fixed version number in vcpkg.json
This commit is contained in:
Larry Osterman 2022-04-22 09:16:31 -07:00 committed by GitHub
parent 42eff2eb4b
commit 81750e9432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 15 deletions

View File

@ -1 +1 @@
be5c4ef68b51142ba705f0678b45d284977de677 f0aa678b7471497f1adedcc99f40e1599ad22f69

View File

@ -1,16 +1,23 @@
{ {
"name": "azure-sdk-for-cpp", "name": "azure-sdk-for-cpp",
"version-string": "1.0.0", "version": "1.5.0",
"dependencies": [ "builtin-baseline": "f0aa678b7471497f1adedcc99f40e1599ad22f69",
{ "dependencies": [
"name": "curl" {
}, "name": "curl"
{ },
"name": "libxml2", {
"platform": "!windows & !uwp" "name": "libxml2",
}, "platform": "!windows & !uwp"
{ },
"name": "openssl" {
} "name": "openssl"
] }
],
"overrides": [
{
"name": "openssl",
"version-string": "1.1.1n"
}
]
} }