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:
parent
42eff2eb4b
commit
81750e9432
@ -1 +1 @@
|
||||
be5c4ef68b51142ba705f0678b45d284977de677
|
||||
f0aa678b7471497f1adedcc99f40e1599ad22f69
|
||||
|
||||
35
vcpkg.json
35
vcpkg.json
@ -1,16 +1,23 @@
|
||||
{
|
||||
"name": "azure-sdk-for-cpp",
|
||||
"version-string": "1.0.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl"
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
"platform": "!windows & !uwp"
|
||||
},
|
||||
{
|
||||
"name": "openssl"
|
||||
}
|
||||
]
|
||||
"name": "azure-sdk-for-cpp",
|
||||
"version": "1.5.0",
|
||||
"builtin-baseline": "f0aa678b7471497f1adedcc99f40e1599ad22f69",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl"
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
"platform": "!windows & !uwp"
|
||||
},
|
||||
{
|
||||
"name": "openssl"
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "openssl",
|
||||
"version-string": "1.1.1n"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user