Thanks, applied as 84ec8955bc9bdfe8b5655aaa3c0598b17a2f027d.

Michael

[sent from post-receive hook]

On Fri, 29 Aug 2025 11:46:24 +0200, Alexander Dahl <[email protected]> wrote:
> - new assertion functions
> - fixed TAP output
> - cmake package configs and namespaced targets
> - improved cmake package backwards compatibility
> - sanitize xml strings
> - require cmake >= 3.10
> 
> Signed-off-by: Alexander Dahl <[email protected]>
> Link: https://gitlab.com/cmocka/cmocka/-/tags/cmocka-1.1.6
> Link: https://gitlab.com/cmocka/cmocka/-/tags/cmocka-1.1.7
> Link: https://gitlab.com/cmocka/cmocka/-/tags/cmocka-1.1.8
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/cmocka.make b/rules/cmocka.make
> index a25939bbecc5..7c73458e0355 100644
> --- a/rules/cmocka.make
> +++ b/rules/cmocka.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_CMOCKA) += cmocka
>  #
>  # Paths and names
>  #
> -CMOCKA_VERSION               := 1.1.5
> -CMOCKA_MD5           := 91f95cd5db88b9b120d191b18d367193
> +CMOCKA_VERSION               := 1.1.8
> +CMOCKA_MD5           := 976fe5a166f9729c350119d997256d2f
>  CMOCKA                       := cmocka-$(CMOCKA_VERSION)
>  CMOCKA_SUFFIX                := tar.xz
>  CMOCKA_URL           := https://cmocka.org/files/$(basename 
> $(CMOCKA_VERSION))/$(CMOCKA).$(CMOCKA_SUFFIX)
> @@ -35,8 +35,7 @@ CMOCKA_CONF_OPT             := \
>       -DPICKY_DEVELOPER:BOOL=OFF \
>       -DUNIT_TESTING:BOOL=OFF \
>       -DWITH_CMOCKERY_SUPPORT:BOOL=OFF \
> -     -DWITH_EXAMPLES:BOOL=OFF \
> -     -DWITH_STATIC_LIB=OFF
> +     -DWITH_EXAMPLES:BOOL=OFF
>  
>  # 
> ----------------------------------------------------------------------------
>  # Target-Install

Reply via email to