From b273262895a23fa557ffb208a19afae29f4e7fa9 Mon Sep 17 00:00:00 2001 From: Connor Broyles <5069412+cbrl@users.noreply.github.com> Date: Sat, 20 Dec 2025 16:46:22 -0500 Subject: [PATCH] [azmq] Update to 2025-11-30 (#48999) --- ports/azmq/portfile.cmake | 4 ++-- ports/azmq/vcpkg.json | 2 +- versions/a-/azmq.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/azmq/portfile.cmake b/ports/azmq/portfile.cmake index a222657cfb..da61018a44 100644 --- a/ports/azmq/portfile.cmake +++ b/ports/azmq/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO zeromq/azmq - REF 2c1adac46bced4eb74ed9be7c74563bb113eaacf - SHA512 4614b9e8f502da067231cf0ce2b645289fd1343b9bc46f1028fecb9dad4bb8a5190d723c3bf888a7c708b7b588b6c72f7e4da637f499389481b6cf80f4999671 + REF 819b24035cfa5b73081e21f5867445f2344f680d + SHA512 899303faff3bf0bff32e4277c33e6dfdf4d52f686b83158e278221ea184b141795d902cf587a579b464f5a4ec95aad9c469a7155e7a602af18e36f8ed750fefa HEAD_REF master ) diff --git a/ports/azmq/vcpkg.json b/ports/azmq/vcpkg.json index 45019327ff..402c40f55d 100644 --- a/ports/azmq/vcpkg.json +++ b/ports/azmq/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azmq", - "version-date": "2023-03-23", + "version-date": "2025-11-30", "description": [ "Boost Asio style bindings for ZeroMQ", "This library is built on top of ZeroMQ's standard C interface and is intended to work well with C++ applications which use the Boost libraries in general, and Asio in particular.", diff --git a/versions/a-/azmq.json b/versions/a-/azmq.json index cf38a99ac8..4480443eaa 100644 --- a/versions/a-/azmq.json +++ b/versions/a-/azmq.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "96e1bfa2e4e46a93cda916f7ebfa6835a06172a7", + "version-date": "2025-11-30", + "port-version": 0 + }, { "git-tree": "0a99701bb7160639ec7d75187271a16f6c6c42d8", "version-date": "2023-03-23", diff --git a/versions/baseline.json b/versions/baseline.json index 880054661a..e754aafafc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -501,7 +501,7 @@ "port-version": 0 }, "azmq": { - "baseline": "2023-03-23", + "baseline": "2025-11-30", "port-version": 0 }, "azure-c-shared-utility": {