aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMollie Munoz <mollie.munoz@microsoft.com>2021-09-10 13:57:06 -0700
committerGitHub <noreply@github.com>2021-09-10 13:57:06 -0700
commite33819fe06879a833ca02236432034136525ebe5 (patch)
tree5de3de2c66fe75f0fd6af162d69b366347fcf313
parente8e660a36c6aabc788d0cb03c5b38b7df6edbb22 (diff)
downloadvcpkg-e33819fe06879a833ca02236432034136525ebe5.tar.gz
vcpkg-e33819fe06879a833ca02236432034136525ebe5.zip
Azure-IoT-Sdk for C release for 08-30-2021 (#19809)
* Release for 08-30-2021 * Update azure-iot-sdk-c vcpkg.json formatting * Update version database * Test commit. In progress. * bot actions * Update refs and hashes for main branch test * bot instructions * Add OpenSSL for uamqp, umqtt, uhttp * bot instructions * Update cmake build options 'warning_as_errors' to OFF; remove patch file * bot instructions * Update all REFs to current test commit in azure-iot-sdk-c momuno/curl-vcpkg-fix_20210831 * bot instructions * c-utility fix -- test * bot instructions * Update azure-iot-sdk-c REF and SHA512 for LTS release. Use version-date * Update version database * put back remove-werror.patch for LTS release. * Update versioning. bot instructions * bot instructions. * Adding back patch to portfile instructions. Removes warnings as errors * bot instructions Co-authored-by: Mollie Munoz <momuno@microsoft.com>
-rw-r--r--ports/azure-c-shared-utility/portfile.cmake8
-rw-r--r--ports/azure-c-shared-utility/vcpkg.json3
-rw-r--r--ports/azure-iot-sdk-c/portfile.cmake5
-rw-r--r--ports/azure-iot-sdk-c/vcpkg.json3
-rw-r--r--ports/azure-uamqp-c/portfile.cmake5
-rw-r--r--ports/azure-uamqp-c/vcpkg.json3
-rw-r--r--ports/azure-uhttp-c/portfile.cmake5
-rw-r--r--ports/azure-uhttp-c/vcpkg.json3
-rw-r--r--ports/azure-umqtt-c/portfile.cmake5
-rw-r--r--ports/azure-umqtt-c/vcpkg.json3
-rw-r--r--versions/a-/azure-c-shared-utility.json5
-rw-r--r--versions/a-/azure-iot-sdk-c.json5
-rw-r--r--versions/a-/azure-uamqp-c.json5
-rw-r--r--versions/a-/azure-uhttp-c.json5
-rw-r--r--versions/a-/azure-umqtt-c.json5
-rw-r--r--versions/baseline.json20
16 files changed, 53 insertions, 35 deletions
diff --git a/ports/azure-c-shared-utility/portfile.cmake b/ports/azure-c-shared-utility/portfile.cmake
index 98893392d..7bdb50aa1 100644
--- a/ports/azure-c-shared-utility/portfile.cmake
+++ b/ports/azure-c-shared-utility/portfile.cmake
@@ -9,7 +9,7 @@ if("public-preview" IN_LIST FEATURES)
REF 42574842914591aadc77701aac72f18cc72319ad
SHA512 dfe6ccede4bebdb3a39fbfea1dc55ddca57cced0d2656ee4bed1a5e5c9c434e1f2d892eb4e29bbb424cb9a02f2374a95fb9a020442bea580d39c242efad1b789
HEAD_REF master
- PATCHES
+ PATCHES
fix-utilityFunctions-conditions-preview.patch
disable-error.patch
)
@@ -17,10 +17,10 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-c-shared-utility
- REF 6f7bbcd23b39481dc0cf93185555d2513beea1ea
- SHA512 d1b77b155497e02f802e3f02d89ecbc4cb3d4507bc61f1feca8e6baad627e05e0f744dd5b4d0148a47021eb2308d9053d0fedbf95e40cff001250bca392fd5af
+ REF 73a2039cc0de5ececf5755ebe731a6b5b98f85da
+ SHA512 6374b7b175a5c0206bee148c35eb6a3a79f1b149e87d2b51981a9fd1446809134a1aa0f28f4acf1318719ac5554f7bd8de225a5dca63eb6537012aed6b10e4cc
HEAD_REF master
- PATCHES
+ PATCHES
fix-utilityFunctions-conditions.patch
disable-error.patch
)
diff --git a/ports/azure-c-shared-utility/vcpkg.json b/ports/azure-c-shared-utility/vcpkg.json
index c50f1061f..7fa90c73e 100644
--- a/ports/azure-c-shared-utility/vcpkg.json
+++ b/ports/azure-c-shared-utility/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "azure-c-shared-utility",
- "version-string": "2020-12-09",
- "port-version": 2,
+ "version-date": "2021-09-09",
"description": "Azure C SDKs common code",
"homepage": "https://github.com/Azure/azure-c-shared-utility",
"supports": "!uwp",
diff --git a/ports/azure-iot-sdk-c/portfile.cmake b/ports/azure-iot-sdk-c/portfile.cmake
index 79a063907..8e6043d92 100644
--- a/ports/azure-iot-sdk-c/portfile.cmake
+++ b/ports/azure-iot-sdk-c/portfile.cmake
@@ -16,8 +16,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-iot-sdk-c
- REF f5da5a4138cee23f400971558784e3eff40b92ec
- SHA512 f5aff4b185cde01ba9e4e57a8f9d696b4139162c040fcd464bd16b37364da0cc692fe148a842cc0c54018831b5874ee822f949a0fd6ea8f261a8155196d36404
+ REF 808a5595f98853a5f2eae2c67dd9b3608a2338ea
+ SHA512 29cb04679b75a48a8a69713045465c7c416755764ec80781405c8528abd8225654c3262ed3816fb03a13f7505f6c811afbdc5dabc79b676b4f727feaf11e0583
HEAD_REF master
PATCHES
improve-external-deps.patch
@@ -44,6 +44,7 @@ vcpkg_configure_cmake(
-Duse_default_uuid=ON
-Dbuild_as_dynamic=OFF
-Duse_edge_modules=ON
+ -Dwarnings_as_errors=OFF
)
vcpkg_install_cmake()
diff --git a/ports/azure-iot-sdk-c/vcpkg.json b/ports/azure-iot-sdk-c/vcpkg.json
index a574edf84..a04e188d8 100644
--- a/ports/azure-iot-sdk-c/vcpkg.json
+++ b/ports/azure-iot-sdk-c/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "azure-iot-sdk-c",
- "version-date": "2020-12-09",
- "port-version": 2,
+ "version-date": "2021-09-09",
"description": "A C99 SDK for connecting devices to Microsoft Azure IoT services",
"homepage": "https://github.com/Azure/azure-iot-sdk-c",
"dependencies": [
diff --git a/ports/azure-uamqp-c/portfile.cmake b/ports/azure-uamqp-c/portfile.cmake
index 01145f8af..3b95f6447 100644
--- a/ports/azure-uamqp-c/portfile.cmake
+++ b/ports/azure-uamqp-c/portfile.cmake
@@ -12,8 +12,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-uamqp-c
- REF c88abeab27ece7f13911d73202f44212c3e08953
- SHA512 befb7ad72ea61713b043a4a4bdf70f454aac5f4590ca84aa7f4d9b7c8447b643fb37028173774451cfbe00119937f857680cd827d90e676ee558a18a1b6442bb
+ REF b75cdb7e1736a388fe3e9fc2a99493aa1db6f43f
+ SHA512 a13da2bc8a471329cbcd63aaa6fb94265388f709bf8977d55017a6cdd5af21e3b08935498ff8bfebfa63791dfa04552806684fae82b664045a12d14a91df3183
HEAD_REF master
)
endif()
@@ -38,4 +38,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
vcpkg_copy_pdbs()
-
diff --git a/ports/azure-uamqp-c/vcpkg.json b/ports/azure-uamqp-c/vcpkg.json
index ac72438c2..52dfd75fa 100644
--- a/ports/azure-uamqp-c/vcpkg.json
+++ b/ports/azure-uamqp-c/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "azure-uamqp-c",
- "version-string": "2020-12-09",
- "port-version": 1,
+ "version-date": "2021-09-09",
"description": "AMQP library for C",
"homepage": "https://github.com/Azure/azure-uamqp-c",
"dependencies": [
diff --git a/ports/azure-uhttp-c/portfile.cmake b/ports/azure-uhttp-c/portfile.cmake
index 4df75216c..4a3105c02 100644
--- a/ports/azure-uhttp-c/portfile.cmake
+++ b/ports/azure-uhttp-c/portfile.cmake
@@ -12,8 +12,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-uhttp-c
- REF c22177c4cae57992e45e2b0db3f624c31b0f4666
- SHA512 70c011486aaf3e5af81e781d5183dcb3b6da234f9b41af9138e726bea1fd19326979a95d59bcb4314781d7ee4ef0c7fdfa9b30928a0688024d3fd93cb4168217
+ REF db8ac9c1353fe05cf6917e8ec8bcb866bf4a6f11
+ SHA512 4c9b053bcdc1086dbba6883a887e5af1f6aa4572bfb1e36c3b07c9bb93c35b188cb31f510fca5c4b2a0557df446dd965eafda993eab7c04b4502ed07b269c148
HEAD_REF master
)
endif()
@@ -39,4 +39,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
vcpkg_copy_pdbs()
-
diff --git a/ports/azure-uhttp-c/vcpkg.json b/ports/azure-uhttp-c/vcpkg.json
index ec8a12c57..11f6fea12 100644
--- a/ports/azure-uhttp-c/vcpkg.json
+++ b/ports/azure-uhttp-c/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "azure-uhttp-c",
- "version-string": "2020-12-09",
- "port-version": 1,
+ "version-date": "2021-09-09",
"description": "Azure HTTP Library written in C",
"homepage": "https://github.com/Azure/azure-uhttp-c",
"dependencies": [
diff --git a/ports/azure-umqtt-c/portfile.cmake b/ports/azure-umqtt-c/portfile.cmake
index 084bc58bb..a3e9246bb 100644
--- a/ports/azure-umqtt-c/portfile.cmake
+++ b/ports/azure-umqtt-c/portfile.cmake
@@ -12,8 +12,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-umqtt-c
- REF 478fd8e757dadfe2ca5fcd3953aeba24a14a98e1
- SHA512 bece2a30abb88dd97b97e399b8e63f6833b052c01c2f779070d52bbc916af604568bf5098d5f994d278d70591b11c45a5fcca9350226eb6e59b04e53c2780bc4
+ REF 12cb55ee5a926a124f22ad737c7cec35f6af7165
+ SHA512 ed7d5c5132cfaa46574e70a99ce0181208b772fa2dca9122c8d16918af29240a2060705a25b121785c210eb5a4b917588a1623aedfd0bf9a4cf39df601b05dea
HEAD_REF master
)
endif()
@@ -38,4 +38,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
vcpkg_copy_pdbs()
-
diff --git a/ports/azure-umqtt-c/vcpkg.json b/ports/azure-umqtt-c/vcpkg.json
index bb3de7eaa..1ccfb1699 100644
--- a/ports/azure-umqtt-c/vcpkg.json
+++ b/ports/azure-umqtt-c/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "azure-umqtt-c",
- "version-string": "2020-12-09",
- "port-version": 1,
+ "version-date": "2021-09-09",
"description": "General purpose library for communication over the mqtt protocol",
"homepage": "https://github.com/Azure/azure-umqtt-c",
"dependencies": [
diff --git a/versions/a-/azure-c-shared-utility.json b/versions/a-/azure-c-shared-utility.json
index 4c538da97..65623e3a3 100644
--- a/versions/a-/azure-c-shared-utility.json
+++ b/versions/a-/azure-c-shared-utility.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "6898a05e54b88637fc5a42136facc194b84e71a1",
+ "version-date": "2021-09-09",
+ "port-version": 0
+ },
+ {
"git-tree": "004bb7eb46adf65294137426bfa60868a7a9be93",
"version-string": "2020-12-09",
"port-version": 2
diff --git a/versions/a-/azure-iot-sdk-c.json b/versions/a-/azure-iot-sdk-c.json
index 21dd2f34a..56fd64060 100644
--- a/versions/a-/azure-iot-sdk-c.json
+++ b/versions/a-/azure-iot-sdk-c.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "3d6dc98460c69e8690f9b20f62cf75e9e3ef7f2d",
+ "version-date": "2021-09-09",
+ "port-version": 0
+ },
+ {
"git-tree": "07dbca4b72d51fb97f55b032e1b412add4054973",
"version-date": "2020-12-09",
"port-version": 2
diff --git a/versions/a-/azure-uamqp-c.json b/versions/a-/azure-uamqp-c.json
index b98652642..d74b7af7a 100644
--- a/versions/a-/azure-uamqp-c.json
+++ b/versions/a-/azure-uamqp-c.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "4748ea8df9903436ad4b2b6462ca3ffdf74465d4",
+ "version-date": "2021-09-09",
+ "port-version": 0
+ },
+ {
"git-tree": "0ecbe4bc48e735cd1a3424ec77afac8aa807eaab",
"version-string": "2020-12-09",
"port-version": 1
diff --git a/versions/a-/azure-uhttp-c.json b/versions/a-/azure-uhttp-c.json
index a79af9921..66a7e2374 100644
--- a/versions/a-/azure-uhttp-c.json
+++ b/versions/a-/azure-uhttp-c.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "8dfc1d65397c35c27df08f42b2f77caf27661a9b",
+ "version-date": "2021-09-09",
+ "port-version": 0
+ },
+ {
"git-tree": "7410a090286f0c65398cb9ce97c6d86120c7222d",
"version-string": "2020-12-09",
"port-version": 1
diff --git a/versions/a-/azure-umqtt-c.json b/versions/a-/azure-umqtt-c.json
index 190e1e568..c877c9eaa 100644
--- a/versions/a-/azure-umqtt-c.json
+++ b/versions/a-/azure-umqtt-c.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "2a208bf94bfaf91cc20716d7ba0caac0023324b0",
+ "version-date": "2021-09-09",
+ "port-version": 0
+ },
+ {
"git-tree": "f8f3de5c5637d62c78e1a8934e9f8e7409dd36c4",
"version-string": "2020-12-09",
"port-version": 1
diff --git a/versions/baseline.json b/versions/baseline.json
index ab646a395..b7955aa1b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -273,8 +273,8 @@
"port-version": 1
},
"azure-c-shared-utility": {
- "baseline": "2020-12-09",
- "port-version": 2
+ "baseline": "2021-09-09",
+ "port-version": 0
},
"azure-core-cpp": {
"baseline": "1.2.1",
@@ -285,8 +285,8 @@
"port-version": 0
},
"azure-iot-sdk-c": {
- "baseline": "2020-12-09",
- "port-version": 2
+ "baseline": "2021-09-09",
+ "port-version": 0
},
"azure-kinect-sensor-sdk": {
"baseline": "1.4.1",
@@ -329,16 +329,16 @@
"port-version": 0
},
"azure-uamqp-c": {
- "baseline": "2020-12-09",
- "port-version": 1
+ "baseline": "2021-09-09",
+ "port-version": 0
},
"azure-uhttp-c": {
- "baseline": "2020-12-09",
- "port-version": 1
+ "baseline": "2021-09-09",
+ "port-version": 0
},
"azure-umqtt-c": {
- "baseline": "2020-12-09",
- "port-version": 1
+ "baseline": "2021-09-09",
+ "port-version": 0
},
"b64": {
"baseline": "2.0.0.1",