From c48b8b0fbf799031b2eb398f52c4446a82808080 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 11 Mar 2014 09:11:25 +0000 Subject: Update zeromq to 4.0.4. 0MQ version 4.0.4 stable, released on 2014/03/10 ================================================ Bug Fixes --------- * Fixed #909; out of tree build issue on Linux. * Fixed #888; hangs on terminate when inproc connected but never bound. * Fixed #868; assertion failure at ip.cpp:137 when using port scanner. * Fixed #818; fix timestamp counter on s390/s390x. * Fixed #817; only export zmq_* symbols. * Fixed #797; fixed setting TCP keepalive on Windows. * Fixed #775; compile error on Windows. * Fixed #763; when talking to a ZMTP v1 peer (libzmq 2.2), a socket would send an extra identity frame at the start of the connection. * Fixed LIBZMQ-576 - Crash closing a socket after zmq_msg_send returns EAGAIN (reverts LIBZMQ-497) * Fixed LIBZMQ-584; subscription filters getting lost on reconnection. --- net/zeromq/Makefile | 4 ++-- net/zeromq/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile index f20a9264ece..c231842f79a 100644 --- a/net/zeromq/Makefile +++ b/net/zeromq/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2014/03/01 08:38:12 obache Exp $ +# $NetBSD: Makefile,v 1.14 2014/03/11 09:11:25 obache Exp $ -DISTNAME= zeromq-4.0.3 +DISTNAME= zeromq-4.0.4 CATEGORIES= net devel MASTER_SITES= http://download.zeromq.org/ diff --git a/net/zeromq/distinfo b/net/zeromq/distinfo index ac095a6e907..062ff9fe283 100644 --- a/net/zeromq/distinfo +++ b/net/zeromq/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2014/03/01 08:38:12 obache Exp $ +$NetBSD: distinfo,v 1.14 2014/03/11 09:11:25 obache Exp $ -SHA1 (zeromq-4.0.3.tar.gz) = a363ddfff75f73976f656b3ba48f32544b214075 -RMD160 (zeromq-4.0.3.tar.gz) = 183228d912c88618ed8392f0f82bec5ac6af4b1b -Size (zeromq-4.0.3.tar.gz) = 2169301 bytes +SHA1 (zeromq-4.0.4.tar.gz) = 2328014e5990efac31390439b75c5528e38e4490 +RMD160 (zeromq-4.0.4.tar.gz) = 6971d9842ce6bc9197c9c8179eabde29ad54a81a +Size (zeromq-4.0.4.tar.gz) = 2149732 bytes SHA1 (patch-configure) = 1dc8623eb06a167b3559ae950a9dbf1e19a29b6d SHA1 (patch-src_platform.hpp.in) = 767370bd997310cddeb7ee1f759bec1a638974e0 -- cgit v1.2.3