mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:19:00 +08:00
[azure-security-keyvault-*-cpp] Update to January releases (#36205)
* [azure-security-keyvault-secrets-cpp] Update to 4.2.1 ## 4.2.1 (2024-01-16) ### Bugs Fixed - [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy. * not-specified * [azure-security-keyvault-certificates-cpp] Update to 4.2.1 ## 4.2.1 (2024-01-16) ### Bugs Fixed - [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy. * [azure-security-keyvault-keys-cpp] Update to 4.4.1 ## 4.4.1 (2024-01-16) ### Bugs Fixed - [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy. ### Other Changes - Fixed GCC 13 compilation error. (A community contribution, courtesy of _[adamdebreceni](https://github.com/adamdebreceni)_) - Use well-formed URL for the HTTP request made in `KeyClient::GetRandomBytes()`. ### Acknowledgments Thank you to our developer community members who helped to make Azure Key Vault Keys better with their contributions to this release: - adamdebreceni _([GitHub](https://github.com/adamdebreceni))_
This commit is contained in:
parent
2da8bb1a93
commit
6b008ab290
@ -1,8 +1,11 @@
|
||||
# NOTE: All changes made to this file will get overwritten by the next port release.
|
||||
# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-security-keyvault-administration_4.0.0-beta.3
|
||||
SHA512 1209811b470821f929ffd5d09df58ff19b19f13a657acf304fefd457ee533acb3e91774ca6d72d0106e42d601d0bd4d23fbd563f62a4c9a62d686afe61cb4e6c
|
||||
REF azure-security-keyvault-administration_4.0.0-beta.4
|
||||
SHA512 2a9c04fd2d98484632e3a53b98c09bd1c30cf117f34baa15e859d50736c2cfc26c19c6e846be6ad71f1b6b3def317dfb28d0586a1b0b55949246218479445660
|
||||
)
|
||||
|
||||
if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-administration")
|
||||
@ -19,6 +22,7 @@ vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}/_/_/_"
|
||||
OPTIONS
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"$comment": [
|
||||
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
||||
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
||||
],
|
||||
"name": "azure-security-keyvault-administration-cpp",
|
||||
"version-semver": "4.0.0-beta.3",
|
||||
"port-version": 1,
|
||||
"version-semver": "4.0.0-beta.4",
|
||||
"description": [
|
||||
"Microsoft Azure Key Vault Administration SDK for C++",
|
||||
"This library provides Azure Key Vault Administration SDK."
|
||||
|
@ -1,8 +1,11 @@
|
||||
# NOTE: All changes made to this file will get overwritten by the next port release.
|
||||
# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-security-keyvault-certificates_4.2.0
|
||||
SHA512 bcfbeb47bbf0871113be3a7704b519af2b3209304be8f9c29874325e8efd3e4e440706aae1f86139076097b31e3777b85e3c9b01861bc5ace9113645d8a97260
|
||||
REF azure-security-keyvault-certificates_4.2.1
|
||||
SHA512 f18d205ee0be9ab4289860fe4fdc0f4a6c3571eb0a8d0ca0ea66e7fef477e04ed0ba455e1a5af687e0980d7f12b919d1a5c85ee40d41dbcfd695f5d62843dcd5
|
||||
)
|
||||
|
||||
if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-certificates")
|
||||
@ -19,6 +22,7 @@ vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}/_/_/_"
|
||||
OPTIONS
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"$comment": [
|
||||
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
||||
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
||||
],
|
||||
"name": "azure-security-keyvault-certificates-cpp",
|
||||
"version-semver": "4.2.0",
|
||||
"port-version": 1,
|
||||
"version-semver": "4.2.1",
|
||||
"description": [
|
||||
"Microsoft Azure Key Vault Certificates SDK for C++",
|
||||
"This library provides Azure Key Vault Certificates SDK."
|
||||
|
@ -1,8 +1,11 @@
|
||||
# NOTE: All changes made to this file will get overwritten by the next port release.
|
||||
# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-security-keyvault-keys_4.4.0
|
||||
SHA512 00fc21a1ecf4b40543a1a381777970739579f3384392cdb9a2eb44563d05a5ac648f797cb5198df27f74cd4b45d341b06e45f552ed2a878f2cfd50f3461ad4fd
|
||||
REF azure-security-keyvault-keys_4.4.1
|
||||
SHA512 758ff05ce33672d81cf14d347edada2a7c008c7df61639b7bac9ce1a1114144a1f6fcc3d364d1d90f5f9cda8f8c1db14f80873403d4190d4aca1844fb25dd517
|
||||
)
|
||||
|
||||
if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-keys")
|
||||
@ -19,6 +22,7 @@ vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}/_/_/_"
|
||||
OPTIONS
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"$comment": [
|
||||
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
||||
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
||||
],
|
||||
"name": "azure-security-keyvault-keys-cpp",
|
||||
"version-semver": "4.4.0",
|
||||
"port-version": 1,
|
||||
"version-semver": "4.4.1",
|
||||
"description": [
|
||||
"Microsoft Azure Key Vault Keys SDK for C++",
|
||||
"This library provides Azure Key Vault Keys SDK."
|
||||
|
@ -1,8 +1,11 @@
|
||||
# NOTE: All changes made to this file will get overwritten by the next port release.
|
||||
# Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp.
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-security-keyvault-secrets_4.2.0
|
||||
SHA512 1f464e60f9cb234bb28c3daa5abb0a27fdb9c75327f7eb84b3d5215524457aae9b6c64617a35175341afcaf0da39373190c867fb1d5a1780b9395062a7420aaa
|
||||
REF azure-security-keyvault-secrets_4.2.1
|
||||
SHA512 8d944bbcc29b670b884234a789455bb6b33e33fa45c7b02a4200c2267189597cb849f3cbbaa5f7c4db013ec74a2ea0b073237254db7fcac96c290888c05dcba5
|
||||
)
|
||||
|
||||
if(EXISTS "${SOURCE_PATH}/sdk/keyvault/azure-security-keyvault-secrets")
|
||||
@ -19,6 +22,7 @@ vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}/_/_/_"
|
||||
OPTIONS
|
||||
-DWARNINGS_AS_ERRORS=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"$comment": [
|
||||
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
||||
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
||||
],
|
||||
"name": "azure-security-keyvault-secrets-cpp",
|
||||
"version-semver": "4.2.0",
|
||||
"port-version": 1,
|
||||
"version-semver": "4.2.1",
|
||||
"description": [
|
||||
"Microsoft Azure Key Vault Secrets SDK for C++",
|
||||
"This library provides Azure Key Vault Secrets SDK."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dd36ccbfee4987cbea6cee9fae8e752b1fc9f3cb",
|
||||
"version-semver": "4.0.0-beta.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "478811ebfa9d552d2b1fcf03e1721cc9175b17bf",
|
||||
"version-semver": "4.0.0-beta.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "24b5030675a24e25b0fb571b39d33e7ee6caa61e",
|
||||
"version-semver": "4.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b0dd2ae87c69a4637e82ea188db1ee1e2624ac2c",
|
||||
"version-semver": "4.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6ca701263f474612b070c37fbc5a7932a562838e",
|
||||
"version-semver": "4.4.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7e455823cb2d81cf79f550f26d1fa3b9cff61e86",
|
||||
"version-semver": "4.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5edd7b9816c3c93ff452244bb579effa3c863787",
|
||||
"version-semver": "4.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5c41c5b32fe02aeb4ab47a5ddaa19df33fac9ee7",
|
||||
"version-semver": "4.2.0",
|
||||
|
@ -457,20 +457,20 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"azure-security-keyvault-administration-cpp": {
|
||||
"baseline": "4.0.0-beta.3",
|
||||
"port-version": 1
|
||||
"baseline": "4.0.0-beta.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-security-keyvault-certificates-cpp": {
|
||||
"baseline": "4.2.0",
|
||||
"port-version": 1
|
||||
"baseline": "4.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-security-keyvault-keys-cpp": {
|
||||
"baseline": "4.4.0",
|
||||
"port-version": 1
|
||||
"baseline": "4.4.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-security-keyvault-secrets-cpp": {
|
||||
"baseline": "4.2.0",
|
||||
"port-version": 1
|
||||
"baseline": "4.2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-blobs-cpp": {
|
||||
"baseline": "12.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user