diff options
author | obache <obache@pkgsrc.org> | 2011-05-31 11:02:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-31 11:02:00 +0000 |
commit | dd3d8a27eaf2b9dc63aabfd71129c925e2dc17a9 (patch) | |
tree | b6fb3f74381ee96e859c380f0edb7d8ab8a037aa /net | |
parent | 21bae78dbeda82f8a39db226c405f2b350c1c139 (diff) | |
download | pkgsrc-dd3d8a27eaf2b9dc63aabfd71129c925e2dc17a9.tar.gz |
Update zeromq to 2.1.7.
0MQ version 2.1.7 (Stable), released on 2011/05/12
==================================================
Bug fixes
---------
* Fixed issue 191, message atomicity issue with PUB sockets (an old issue).
* Fixed issue 199 (affected ROUTER/XREP sockets, an old issue).
* Fixed issue 206, assertion failure in zmq.cpp:223, affected all sockets
(bug was introduced in 2.1.6 as part of message validity checking).
* Fixed issue 211, REP socket asserted if sent malformed envelope (old issue
due to abuse of assertions for error checking).
* Fixed issue 212, reconnect failing after resume from sleep on Windows
(due to not handling WSAENETDOWN).
* Properly handle WSAENETUNREACH on Windows (e.g. if client connects
before server binds).
Changes
-------
* Runtime checking of socket and context validity, to catch e.g. using a
socket after closing it, or passing an invalid pointer to context/socket
methods.
* Test cases moved off port 5555, which conflicts with other services.
* Clarified zmq_poll man page that the resolution of the timeout is 1msec.
Diffstat (limited to 'net')
-rw-r--r-- | net/zeromq/Makefile | 4 | ||||
-rw-r--r-- | net/zeromq/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile index cfa0099ff82..fef405e59f8 100644 --- a/net/zeromq/Makefile +++ b/net/zeromq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/05/06 05:30:34 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/05/31 11:02:00 obache Exp $ # -DISTNAME= zeromq-2.1.6 +DISTNAME= zeromq-2.1.7 CATEGORIES= net devel MASTER_SITES= http://download.zeromq.org/ diff --git a/net/zeromq/distinfo b/net/zeromq/distinfo index 26ca1a7f308..ac7552e36c5 100644 --- a/net/zeromq/distinfo +++ b/net/zeromq/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/05/06 05:30:34 obache Exp $ +$NetBSD: distinfo,v 1.3 2011/05/31 11:02:00 obache Exp $ -SHA1 (zeromq-2.1.6.tar.gz) = f1b4dc7d8dc5b25b715f512d4a21766356718dd9 -RMD160 (zeromq-2.1.6.tar.gz) = 90752c05b752313bf093d0ef4c59a71931861339 -Size (zeromq-2.1.6.tar.gz) = 1873337 bytes +SHA1 (zeromq-2.1.7.tar.gz) = 8627efca2cdd67e067023abcc93470f2753a105e +RMD160 (zeromq-2.1.7.tar.gz) = 487d5e522e3a5b8f1b0b3415c00764f44fae138d +Size (zeromq-2.1.7.tar.gz) = 1877380 bytes |