Update to 2.2.0
Changes: * Fixed issue 349, add send/recv timeout socket options. * Fixed issue 301, fix builds on HP-UX 11iv3 when using either gcc or aCC. * Fixed issue 305, memory leakage when using dynamic subscriptions. * Fixed issue 332, libzmq doesn't compile on Android NDK. * Fixed issue 293, libzmq doesn't follow ZMTP/1.0 spec. * Fixed issue 342, cannot build against zmq.hpp under C++11. PR: ports/167904 Submitted by: az@ Approved by: gslin@gslin.org (maintainer)
This commit is contained in:
parent
3d3644af3d
commit
c7b8297836
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296888
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= zmq
|
PORTNAME= zmq
|
||||||
PORTVERSION= 2.1.11
|
PORTVERSION= 2.2.0
|
||||||
CATEGORIES= devel net
|
CATEGORIES= devel net
|
||||||
MASTER_SITES= http://download.zeromq.org/
|
MASTER_SITES= http://download.zeromq.org/
|
||||||
DISTNAME= zeromq-${DISTVERSION}
|
DISTNAME= zeromq-${DISTVERSION}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (zeromq-2.1.11.tar.gz) = e1cd4abbe353d3d72df42a2ee05593047915987024a4baf965745d29832eb214
|
SHA256 (zeromq-2.2.0.tar.gz) = 43904aeb9ea6844f72ca02e4e53bf1d481a1a0264e64979da761464e88604637
|
||||||
SIZE (zeromq-2.1.11.tar.gz) = 1891038
|
SIZE (zeromq-2.2.0.tar.gz) = 1900378
|
||||||
|
|
Loading…
Reference in a new issue