summaryrefslogtreecommitdiff
path: root/net/zeromq
diff options
context:
space:
mode:
authorobache <obache>2012-01-26 05:40:30 +0000
committerobache <obache>2012-01-26 05:40:30 +0000
commit5c805b4ecabc98b3b037b24de2d6b6e13ad967b7 (patch)
treed666d334298c5636e0bdd51a65007448ada7a96b /net/zeromq
parente42c9f0a1caeada2d3ee446ea54d2f3b3c00a5b9 (diff)
downloadpkgsrc-5c805b4ecabc98b3b037b24de2d6b6e13ad967b7.tar.gz
Update zeromq to 2.1.11.
0MQ version 2.1.11 (Stable), released on 2011/12/18 =================================================== Bug fixes --------- * Fixed issue 290, zmq_poll was using system time instead of monotonic clock (Mika Fischer). * Fixed issue 281, crash on heavy socket creation - assertion failure in mutex.hpp:91. (Mika Fischer). * Fixed issue 273, O_CLOEXEC flag used in ip.cpp:192 is supported only on Linux kernels 2.6.27+ * Fixed issue 261, assertion failure in kqueue.cpp:76. * Fixed issue 269, faulty diagnostic code in 2.1.10. * Fixed issue 254, assertion failure at tcp_socket.cpp:229 on ENOTCONN. Changes ------- * Now builds properly on AIX 6.1 (AJ Lewis). * Builds using libdcekt on HP-UX (AJ Lewis). * New upstream OpenPGM maintenance release 5.1.118. * Enabled debugging on assertion failure on Windows (Paul Betts).
Diffstat (limited to 'net/zeromq')
-rw-r--r--net/zeromq/Makefile4
-rw-r--r--net/zeromq/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile
index 3ad2bd8e7c5..c2cea4533bf 100644
--- a/net/zeromq/Makefile
+++ b/net/zeromq/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2011/10/04 07:59:04 obache Exp $
+# $NetBSD: Makefile,v 1.7 2012/01/26 05:40:30 obache Exp $
#
-DISTNAME= zeromq-2.1.10
+DISTNAME= zeromq-2.1.11
CATEGORIES= net devel
MASTER_SITES= http://download.zeromq.org/
diff --git a/net/zeromq/distinfo b/net/zeromq/distinfo
index f632ceb724c..94732a1a835 100644
--- a/net/zeromq/distinfo
+++ b/net/zeromq/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/10/04 07:59:04 obache Exp $
+$NetBSD: distinfo,v 1.5 2012/01/26 05:40:30 obache Exp $
-SHA1 (zeromq-2.1.10.tar.gz) = 9f8af8b15ce0215243ea1b1c3969284550895718
-RMD160 (zeromq-2.1.10.tar.gz) = c750f99ed0d816aaa911afb3ee73e75918a6bf8c
-Size (zeromq-2.1.10.tar.gz) = 1879075 bytes
+SHA1 (zeromq-2.1.11.tar.gz) = e8691266559a8031ade6c4fe53f54738c7757447
+RMD160 (zeromq-2.1.11.tar.gz) = 017379490ec76ccab6aac2ccaee8b6fa2adb5d4e
+Size (zeromq-2.1.11.tar.gz) = 1891038 bytes