Skip to content

Commit

Permalink
Update msgpack to 0.5.9.
Browse files Browse the repository at this point in the history
2014-07-02 version 0.5.9:

  * Support std::tr1 unordered containers by default (#51, #63, #68, #69)
  * Remove some warnings (#56)
  * Fix segmentation fault after malloc failures (#58, #59)
  * Fix alloc/dealloc mismatch (#52, #61)
  * Fix sample codes (#60, #64)
  * Support implicit conversion from integer to float/double (#54)
  * Improve documents (#45, #75, #82, #83)
  * Support CMake (#20, #87)
  * Remove Ruby dependencies in bootstrap (#86, #87)
  * Add FILE* buffer (#40)
  * Other bug fixes and refactoring: #39, #73, #77, #79, #80, #81, #84, #90
  • Loading branch information
obache committed Aug 8, 2014
1 parent bd53bd8 commit be456d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/msgpack/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2014/02/19 09:44:56 jperkin Exp $
# $NetBSD: Makefile,v 1.7 2014/08/08 12:27:44 obache Exp $
#

DISTNAME= msgpack-0.5.8
DISTNAME= msgpack-0.5.9
CATEGORIES= devel
MASTER_SITES= https://github.com/msgpack/msgpack-c/releases/download/cpp-${PKGVERSION_NOREV}/

Expand Down
4 changes: 3 additions & 1 deletion devel/msgpack/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2014/01/23 09:34:03 obache Exp $
@comment $NetBSD: PLIST,v 1.3 2014/08/08 12:27:44 obache Exp $
include/msgpack.h
include/msgpack.hpp
include/msgpack/fbuffer.h
include/msgpack/fbuffer.hpp
include/msgpack/object.h
include/msgpack/object.hpp
include/msgpack/pack.h
Expand Down
8 changes: 4 additions & 4 deletions devel/msgpack/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2014/01/23 09:34:03 obache Exp $
$NetBSD: distinfo,v 1.5 2014/08/08 12:27:44 obache Exp $

SHA1 (msgpack-0.5.8.tar.gz) = e3100a327af5718cf4489d44c3b65f02e704aeb2
RMD160 (msgpack-0.5.8.tar.gz) = f38c0ec9a78987e3ffd6d3a025aecfb06db74620
Size (msgpack-0.5.8.tar.gz) = 426292 bytes
SHA1 (msgpack-0.5.9.tar.gz) = 6efcd01f30b3b6a816887e3c543c8eba6dcfcb25
RMD160 (msgpack-0.5.9.tar.gz) = 381d43a4e0babc36dd3a972b4daee4bf754373a0
Size (msgpack-0.5.9.tar.gz) = 431625 bytes

0 comments on commit be456d6

Please sign in to comment.