Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zeromq] Updated to the released 4.3.5 version. #36194

Merged
merged 6 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/zeromq/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeromq/libzmq
REF ecc63d0d3b0e1a62c90b58b1ccdb5ac16cb2400a
SHA512 4e8f709691d8f3f64d41cc0f0fd70fe0a676247dc88b1283fa90f41b838f5b83100ccabd18714e5638cfa66c5cec0ac67943a3559d535357ff3499de62e47069
REF "v${VERSION}"
SHA512 108d9c5fa761c111585c30f9c651ed92942dda0ac661155bca52cc7b6dbeb3d27b0dd994abde206eacfc3bc88d19ed24e45b291050c38469e34dca5f8c9a037d
PATCHES
fix-arm.patch
)
Expand Down
3 changes: 1 addition & 2 deletions ports/zeromq/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "zeromq",
"version-date": "2023-06-20",
"port-version": 1,
"version": "4.3.5",
"description": "The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products",
"homepage": "https://github.com/zeromq/libzmq",
"license": "MPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9405,8 +9405,8 @@
"port-version": 4
},
"zeromq": {
"baseline": "2023-06-20",
"port-version": 1
"baseline": "4.3.5",
"port-version": 0
},
"zfp": {
"baseline": "1.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/z-/zeromq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7c31f33a815e20807d89d684435dcab872c37d2a",
"version": "4.3.5",
"port-version": 0
},
{
"git-tree": "6f361429d0511b651b4f7b98f0dc47adf2601843",
"version-date": "2023-06-20",
Expand Down