[oe-commits] [meta-openembedded] 19/19: cppzmq: bump to version 4.6.0

git at git.openembedded.org git at git.openembedded.org
Fri Jan 17 23:44:34 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2f89405510c678fbc657c681f50dacb5626d8e25
Author: William A. Kennington III via Openembedded-devel <openembedded-devel at lists.openembedded.org>
AuthorDate: Fri Jan 17 23:43:45 2020 +0100

    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 <pjtexier at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 3697129..0b66970 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list