From 9c809c0136806ad4820890aeb045ad471520f96c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:12:57 +0800 Subject: [PATCH] libcbor: upgrade 0.10.2 -> 0.11.0 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 Signed-off-by: Khem Raj --- .../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 --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 3ac270e5e0..28bd5b5ae2 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"