Mon Sep 10 10:24:18 2018 UTC ()
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


(adam)
diff -r1.15 -r1.16 pkgsrc/devel/msgpack/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/msgpack/PLIST
diff -r1.11 -r1.12 pkgsrc/devel/msgpack/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/msgpack/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/msgpack/Makefile 2018/08/24 09:51:22 1.15
+++ pkgsrc/devel/msgpack/Makefile 2018/09/10 10:24:18 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2018/08/24 09:51:22 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2018/09/10 10:24:18 adam Exp $
2 2
3DISTNAME= msgpack-3.1.0 3DISTNAME= msgpack-3.1.1
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=msgpack/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=msgpack/}
6GITHUB_RELEASE= cpp-${PKGVERSION_NOREV} 6GITHUB_RELEASE= cpp-${PKGVERSION_NOREV}
7GITHUB_PROJECT= msgpack-c 7GITHUB_PROJECT= msgpack-c
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://msgpack.org/ 10HOMEPAGE= https://msgpack.org/
11COMMENT= Binary-based efficient object serialization library 11COMMENT= Binary-based efficient object serialization library
12LICENSE= boost-license 12LICENSE= boost-license
13 13
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16PKGCONFIG_OVERRIDE= msgpack.pc.in 16PKGCONFIG_OVERRIDE= msgpack.pc.in

cvs diff -r1.6 -r1.7 pkgsrc/devel/msgpack/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/msgpack/PLIST 2018/08/24 09:51:22 1.6
+++ pkgsrc/devel/msgpack/PLIST 2018/09/10 10:24:18 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2018/08/24 09:51:22 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2018/09/10 10:24:18 adam Exp $
2include/msgpack.h 2include/msgpack.h
3include/msgpack.hpp 3include/msgpack.hpp
4include/msgpack/adaptor/adaptor_base.hpp 4include/msgpack/adaptor/adaptor_base.hpp
5include/msgpack/adaptor/adaptor_base_decl.hpp 5include/msgpack/adaptor/adaptor_base_decl.hpp
6include/msgpack/adaptor/array_ref.hpp 6include/msgpack/adaptor/array_ref.hpp
7include/msgpack/adaptor/array_ref_decl.hpp 7include/msgpack/adaptor/array_ref_decl.hpp
8include/msgpack/adaptor/bool.hpp 8include/msgpack/adaptor/bool.hpp
9include/msgpack/adaptor/boost/fusion.hpp 9include/msgpack/adaptor/boost/fusion.hpp
10include/msgpack/adaptor/boost/msgpack_variant.hpp 10include/msgpack/adaptor/boost/msgpack_variant.hpp
11include/msgpack/adaptor/boost/msgpack_variant_decl.hpp 11include/msgpack/adaptor/boost/msgpack_variant_decl.hpp
12include/msgpack/adaptor/boost/optional.hpp 12include/msgpack/adaptor/boost/optional.hpp
13include/msgpack/adaptor/boost/string_ref.hpp 13include/msgpack/adaptor/boost/string_ref.hpp
14include/msgpack/adaptor/boost/string_view.hpp 14include/msgpack/adaptor/boost/string_view.hpp
@@ -93,26 +93,27 @@ include/msgpack/parse.hpp @@ -93,26 +93,27 @@ include/msgpack/parse.hpp
93include/msgpack/parse_decl.hpp 93include/msgpack/parse_decl.hpp
94include/msgpack/parse_return.hpp 94include/msgpack/parse_return.hpp
95include/msgpack/predef.h 95include/msgpack/predef.h
96include/msgpack/predef/architecture.h 96include/msgpack/predef/architecture.h
97include/msgpack/predef/architecture/alpha.h 97include/msgpack/predef/architecture/alpha.h
98include/msgpack/predef/architecture/arm.h 98include/msgpack/predef/architecture/arm.h
99include/msgpack/predef/architecture/blackfin.h 99include/msgpack/predef/architecture/blackfin.h
100include/msgpack/predef/architecture/convex.h 100include/msgpack/predef/architecture/convex.h
101include/msgpack/predef/architecture/ia64.h 101include/msgpack/predef/architecture/ia64.h
102include/msgpack/predef/architecture/m68k.h 102include/msgpack/predef/architecture/m68k.h
103include/msgpack/predef/architecture/mips.h 103include/msgpack/predef/architecture/mips.h
104include/msgpack/predef/architecture/parisc.h 104include/msgpack/predef/architecture/parisc.h
105include/msgpack/predef/architecture/ppc.h 105include/msgpack/predef/architecture/ppc.h
 106include/msgpack/predef/architecture/ptx.h
