mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-06 14:22:41 +02:00
Support for CURVE security was silently dropped with the upgrade to
version 4.3.5 as upstream changed the default of ENABLE_CURVE as part of
this release [1]. Since the 4.3.5 release, zeromq is therefore also not
linked against libsodium anymore but as libsodium is still in
$makedepends I believe this to be unintentional.
Also: py3-pyzmq fails check() without this which is how this was
discovered. Alternatively, we could also patch py3-pyzmq to not
assume that libzmq provides CURVE security support.
[1]: ff47aeb791 (diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aL264)