diff mbox series

[meta-oe,6/6] libcbor: upgrade 0.12.0 -> 0.13.0

Message ID 20260312140501.29859-6-andrej.kozemcak@siemens.com
State New
Headers show
Series [meta-networking,1/6] mosquitto: upgrade 2.0.22 -> 2.1.2 | expand

Commit Message

Andrej Kozemcak March 12, 2026, 2:05 p.m. UTC
Changelog:
  https://github.com/PJK/libcbor/releases/tag/v0.13.0

  Changed:
    - Fix small typo in release script
    - Fix failing 32 bit tests due to cmocka macro repeating stack pushes
    - Set cmake_minimum_required to 3.5
    - Fix float_ctrl ctrl assertions failing in debug mode
    - Check in vscode setup
    - Add CBOR sequences example
    - Add riscv64 config to CircleCI
    - Add a test for malformed definite maps
    - Add [[nodiscard]] support and auto-update to C23 in cmake
    - Configure ctest on to export the test results to CircleCI
    - Revamp the introduction doc into a more useful crash course
    - Add OSX asan/lsan supression config
    - Add cbor_copy_definite
    - Improve handling and coverage reporting of exhaustive enum switches
    - Add references to readme
    - Update python deps and related docs
    - Link tutorial in readme (and fix embedded RST formatting)
    - Add a doc note on lto linking
    - Add a doc for the reference count in cbor_array_set().
    - Add gh link to docs
    - Add #355 to changelog
    - Bump version to 0.13.0

Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
---
 .../libcbor/{libcbor_0.12.0.bb => libcbor_0.13.0.bb}         | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/libcbor/{libcbor_0.12.0.bb => libcbor_0.13.0.bb} (77%)

Comments

Gyorgy Sarvari March 12, 2026, 2:38 p.m. UTC | #1
On 3/12/26 15:05, Andrej Kozemcak via lists.openembedded.org wrote:
> Changelog:
>   https://github.com/PJK/libcbor/releases/tag/v0.13.0
>
>   Changed:
>     - Fix small typo in release script
>     - Fix failing 32 bit tests due to cmocka macro repeating stack pushes
>     - Set cmake_minimum_required to 3.5
>     - Fix float_ctrl ctrl assertions failing in debug mode
>     - Check in vscode setup
>     - Add CBOR sequences example
>     - Add riscv64 config to CircleCI
>     - Add a test for malformed definite maps
>     - Add [[nodiscard]] support and auto-update to C23 in cmake
>     - Configure ctest on to export the test results to CircleCI
>     - Revamp the introduction doc into a more useful crash course
>     - Add OSX asan/lsan supression config
>     - Add cbor_copy_definite
>     - Improve handling and coverage reporting of exhaustive enum switches
>     - Add references to readme
>     - Update python deps and related docs
>     - Link tutorial in readme (and fix embedded RST formatting)
>     - Add a doc note on lto linking
>     - Add a doc for the reference count in cbor_array_set().
>     - Add gh link to docs
>     - Add #355 to changelog
>     - Bump version to 0.13.0
>
> Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
> ---
>  .../libcbor/{libcbor_0.12.0.bb => libcbor_0.13.0.bb}         | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-extended/libcbor/{libcbor_0.12.0.bb => libcbor_0.13.0.bb} (77%)
>
> diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb
> similarity index 77%
> rename from meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb
> rename to meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb
> index fa48d23bde..3bed8a6e72 100755
> --- a/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb
> +++ b/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb
> @@ -4,10 +4,9 @@ DESCRIPTION = "C library for parsing and generating CBOR, the general-purpose sc
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071"
>  
> -SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master \
> -        file://0001-allow-build-with-cmake-4.patch"

Please also delete the patch file itself

> +SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master;tag=v${PV}"
>  
> -SRCREV = "ae000f44e8d2a69e1f72a738f7c0b6b4b7cc4fbf"
> +SRCREV = "9826a4315116a588f7416912db9da6fcecd8da11"
>  
>  inherit cmake
>  
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#125171): https://lists.openembedded.org/g/openembedded-devel/message/125171
> Mute This Topic: https://lists.openembedded.org/mt/118279372/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb b/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb
similarity index 77%
rename from meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb
rename to meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb
index fa48d23bde..3bed8a6e72 100755
--- a/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb
+++ b/meta-oe/recipes-extended/libcbor/libcbor_0.13.0.bb
@@ -4,10 +4,9 @@  DESCRIPTION = "C library for parsing and generating CBOR, the general-purpose sc
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=6f3b3881df62ca763a02d359a6e94071"
 
-SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master \
-        file://0001-allow-build-with-cmake-4.patch"
+SRC_URI = "git://github.com/PJK/libcbor.git;protocol=https;branch=master;tag=v${PV}"
 
-SRCREV = "ae000f44e8d2a69e1f72a738f7c0b6b4b7cc4fbf"
+SRCREV = "9826a4315116a588f7416912db9da6fcecd8da11"
 
 inherit cmake