106include/msgpack/predef/architecture/pyramid.h 107include/msgpack/predef/architecture/pyramid.h
107include/msgpack/predef/architecture/rs6k.h 108include/msgpack/predef/architecture/rs6k.h
108include/msgpack/predef/architecture/sparc.h 109include/msgpack/predef/architecture/sparc.h
109include/msgpack/predef/architecture/superh.h 110include/msgpack/predef/architecture/superh.h
110include/msgpack/predef/architecture/sys370.h 111include/msgpack/predef/architecture/sys370.h
111include/msgpack/predef/architecture/sys390.h 112include/msgpack/predef/architecture/sys390.h
112include/msgpack/predef/architecture/x86.h 113include/msgpack/predef/architecture/x86.h
113include/msgpack/predef/architecture/x86/32.h 114include/msgpack/predef/architecture/x86/32.h
114include/msgpack/predef/architecture/x86/64.h 115include/msgpack/predef/architecture/x86/64.h
115include/msgpack/predef/architecture/z.h 116include/msgpack/predef/architecture/z.h
116include/msgpack/predef/compiler.h 117include/msgpack/predef/compiler.h
117include/msgpack/predef/compiler/borland.h 118include/msgpack/predef/compiler/borland.h
118include/msgpack/predef/compiler/clang.h 119include/msgpack/predef/compiler/clang.h
@@ -126,58 +127,61 @@ include/msgpack/predef/compiler/ekopath. @@ -126,58 +127,61 @@ include/msgpack/predef/compiler/ekopath.
126include/msgpack/predef/compiler/gcc.h 127include/msgpack/predef/compiler/gcc.h
127include/msgpack/predef/compiler/gcc_xml.h 128include/msgpack/predef/compiler/gcc_xml.h
128include/msgpack/predef/compiler/greenhills.h 129include/msgpack/predef/compiler/greenhills.h
129include/msgpack/predef/compiler/hp_acc.h 130include/msgpack/predef/compiler/hp_acc.h
130include/msgpack/predef/compiler/iar.h 131include/msgpack/predef/compiler/iar.h
131include/msgpack/predef/compiler/ibm.h 132include/msgpack/predef/compiler/ibm.h
132include/msgpack/predef/compiler/intel.h 133include/msgpack/predef/compiler/intel.h
133include/msgpack/predef/compiler/kai.h 134include/msgpack/predef/compiler/kai.h
134include/msgpack/predef/compiler/llvm.h 135include/msgpack/predef/compiler/llvm.h
135include/msgpack/predef/compiler/metaware.h 136include/msgpack/predef/compiler/metaware.h
136include/msgpack/predef/compiler/metrowerks.h 137include/msgpack/predef/compiler/metrowerks.h
137include/msgpack/predef/compiler/microtec.h 138include/msgpack/predef/compiler/microtec.h
138include/msgpack/predef/compiler/mpw.h 139include/msgpack/predef/compiler/mpw.h
 140include/msgpack/predef/compiler/nvcc.h
