3b87ba0f5c
0MQ version 4.0.5 stable, released on 2014/10/14 ================================================ * Fixed #1191; CURVE mechanism does not verify short term nonces. * Fixed #1190; stream_engine is vulnerable to downgrade attacks. * Fixed #1088; assertion failure for WSAENOTSOCK on Windows. * Fixed #1015; race condition while connecting inproc sockets. * Fixed #994; bump so library number to 4.0.0 * Fixed #939, assertion failed: !more (fq.cpp:99) after many ZAP requests. * Fixed #872; lost first part of message over inproc://. * Fixed #797, keep-alive on Windows.
23 lines
535 B
Makefile
23 lines
535 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2014/11/15 01:59:37 obache Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= zeromq
|
|
|
|
.if !defined(ZEROMQ_BUILDLINK3_MK)
|
|
ZEROMQ_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.zeromq+= zeromq>=2.0.11
|
|
BUILDLINK_ABI_DEPENDS.zeromq+= zeromq>=4.0.5
|
|
BUILDLINK_PKGSRCDIR.zeromq?= ../../net/zeromq
|
|
|
|
.include "../../security/libsodium/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
|
|
.include "../../devel/libuuid/buildlink3.mk"
|
|
.endif
|
|
|
|
.endif # ZEROMQ_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -zeromq
|