aboutsummaryrefslogtreecommitdiff
path: root/ports/zeromq/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-07-27 02:07:10 +0800
committerGitHub <noreply@github.com>2021-07-26 11:07:10 -0700
commit358225a9177f750d7233ebc94348a7f5578e1041 (patch)
tree072a28b1e94694cfc7918fc636300018ad63908e /ports/zeromq/CONTROL
parentb57e29a6ceb3ca1382eca103dee876c7d2ac25ca (diff)
downloadvcpkg-358225a9177f750d7233ebc94348a7f5578e1041.tar.gz
vcpkg-358225a9177f750d7233ebc94348a7f5578e1041.zip
[zeromq] Fix arm build, fix feature websockets-sha1 (#19074)
* [zeromq] Fix arm build, fix feature websockets-sha1 * update baseline * version stuff * Fix rename * Update versions/z-/zeromq.json
Diffstat (limited to 'ports/zeromq/CONTROL')
-rw-r--r--ports/zeromq/CONTROL15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/zeromq/CONTROL b/ports/zeromq/CONTROL
deleted file mode 100644
index 4cf6d33c4..000000000
--- a/ports/zeromq/CONTROL
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: zeromq
-Version: 4.3.4
-Port-Version: 0
-Homepage: https://github.com/zeromq/libzmq
-Description: The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products
-
-Feature: sodium
-Description: Using libsodium for CURVE security
-Build-Depends: libsodium
-
-Feature: websockets-sha1
-Description: Enable WebSocket transport through builtin sha1 (libzmq#3676)
-
-Feature: draft
-Description: Build and install draft APIs