./devel/msgpack, Binary-based efficient object serialization library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.0nb1, Package name: msgpack-3.3.0nb1, Maintainer: pkgsrc-users

MessagePack is an efficient object serialization library, which are very compact
and fast data format, with rich data structures compatible with JSON.


Required to build:
[devel/googletest] [pkgtools/cwrappers]

Master sites:

Filesize: 496.095 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35)
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
   2023-07-09 16:45:20 by Nia Alarie | Files touched by this commit (1)
Log message:
msgpack: Disable building tests due to mess with C++ standard revisions.

For now keep the compiler requirement exactly the same as it was before.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-02-14 19:56:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
msgpack: updated to 3.3.0

version 3.3.0
* Add json example for C
* Add both header and body packing functions for C
* Set default ref_size and chunk_size to vrefbuffer
* Add examples
* Improve build system
* Improve tests
* Improve documents
* Remove some warnings
* Improve CI environment
   2020-04-11 15:40:15 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
msgpack: silence pkglint
   2020-04-11 15:39:30 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
msgpack: updated to 3.2.1

version 3.2.1
* Fix snprintf return value checking
* Remove some warnings
* Fix fbuffer result checking
* Fix temporary object handling
* Improve cmake support
* Fix invalid `int main` parameter
* Improve supporting platform
* Fix ZLIB error handling
* Remove unused variable
* Improve integer overflow checking

version 3.2.0
* Fix invalid include
* Add timespec support
* Fix unchecked fnprintf on C
* Improve integer overflow checking on C
* Fix warnings on `-Wconversion`
* Fix invalid passed by value on aligned_zone_size_visitor
* Improve windows support
* Fix msgpack::object size caluclation error
* Fix memory error on example code
* Fix redundant memory allocation on C
* Fix msgpack::type::tuple base class conversion
   2018-09-10 12:24:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
msgpack: updated to 3.1.1

version 3.1.1
Add force endian set functionality
Fix vrefbuffer memory management problem
Fix msvc specific problem
Update boost from 1.61.0 to 1.68.0
Fix msgpack_timestamp type mismatch bug