diff mbox series

[meta-oe] libcbor: upgrade 0.10.2 -> 0.11.0

Message ID 1707203577-4385-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] libcbor: upgrade 0.10.2 -> 0.11.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 6, 2024, 7:12 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Updated documentation to refer to RFC 8949
- Improvements to 'cbor_describe'
- Fix 'cbor_string_set_handle' not setting the codepoint count
- 'cbor_load' will no longer fail on input strings that are well-formed but not valid UTF-8
- All decoders like 'cbor_load' and 'cbor_stream_decode' will accept all well-formed tag values

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libcbor/{libcbor_0.10.2.bb => libcbor_0.11.0.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/libcbor/{libcbor_0.10.2.bb => libcbor_0.11.0.bb} (88%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.10.2.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb
similarity index 88%
rename from meta-oe/recipes-extended/libcbor/libcbor_0.10.2.bb
rename to meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb
index 3ac270e5e..28bd5b5ae 100755
--- a/meta-oe/recipes-extended/libcbor/libcbor_0.10.2.bb
+++ b/meta-oe/recipes-extended/libcbor/libcbor_0.11.0.bb
@@ -5,7 +5,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071"
 
 SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master"
-SRCREV = "efa6c0886bae46bdaef9b679f61f4b9d8bc296ae"
+SRCREV = "170bee2b82cdb7b2ed25af301f62cb6efdd40ec1"
 
 S = "${WORKDIR}/git"