aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/zeromq
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-27 15:12:00 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-27 13:44:47 -0700
commite1775eb30c92b9adda8a6b62655f6fa0e0aa02ac (patch)
tree829c7137c2617e5e3437c5e7424ff373791d0a84 /meta-oe/recipes-connectivity/zeromq
parente580d4f3c98a2a3365ef4a5bf5c3972727dece65 (diff)
downloadmeta-openembedded-contrib-e1775eb30c92b9adda8a6b62655f6fa0e0aa02ac.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/zeromq')
-rw-r--r--meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
index 1dbdc3e46a..0e1ad9af56 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb
@@ -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"