diff options
| author | Michael Forney <mforney@mforney.org> | 2020-09-22 20:05:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-09-22 20:09:41 -0700 |
| commit | 1f322a78344d413f69acb7b6896b03dbfc9715af (patch) | |
| tree | 854aef7e26118dd90b5bb264479be6ea488a26dc | |
| parent | 61bde591f57be7f7f5f115010a943532501bd8ff (diff) | |
libcbor: Update to 0.8.0
| -rw-r--r-- | pkg/libcbor/cbor_export.h | 1 | ||||
| -rw-r--r-- | pkg/libcbor/gen.lua | 3 | ||||
| m--------- | pkg/libcbor/src | 0 | ||||
| -rw-r--r-- | pkg/libcbor/ver | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/pkg/libcbor/cbor_export.h b/pkg/libcbor/cbor_export.h new file mode 100644 index 00000000..d1bcd755 --- /dev/null +++ b/pkg/libcbor/cbor_export.h @@ -0,0 +1 @@ +#define CBOR_EXPORT diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua index 12158ea6..2102c6e4 100644 --- a/pkg/libcbor/gen.lua +++ b/pkg/libcbor/gen.lua @@ -7,7 +7,7 @@ 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},7,']], + [[-e 's,$${CBOR_VERSION_MINOR},8,']], [[-e 's,$${CBOR_VERSION_PATCH},0,']], [[-e 's,$${CBOR_BUFFER_GROWTH},2,']], [[-e 's,$${CBOR_MAX_STACK_SIZE},2048,']], @@ -35,6 +35,7 @@ pkg.hdrs = { 'cbor/strings.h', 'cbor/tags.h', }), + copy('$outdir/include/cbor', '$dir', {'cbor_export.h'}), '$outdir/include/cbor/configuration.h', } pkg.deps = {'$gendir/headers'} diff --git a/pkg/libcbor/src b/pkg/libcbor/src -Subproject 97b865d8280725f936067ad86673219c1019d10 +Subproject e9c4582a3843248065384ca44e315c45af755fa diff --git a/pkg/libcbor/ver b/pkg/libcbor/ver index 8e29f9d7..b97dcaf0 100644 --- a/pkg/libcbor/ver +++ b/pkg/libcbor/ver @@ -1 +1 @@ -0.7.0 r0 +0.8.0 r0 |
