From 47f598468daf1d0a90266c9c11ffa3f8947a534a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 28 Sep 2017 12:24:31 +0200 Subject: [PATCH] contrib: bump msgpack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump msgpack to latest stable version 2.1.5 Relevent fixes for Ring: * fix unpack visitor to treat float32/64 correctly * fix alignment problem on some platform (includes arm) Change-Id: I3c3300c02e91435b0e72ae48e2614efad3e3b936 Reviewed-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com> --- contrib/src/msgpack/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/msgpack/rules.mak b/contrib/src/msgpack/rules.mak index dc34930dc5..89b222d6d3 100644 --- a/contrib/src/msgpack/rules.mak +++ b/contrib/src/msgpack/rules.mak @@ -1,5 +1,5 @@ # MSGPACK -MSGPACK_VERSION := cpp-2.1.3 +MSGPACK_VERSION := cpp-2.1.5 MSGPACK_URL := https://github.com/msgpack/msgpack-c/archive/$(MSGPACK_VERSION).tar.gz PKGS += msgpack -- GitLab