[azure] Update azure-iot-sdk-c for master release of 2019-05-16 (#6615)

This commit is contained in:
ewertons 2019-05-24 15:16:28 -07:00 committed by Victor Romero
parent 8f1d08d00b
commit 4f6d1278c5
8 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
Source: azure-c-shared-utility
Version: 2019-03-18-1
Version: 2019-05-16
Description: Azure C SDKs common code
Build-Depends: curl (linux), openssl (linux), azure-macro-utils-c, umock-c

View File

@ -1,5 +1,5 @@
Source: azure-iot-sdk-c
Version: 2019-03-18-1
Version: 2019-05-16
Build-Depends: azure-uamqp-c, azure-umqtt-c, azure-c-shared-utility, parson, azure-uhttp-c, azure-macro-utils-c, umock-c
Description: A C99 SDK for connecting devices to Microsoft Azure IoT services

View File

@ -15,8 +15,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-iot-sdk-c
REF b386a10688e9f74c4627cedb9c35a40525c963d1
SHA512 5bb609bf5dda810b38cc34d5e43fb8a4b67cd417c86da8d17508f0d2f87b858647af402214fdce967df5917a58e036454b17d8c67a1331276f36c39a75cf135c
REF 11d5150aeb26635862cf50484af9c7e8badd52a0
SHA512 d2cf40bca9db2c66d78f889763af3a1d06abc0e9fce19542599daec56b092e03f01f892ff420a7b107a96e0eb533579ee7eccf249b56cf6600896c77ca619fc3
HEAD_REF master
PATCHES improve-external-deps.patch
)

View File

@ -1,5 +1,5 @@
Source: azure-macro-utils-c
Version: 2019-04-11-1
Version: 2019-05-16
Description: A library of macros for the Azure IoT SDK Suite
Build-Depends:

View File

@ -1,5 +1,5 @@
Source: azure-uamqp-c
Version: 2019-03-18-1
Version: 2019-05-16
Build-Depends: azure-c-shared-utility, azure-macro-utils-c, umock-c
Description: AMQP library for C

View File

@ -1,5 +1,5 @@
Source: azure-uhttp-c
Version: 2019-03-18-1
Version: 2019-05-16
Build-Depends: azure-c-shared-utility, azure-macro-utils-c, umock-c
Description: Azure HTTP Library written in C

View File

@ -1,5 +1,5 @@
Source: azure-umqtt-c
Version: 2019-03-18-1
Version: 2019-05-16
Build-Depends: azure-c-shared-utility, azure-macro-utils-c, umock-c
Description: General purpose library for communication over the mqtt protocol

View File

@ -1,5 +1,5 @@
Source: umock-c
Version: 2019-04-11-1
Version: 2019-05-16
Description: A pure C mocking library
Build-Depends: azure-macro-utils-c