139include/msgpack/predef/compiler/palm.h 141include/msgpack/predef/compiler/palm.h
140include/msgpack/predef/compiler/pgi.h 142include/msgpack/predef/compiler/pgi.h
141include/msgpack/predef/compiler/sgi_mipspro.h 143include/msgpack/predef/compiler/sgi_mipspro.h
142include/msgpack/predef/compiler/sunpro.h 144include/msgpack/predef/compiler/sunpro.h
143include/msgpack/predef/compiler/tendra.h 145include/msgpack/predef/compiler/tendra.h
144include/msgpack/predef/compiler/visualc.h 146include/msgpack/predef/compiler/visualc.h
145include/msgpack/predef/compiler/watcom.h 147include/msgpack/predef/compiler/watcom.h
146include/msgpack/predef/detail/_cassert.h 148include/msgpack/predef/detail/_cassert.h
147include/msgpack/predef/detail/_exception.h 149include/msgpack/predef/detail/_exception.h
148include/msgpack/predef/detail/comp_detected.h 150include/msgpack/predef/detail/comp_detected.h
149include/msgpack/predef/detail/endian_compat.h 151include/msgpack/predef/detail/endian_compat.h
150include/msgpack/predef/detail/os_detected.h 152include/msgpack/predef/detail/os_detected.h
151include/msgpack/predef/detail/platform_detected.h 153include/msgpack/predef/detail/platform_detected.h
152include/msgpack/predef/detail/test.h 154include/msgpack/predef/detail/test.h
153include/msgpack/predef/detail/test_def.h 155include/msgpack/predef/detail/test_def.h
154include/msgpack/predef/hardware.h 156include/msgpack/predef/hardware.h
155include/msgpack/predef/hardware/simd.h 157include/msgpack/predef/hardware/simd.h
156include/msgpack/predef/hardware/simd/arm.h 158include/msgpack/predef/hardware/simd/arm.h
157include/msgpack/predef/hardware/simd/arm/versions.h 159include/msgpack/predef/hardware/simd/arm/versions.h
158include/msgpack/predef/hardware/simd/ppc.h 160include/msgpack/predef/hardware/simd/ppc.h
159include/msgpack/predef/hardware/simd/ppc/versions.h 161include/msgpack/predef/hardware/simd/ppc/versions.h
160include/msgpack/predef/hardware/simd/x86.h 162include/msgpack/predef/hardware/simd/x86.h
161include/msgpack/predef/hardware/simd/x86/versions.h 163include/msgpack/predef/hardware/simd/x86/versions.h
162include/msgpack/predef/hardware/simd/x86_amd.h 164include/msgpack/predef/hardware/simd/x86_amd.h
163include/msgpack/predef/hardware/simd/x86_amd/versions.h 165include/msgpack/predef/hardware/simd/x86_amd/versions.h
164include/msgpack/predef/language.h 166include/msgpack/predef/language.h
 167include/msgpack/predef/language/cuda.h
165include/msgpack/predef/language/objc.h 168include/msgpack/predef/language/objc.h
166include/msgpack/predef/language/stdc.h 169include/msgpack/predef/language/stdc.h
167include/msgpack/predef/language/stdcpp.h 170include/msgpack/predef/language/stdcpp.h
168include/msgpack/predef/library.h 171include/msgpack/predef/library.h
169include/msgpack/predef/library/c.h 172include/msgpack/predef/library/c.h
170include/msgpack/predef/library/c/_prefix.h 173include/msgpack/predef/library/c/_prefix.h
 174include/msgpack/predef/library/c/cloudabi.h
171include/msgpack/predef/library/c/gnu.h 175include/msgpack/predef/library/c/gnu.h
172include/msgpack/predef/library/c/uc.h 176include/msgpack/predef/library/c/uc.h
173include/msgpack/predef/library/c/vms.h 177include/msgpack/predef/library/c/vms.h
174include/msgpack/predef/library/c/zos.h 178include/msgpack/predef/library/c/zos.h
175include/msgpack/predef/library/std.h 179include/msgpack/predef/library/std.h
176include/msgpack/predef/library/std/_prefix.h 180include/msgpack/predef/library/std/_prefix.h
177include/msgpack/predef/library/std/cxx.h 181include/msgpack/predef/library/std/cxx.h
178include/msgpack/predef/library/std/dinkumware.h 182include/msgpack/predef/library/std/dinkumware.h
179include/msgpack/predef/library/std/libcomo.h 183include/msgpack/predef/library/std/libcomo.h
180include/msgpack/predef/library/std/modena.h 184include/msgpack/predef/library/std/modena.h
181include/msgpack/predef/library/std/msl.h 185include/msgpack/predef/library/std/msl.h
182include/msgpack/predef/library/std/roguewave.h 186include/msgpack/predef/library/std/roguewave.h
183include/msgpack/predef/library/std/sgi.h 187include/msgpack/predef/library/std/sgi.h
@@ -201,32 +205,40 @@ include/msgpack/predef/os/haiku.h @@ -201,32 +205,40 @@ include/msgpack/predef/os/haiku.h
201include/msgpack/predef/os/hpux.h 205include/msgpack/predef/os/hpux.h
202include/msgpack/predef/os/ios.h 206include/msgpack/predef/os/ios.h
203include/msgpack/predef/os/irix.h 207include/msgpack/predef/os/irix.h
204include/msgpack/predef/os/linux.h 208include/msgpack/predef/os/linux.h
205include/msgpack/predef/os/macos.h 209include/msgpack/predef/os/macos.h
206include/msgpack/predef/os/os400.h 210include/msgpack/predef/os/os400.h
207include/msgpack/predef/os/qnxnto.h 211include/msgpack/predef/os/qnxnto.h
208include/msgpack/predef/os/solaris.h 212include/msgpack/predef/os/solaris.h
209include/msgpack/predef/os/unix.h 213include/msgpack/predef/os/unix.h
210include/msgpack/predef/os/vms.h 214include/msgpack/predef/os/vms.h
211include/msgpack/predef/os/windows.h 215include/msgpack/predef/os/windows.h
212include/msgpack/predef/other.h 216include/msgpack/predef/other.h
213include/msgpack/predef/other/endian.h 217include/msgpack/predef/other/endian.h
 218include/msgpack/predef/other/workaround.h
