logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: da8b36287b686202b19f793e2c7a38ee8b3f23a0
parent 9b68c054ee88ec0f05bfeaf1b42886865b4a3147
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 27 Apr 2020 17:12:42 -0700

libcbor: Update to 0.7.0

Diffstat:

Mpkg/libcbor/gen.lua5+++--
Mpkg/libcbor/ver2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua @@ -7,9 +7,10 @@ cflags{ build('sed', '$outdir/include/cbor/configuration.h', '$srcdir/src/cbor/configuration.h.in', { expr={ [[-e 's,$${CBOR_VERSION_MAJOR},0,']], - [[-e 's,$${CBOR_VERSION_MINOR},6,']], - [[-e 's,$${CBOR_VERSION_PATCH},1,']], + [[-e 's,$${CBOR_VERSION_MINOR},7,']], + [[-e 's,$${CBOR_VERSION_PATCH},0,']], [[-e 's,$${CBOR_BUFFER_GROWTH},2,']], + [[-e 's,$${CBOR_MAX_STACK_SIZE},2048,']], [[-e 's,$${CBOR_RESTRICT_SPECIFIER},restrict,']], [[-e 's,$${CBOR_INLINE_SPECIFIER},inline,']], '-e /CBOR_CUSTOM_ALLOC/d', diff --git a/pkg/libcbor/ver b/pkg/libcbor/ver @@ -1 +1 @@ -0.6.1 r0 +0.7.0 r0