CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/12/30 20:35:21
Modified files:
lib/libcbor : Makefile README.md README.openbsd shlib_version
lib/libcbor/src: allocators.c cbor.c cbor.h
lib/libcbor/src/cbor: arrays.c arrays.h bytestrings.c
bytestrings.h callbacks.c callbacks.h
common.c common.h configuration.h
configuration.h.in data.h encoding.c
encoding.h floats_ctrls.c floats_ctrls.h
ints.c ints.h maps.c maps.h
serialization.c serialization.h
streaming.c streaming.h strings.c
strings.h tags.c tags.h
lib/libcbor/src/cbor/internal: builder_callbacks.c
builder_callbacks.h encoders.c
encoders.h loaders.c loaders.h
memory_utils.c memory_utils.h
stack.c stack.h unicode.c
unicode.h
Added files:
lib/libcbor/src/cbor: cbor_export.h
Log message:
update to upstream libcbor v.0.10.0 and crank major. Also includes
e308674c5d to fix PR259. This release includes a number of memory
leak fixes.
Disable the upsteam custom allocators feature.
Feedback/ok tb@
Thanks also to Pedro Martelletto for pointing out the new release as
well as PR259.