214include/msgpack/predef/platform.h 219include/msgpack/predef/platform.h
 220include/msgpack/predef/platform/cloudabi.h
 221include/msgpack/predef/platform/ios.h
215include/msgpack/predef/platform/mingw.h 222include/msgpack/predef/platform/mingw.h
 223include/msgpack/predef/platform/mingw32.h
 224include/msgpack/predef/platform/mingw64.h
216include/msgpack/predef/platform/windows_desktop.h 225include/msgpack/predef/platform/windows_desktop.h
217include/msgpack/predef/platform/windows_phone.h 226include/msgpack/predef/platform/windows_phone.h
218include/msgpack/predef/platform/windows_runtime.h 227include/msgpack/predef/platform/windows_runtime.h
 228include/msgpack/predef/platform/windows_server.h
219include/msgpack/predef/platform/windows_store.h 229include/msgpack/predef/platform/windows_store.h
 230include/msgpack/predef/platform/windows_system.h
 231include/msgpack/predef/platform/windows_uwp.h
220include/msgpack/predef/version.h 232include/msgpack/predef/version.h
221include/msgpack/predef/version_number.h 233include/msgpack/predef/version_number.h
222include/msgpack/preprocessor.hpp 234include/msgpack/preprocessor.hpp
223include/msgpack/preprocessor/arithmetic.hpp 235include/msgpack/preprocessor/arithmetic.hpp
224include/msgpack/preprocessor/arithmetic/add.hpp 236include/msgpack/preprocessor/arithmetic/add.hpp
225include/msgpack/preprocessor/arithmetic/dec.hpp 237include/msgpack/preprocessor/arithmetic/dec.hpp
226include/msgpack/preprocessor/arithmetic/detail/div_base.hpp 238include/msgpack/preprocessor/arithmetic/detail/div_base.hpp
227include/msgpack/preprocessor/arithmetic/div.hpp 239include/msgpack/preprocessor/arithmetic/div.hpp
228include/msgpack/preprocessor/arithmetic/inc.hpp 240include/msgpack/preprocessor/arithmetic/inc.hpp
229include/msgpack/preprocessor/arithmetic/mod.hpp 241include/msgpack/preprocessor/arithmetic/mod.hpp
230include/msgpack/preprocessor/arithmetic/mul.hpp 242include/msgpack/preprocessor/arithmetic/mul.hpp
231include/msgpack/preprocessor/arithmetic/sub.hpp 243include/msgpack/preprocessor/arithmetic/sub.hpp
232include/msgpack/preprocessor/array.hpp 244include/msgpack/preprocessor/array.hpp
@@ -412,26 +424,27 @@ include/msgpack/preprocessor/repetition/ @@ -412,26 +424,27 @@ include/msgpack/preprocessor/repetition/
412include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp 424include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp
413include/msgpack/preprocessor/repetition/enum_trailing_params.hpp 425include/msgpack/preprocessor/repetition/enum_trailing_params.hpp
414include/msgpack/preprocessor/repetition/for.hpp 426include/msgpack/preprocessor/repetition/for.hpp
415include/msgpack/preprocessor/repetition/repeat.hpp 427include/msgpack/preprocessor/repetition/repeat.hpp
416include/msgpack/preprocessor/repetition/repeat_from_to.hpp 428include/msgpack/preprocessor/repetition/repeat_from_to.hpp
417include/msgpack/preprocessor/selection.hpp 429include/msgpack/preprocessor/selection.hpp
418include/msgpack/preprocessor/selection/max.hpp 430include/msgpack/preprocessor/selection/max.hpp
419include/msgpack/preprocessor/selection/min.hpp 431include/msgpack/preprocessor/selection/min.hpp
420include/msgpack/preprocessor/seq.hpp 432include/msgpack/preprocessor/seq.hpp
421include/msgpack/preprocessor/seq/cat.hpp 433include/msgpack/preprocessor/seq/cat.hpp
422include/msgpack/preprocessor/seq/detail/binary_transform.hpp 434include/msgpack/preprocessor/seq/detail/binary_transform.hpp
423include/msgpack/preprocessor/seq/detail/is_empty.hpp 435include/msgpack/preprocessor/seq/detail/is_empty.hpp
424include/msgpack/preprocessor/seq/detail/split.hpp 436include/msgpack/preprocessor/seq/detail/split.hpp
 437include/msgpack/preprocessor/seq/detail/to_list_msvc.hpp
