mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:29:11 +08:00
b0d88dd9ff
* [zeromq] Download patch files for GitHub PRs This is needed to have a stable checksum for the patches because GitHub is returning a different checksum for the patches now because the index objects are abbreviated to 9 characters instead of 10 characters, e.g. for patch4311: ```diff + index 24cce83d1..c6d625188 100644 - index 24cce83d11..c6d625188d 100644 ``` Reported at <https://github.com/microsoft/vcpkg/pull/22681#issuecomment-1061312320>. A possible long-term fix is reported to GitHub at <https://github.com/github/feedback/discussions/12531>. * [zeromq] Update version
34 lines
866 B
JSON
34 lines
866 B
JSON
{
|
|
"name": "zeromq",
|
|
"version": "4.3.4",
|
|
"port-version": 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": "LGPL-3.0-only",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"draft": {
|
|
"description": "Build and install draft APIs"
|
|
},
|
|
"sodium": {
|
|
"description": "Using libsodium for CURVE security",
|
|
"dependencies": [
|
|
"libsodium"
|
|
]
|
|
},
|
|
"websockets-sha1": {
|
|
"description": "Enable WebSocket transport through builtin sha1 (libzmq#3676)"
|
|
}
|
|
}
|
|
}
|