cppzmq: upgrade 4.7.1 -> 4.8.0

Fixed:

Fix MSYS libzmq discovery (#510)
Fix handshake event don't need DRAFT API in libzmq v4.3.0 and above (#509)
Use chrono duration for poll default timeout (#497)
context_t close no longer uses deprecated function (#490)
Fix for potential memory leak in monitor_t::check_event (#482)
Fix if constexpr warnings on MSVC (#460)
Fix conversion warnings (#459)
Deprecate confusing connected() function (#458)
Added:

Add all draft socket types up to libzmq 4.3.4 (#488)
Add support for socket_ref to multipart_t ctor/send/recv (#487, #470)
Expose zmq::fd_t (#452)
Add poller_t::size function (#451)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy 2021-09-08 22:45:59 +08:00 committed by Khem Raj
parent 5cd882b21c
commit 17aca2cf9d

View File

@ -4,10 +4,10 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
DEPENDS = "zeromq"
SRCREV = "76bf169fd67b8e99c1b0e6490029d9cd5ef97666"
PV = "4.7.1"
SRCREV = "267d300d1c99381a0fbc7e060ae2899e51f5e425"
PV = "4.8.0"
SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=bugfix-4-7-1"
SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master"
S = "${WORKDIR}/git"