Tue Oct 4 07:59:04 2011 UTC ()
Update zeromq to 2.1.10.

0MQ version 2.1.10 (Stable), released on 2011/10/03
===================================================

Bug fixes
---------

* Fixed issue 140, SWAP failed with assertion failure in pipe.cpp:187
  if the current directory was not writeable. Behavior now is to return
  -1 at zmq_setsockopt in this situation.

* Fixed issue 207, assertion failure in zmq_connecter.cpp:48, when an
  invalid zmq_connect() string was used, or the hostname could not be
  resolved. The zmq_connect() call now returns -1 in both those cases.

* Fixed issue 218, sockets not opened with SOCK_CLOEXEC, causing fork/exec
  to sit on sockets unnecessarily.

* Fixed issue 250, build errors on Windows.

* Fixed issue 252, assertion failure in req.cpp:87 and req.cpp:88.

* Fixed issue 261, assertion failure in kqueue.cpp:76 on OS/X.

0MQ version 2.1.9 (Stable), released on 2011/08/29
==================================================

Bug fixes
---------

* Fixed issue 240, assertion failure in pgm_socket.cpp:437.

* Fixed issue 238, assertion failure in zmq.cpp:655, when zmq_poll is
  used on an empty set, on Windows.

* Fixed issue 239, assertion failure in zmq.cpp:223, when ZMQ_SWAP was
  used with explicit identities and multiple SUB sockets.

* Fixed issue 236, zmq_send() and zmq_recv() did not always return
  error conditions such as EFSM properly. This bug was introduced in
  version 2.1.8 by the backport of changes for issue 231.

Building
--------

* 0MQ support for Android added (Bill Roberts, Mikko Koppanen).

0MQ version 2.1.8 (RC), released on 2011/07/28
==============================================

Bug fixes
---------

* Fixed issue 223, assertion failure in tcp_connecter.cpp:300 when
  connecting to a server that is on an unreachable network (errno is
  equal to ENETUNREACH).

* Fixed issue 228, assertion failure at rep.cpp:88 when HWM was reached.

* Fixed issue 231, assertion failure at mailbox.cpp:183 when too many
  pending socketpair operations were queued (major backport from 3.0).

* Fixed issue 234, assertion failure at mailbox.cpp:77 when Ctrl-C was
  used (only affected git master following backport for 231).

* Fixed issue 230, SIGPIPE killing servers when client disconnected, hit
  OS/X only.

Note: this release was renamed "release candidate" due to issue 236,
fixed in 2.1.9.


(obache)
diff -r1.5 -r1.6 pkgsrc/net/zeromq/Makefile
diff -r1.3 -r1.4 pkgsrc/net/zeromq/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/net/zeromq/Makefile (expand / switch to unified diff)

--- pkgsrc/net/zeromq/Makefile 2011/05/31 11:02:00 1.5
+++ pkgsrc/net/zeromq/Makefile 2011/10/04 07:59:04 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2011/05/31 11:02:00 obache Exp $ 1# $NetBSD: Makefile,v 1.6 2011/10/04 07:59:04 obache Exp $
2# 2#
3 3
4DISTNAME= zeromq-2.1.7 4DISTNAME= zeromq-2.1.10
5CATEGORIES= net devel 5CATEGORIES= net devel
6MASTER_SITES= http://download.zeromq.org/ 6MASTER_SITES= http://download.zeromq.org/
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://www.zeromq.org/ 9HOMEPAGE= http://www.zeromq.org/
10COMMENT= The ZeroMQ messaging library 10COMMENT= The ZeroMQ messaging library
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++

cvs diff -r1.3 -r1.4 pkgsrc/net/zeromq/distinfo (expand / switch to unified diff)

--- pkgsrc/net/zeromq/distinfo 2011/05/31 11:02:00 1.3
+++ pkgsrc/net/zeromq/distinfo 2011/10/04 07:59:04 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2011/05/31 11:02:00 obache Exp $ 1$NetBSD: distinfo,v 1.4 2011/10/04 07:59:04 obache Exp $
2 2
3SHA1 (zeromq-2.1.7.tar.gz) = 8627efca2cdd67e067023abcc93470f2753a105e 3SHA1 (zeromq-2.1.10.tar.gz) = 9f8af8b15ce0215243ea1b1c3969284550895718
4RMD160 (zeromq-2.1.7.tar.gz) = 487d5e522e3a5b8f1b0b3415c00764f44fae138d 4RMD160 (zeromq-2.1.10.tar.gz) = c750f99ed0d816aaa911afb3ee73e75918a6bf8c
5Size (zeromq-2.1.7.tar.gz) = 1877380 bytes 5Size (zeromq-2.1.10.tar.gz) = 1879075 bytes