From d0748372d26fac2c9741d4f8486b37f53dab5cc3 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III via Openembedded-devel" Date: Fri, 17 Jan 2020 23:43:45 +0100 Subject: cppzmq: bump to version 4.6.0 This includes the following changes: 8d5c9a8 Merge pull request #374 from gummif/patch-2 ff994d9 Improved comment on workaround 615380b Problem: Invalid 32bit issues when using Conan bd27f24 Merge pull request #373 from gummif/gfa/tostring 4f9c2ea Problem: message_t to string is hard de07119 Merge pull request #370 from gummif/gfa/multipartn 30fdfe0 Simplify code by trusting the compiler 0f8601c Merge pull request #371 from gummif/gfa/move-ctors d3abe06 Problem: Move assigned objects still alive 93e3090 Problem: Missing recv multipart to fixed buffers 5ee8261 Merge pull request #366 from gummif/gfa/detail-in-api 0ef29c1 Problem: Detail namespace used in API 28aecd9 Merge pull request #367 from gummif/gfa/no-tests 76e5fb0 Problem: No multipart tests are begin run a34d2a3 Merge pull request #358 from gummif/gfa/send-recv-multipart d4d3ce3 Suppport for raw arrays in send_multipart 5cc7793 Improve algorithms and documentation 829997d Update version number to 4.6.0 to prepare for next development iteration Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++-- 1 file 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 369712910c..0b66970a9d 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 = "e67fa0e16d7964876228952f60693f5c03ea0cc1" -PV = "4.5.0" +SRCREV = "8d5c9a88988dcbebb72939ca0939d432230ffde1" +PV = "4.6.0" SRC_URI = "git://github.com/zeromq/cppzmq.git" -- cgit 1.2.3-korg