cppzmq: upgrade 4.9.0 -> 4.10.0

Changelog:
==========
 message_t::rebuild with string argument, like the constructor #579
 Add DRAFT socket options for libzmq 4.3.2-4 #594
 Add function for adding file descriptor to poller_t #595
 Fix noexcept warnings #581
 Disambiguation from other max functions #578

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-06-27 15:12:00 +08:00 committed by Khem Raj
parent e580d4f3c9
commit e1775eb30c

View File

@ -4,8 +4,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94"
DEPENDS = "zeromq"
SRCREV = "d67b6352b87a238775cd17e4376b980d07fa7939"
PV = "4.9.0"
SRCREV = "c94c20743ed7d4aa37835a5c46567ab0790d4acc"
PV = "4.10.0"
SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"