diff options
| author | Mollie Munoz <mollie.munoz@microsoft.com> | 2021-09-10 13:57:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 13:57:06 -0700 |
| commit | e33819fe06879a833ca02236432034136525ebe5 (patch) | |
| tree | 5de3de2c66fe75f0fd6af162d69b366347fcf313 /ports/azure-uhttp-c | |
| parent | e8e660a36c6aabc788d0cb03c5b38b7df6edbb22 (diff) | |
| download | vcpkg-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>
Diffstat (limited to 'ports/azure-uhttp-c')
| -rw-r--r-- | ports/azure-uhttp-c/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/azure-uhttp-c/vcpkg.json | 3 |
2 files changed, 3 insertions, 5 deletions
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": [ |
