Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C513363BA4F for ; Tue, 31 May 2011 11:02:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9B81B14A16C; Tue, 31 May 2011 11:02:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E083B14A15B for ; Tue, 31 May 2011 11:02:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YH8cCqHK3z2j for ; Tue, 31 May 2011 11:02:00 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DBDF814A142 for ; Tue, 31 May 2011 11:02:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C1BD6175DD; Tue, 31 May 2011 11:02:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 31 May 2011 11:02:00 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/net/zeromq To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20110531110200.C1BD6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Tue May 31 11:02:00 UTC 2011 Modified Files: pkgsrc/net/zeromq: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/zeromq/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/zeromq/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.