425include/msgpack/preprocessor/seq/elem.hpp 438include/msgpack/preprocessor/seq/elem.hpp
426include/msgpack/preprocessor/seq/enum.hpp 439include/msgpack/preprocessor/seq/enum.hpp
427include/msgpack/preprocessor/seq/filter.hpp 440include/msgpack/preprocessor/seq/filter.hpp
428include/msgpack/preprocessor/seq/first_n.hpp 441include/msgpack/preprocessor/seq/first_n.hpp
429include/msgpack/preprocessor/seq/fold_left.hpp 442include/msgpack/preprocessor/seq/fold_left.hpp
430include/msgpack/preprocessor/seq/fold_right.hpp 443include/msgpack/preprocessor/seq/fold_right.hpp
431include/msgpack/preprocessor/seq/for_each.hpp 444include/msgpack/preprocessor/seq/for_each.hpp
432include/msgpack/preprocessor/seq/for_each_i.hpp 445include/msgpack/preprocessor/seq/for_each_i.hpp
433include/msgpack/preprocessor/seq/for_each_product.hpp 446include/msgpack/preprocessor/seq/for_each_product.hpp
434include/msgpack/preprocessor/seq/insert.hpp 447include/msgpack/preprocessor/seq/insert.hpp
435include/msgpack/preprocessor/seq/pop_back.hpp 448include/msgpack/preprocessor/seq/pop_back.hpp
436include/msgpack/preprocessor/seq/pop_front.hpp 449include/msgpack/preprocessor/seq/pop_front.hpp
437include/msgpack/preprocessor/seq/push_back.hpp 450include/msgpack/preprocessor/seq/push_back.hpp

cvs diff -r1.11 -r1.12 pkgsrc/devel/msgpack/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/msgpack/distinfo 2018/08/24 09:51:22 1.11
+++ pkgsrc/devel/msgpack/distinfo 2018/09/10 10:24:18 1.12
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.11 2018/08/24 09:51:22 adam Exp $ 1$NetBSD: distinfo,v 1.12 2018/09/10 10:24:18 adam Exp $
2 2
3SHA1 (msgpack-3.1.0.tar.gz) = 3dd788be2100a10d99a62fc89464c80c748fbb8f 3SHA1 (msgpack-3.1.1.tar.gz) = 004fc1465e7b6f962b947f70d120ea13c9b425e0
4RMD160 (msgpack-3.1.0.tar.gz) = e568a72b9adfbb971c48d2ec48d0434e53715145 4RMD160 (msgpack-3.1.1.tar.gz) = c09d2974785c4ceb449536a15d60946c22348a77
5SHA512 (msgpack-3.1.0.tar.gz) = 48182e1bfbfe46f3f2446a36f044bc0404d96abf180bf32974e0c459e3136bfb08ee3d03d31f592ae0c15bd12819b91e87030f5cdc7775f8deb8db474a198acf 5SHA512 (msgpack-3.1.1.tar.gz) = cc634ef38b3844bf994159024441fe72d99055c42b0a4d81245b0629fd1f3147587eb36537cfb85e4cae2edc1dc23d7fa400022efa5a10dca295f9a6acd38346
6Size (msgpack-3.1.0.tar.gz) = 490365 bytes 6Size (msgpack-3.1.1.tar.gz) = 495858 bytes
7SHA1 (patch-include_msgpack_v1_vrefbuffer.hpp) = 339ce944dacff1416e27b4c570d5d4c22cf99d28 7SHA1 (patch-include_msgpack_v1_vrefbuffer.hpp) = 339ce944dacff1416e27b4c570d5d4c22cf99d28
8SHA1 (patch-include_msgpack_vrefbuffer.h) = 349aa6df98b27a845be9ceea0ef33f051955ed91 8SHA1 (patch-include_msgpack_vrefbuffer.h) = 349aa6df98b27a845be9ceea0ef33f051955ed91