diff options
author | he <he@pkgsrc.org> | 2015-08-28 12:52:01 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2015-08-28 12:52:01 +0000 |
commit | 3ad4fa0d3db53cbd15abbe2eb60db7d3391b9b6e (patch) | |
tree | 158fbd371d104c0917372fb196bcb64b86518a02 /net | |
parent | 47c6318c26a133def10e8d2d618fb6b48f22880b (diff) | |
download | pkgsrc-3ad4fa0d3db53cbd15abbe2eb60db7d3391b9b6e.tar.gz |
Update to zeromq version 4.1.3, currently latest stable release.
Pkgsrc changes:
* Adapt PLIST
Upstream changes:
0MQ version 4.1.3 stable, released on 2015/08/17
* Fixed #1532 - getsockopt ZMQ_RCVMORE now resets all bits instead of only 32
* Fixed #1445 - zmq::socket_base_t::connect fails on tcp ipv6 address
0MQ version 4.1.2 stable, released on 2015/06/15
* Added explicit reference to static link exception in every source file.
* Bumped ABI version to 5:0:0 since 4.1.x changed the ABI.
* Fixed STDINT event interface macros to work with CZMQ 3.0.
* Fixed installation of man pages when BUILD_DOC is not set.
* Fixed #1428 - regression on single-socket proxies.
0MQ version 4.1.1 stable, released on 2015/06/02
* Fixed #1208 - fix recursion in automake packaging.
* Fixed #1224 - crash when processing empty unsubscribe message.
* Fixed #1213 - properties files were missing from source packages.
* Fixed #1273 - V3 protocol handler vulnerable to downgrade attacks.
* Fixed #1347 - lack way to get peer address.
* Fixed #1362 - SUB socket sometimes fails to resubscribe properly.
* Fixed #1377, #1144 - failed with WSANOTINITIALISED in some cases.
* Fixed #1389 - PUB, PUSH sockets had slow memory leak.
* Fixed #1382 - zmq_proxy did not terminate if there were no readers.
0MQ version 4.0.8 stable, released on 2015/07/xx
* Fixed LIBZMQ-949 - zmq_unbind fails for inproc and wildcard endpoints
0MQ version 4.0.7 stable, released on 2015/06/15
* Fixed #1428 - regression on single-socket proxies.
0MQ version 4.0.6 stable, released on 2015/06/02
* Fixed #1273 - V3 protocol handler vulnerable to downgrade attacks.
* Fixed #1362 - SUB socket sometimes fails to resubscribe properly.
* Fixed #1377, #1144 - failed with WSANOTINITIALISED in some cases.
* Fixed #1389 - PUB, PUSH sockets had slow memory leak.
* Fixed #1382 - zmq_proxy did not terminate if there were no readers.
Diffstat (limited to 'net')
-rw-r--r-- | net/zeromq/Makefile | 4 | ||||
-rw-r--r-- | net/zeromq/PLIST | 10 | ||||
-rw-r--r-- | net/zeromq/distinfo | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile index 70dc2cc38d3..7ec0e5f11bc 100644 --- a/net/zeromq/Makefile +++ b/net/zeromq/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2014/11/15 01:59:37 obache Exp $ +# $NetBSD: Makefile,v 1.21 2015/08/28 12:52:01 he Exp $ -DISTNAME= zeromq-4.0.5 +DISTNAME= zeromq-4.1.3 CATEGORIES= net devel MASTER_SITES= http://download.zeromq.org/ diff --git a/net/zeromq/PLIST b/net/zeromq/PLIST index 7e774c5ae48..144b2eae3ff 100644 --- a/net/zeromq/PLIST +++ b/net/zeromq/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/11/15 01:59:37 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/08/28 12:52:01 he Exp $ bin/curve_keygen include/zmq.h include/zmq_utils.h @@ -7,20 +7,21 @@ lib/pkgconfig/libzmq.pc man/man3/zmq_bind.3 man/man3/zmq_close.3 man/man3/zmq_connect.3 -man/man3/zmq_ctx_destroy.3 man/man3/zmq_ctx_get.3 man/man3/zmq_ctx_new.3 man/man3/zmq_ctx_set.3 +man/man3/zmq_ctx_shutdown.3 man/man3/zmq_ctx_term.3 man/man3/zmq_curve_keypair.3 man/man3/zmq_disconnect.3 man/man3/zmq_errno.3 man/man3/zmq_getsockopt.3 -man/man3/zmq_init.3 +man/man3/zmq_has.3 man/man3/zmq_msg_close.3 man/man3/zmq_msg_copy.3 man/man3/zmq_msg_data.3 man/man3/zmq_msg_get.3 +man/man3/zmq_msg_gets.3 man/man3/zmq_msg_init.3 man/man3/zmq_msg_init_data.3 man/man3/zmq_msg_init_size.3 @@ -42,17 +43,16 @@ man/man3/zmq_setsockopt.3 man/man3/zmq_socket.3 man/man3/zmq_socket_monitor.3 man/man3/zmq_strerror.3 -man/man3/zmq_term.3 man/man3/zmq_unbind.3 man/man3/zmq_version.3 man/man3/zmq_z85_decode.3 man/man3/zmq_z85_encode.3 man/man7/zmq.7 man/man7/zmq_curve.7 -man/man7/zmq_epgm.7 man/man7/zmq_inproc.7 man/man7/zmq_ipc.7 man/man7/zmq_null.7 man/man7/zmq_pgm.7 man/man7/zmq_plain.7 man/man7/zmq_tcp.7 +man/man7/zmq_tipc.7 diff --git a/net/zeromq/distinfo b/net/zeromq/distinfo index 45f4d275943..d3910ee8ac6 100644 --- a/net/zeromq/distinfo +++ b/net/zeromq/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2014/11/15 01:59:37 obache Exp $ +$NetBSD: distinfo,v 1.16 2015/08/28 12:52:01 he Exp $ -SHA1 (zeromq-4.0.5.tar.gz) = a664ec63661a848ef46114029156a0a6006feecd -RMD160 (zeromq-4.0.5.tar.gz) = 11dd2cd8a2b695dd0f170825a4b30ae025e0c6be -Size (zeromq-4.0.5.tar.gz) = 2153667 bytes +SHA1 (zeromq-4.1.3.tar.gz) = b7185724f2fd56d0face50047757ac2a04d26ca4 +RMD160 (zeromq-4.1.3.tar.gz) = fbfe9c0fe9a141c9b4cf282b89019f9df47079de +Size (zeromq-4.1.3.tar.gz) = 1372069 bytes SHA1 (patch-configure) = 1dc8623eb06a167b3559ae950a9dbf1e19a29b6d SHA1 (patch-src_platform.hpp.in) = 767370bd997310cddeb7ee1f759bec1a638974e0 |